Erick Erickson skrev:
Offhand, I expect this will affect up span queries, phrase
queries, and who knows what else? Maybe scoring?

I belive that the offsets are just meta data stored with the term vectors, used by the highlighter et c. Phrase and span queries use term position in the stream (positionIncrement) for sloppy matching and scoring.

So if you don't store the term vectors with offsets for some reason you really don't have to bother about them.

      karl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to