tags:

views:

24

answers:

2

I've written a script to pull data from MongoDB and output seemingly valid XML for sphinx, modeled on the example files in the sphinx distribution. The issue I'm having is that none of the fields are actually being indexed, despite everything appearing as though they should.

This is my config: pastebin.com/p5vMXMZw
This is my (truncated) data: pastebin.com/xELB3Ccc

I'm really at a loss as to what I could have done wrong.

+1  A: 

It's a Sphinx Bug.

The Pixel Developer
A: 

its a sphinx bug.

zombor