On Feb 14, 2007, at 9:03 AM, Erick Erickson wrote:
My reasoning was that I do need position information since I need
to do Span
queries, but character information (WITH_OFFSETS) isn't necessary
here/now.
1> Am I going off a cliff here? I suppose this is really answered by
2> what is the difference between WITH_POSITIONS and WITH_OFFSETS
and YES
and NO? I assume that WITH_POSITIONS is necessary for Span queries,
for
instance, which is all I really care about. While this has been
discussed, I
searched and didn't find a satisfactory answer (or at least an
answer that I
understood<G>).
A normal analyzed field is sufficient for span queries. Term vectors
are not needed for any of the built-in Query classes. The term
vector stuff is more sophisticated techniques, not normal querying.
And they aren't necessary for highlighting either. Unless you have
something fancy in mind specifically requiring term vectors (latent
semantic stuff, for example) you're better off without 'em.
Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]