Michael McCandless <[email protected]> wrote:

> Though, won't this make loading the field cache more costly since
> you'll iterate through many more terms?

Or... do the full precision fields always order above all lower
precision fields across all docs?

If so... maybe we could extend FieldCache's parser to allow it to
stop-early?  Ie it'd get the TermEnum, iterate through all the full
precision terms first, asking your parser to convert to long/int, and
then when your parser sees the very first not-full-precision term, it
tells FieldCache to stop.

Would that work?

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to