17 aug 2007 kl. 11.51 skrev Michael McCandless:

One thing I have been wondering is whether it really is necessary to
sort the term vectors before writing to the index.... it is necessary
for backwards compatibility.  But, with the new TermVectorMapper, if
an application is going to sort by frequency or just retrieve a
specific subset of terms, then the sorting by term text is perhaps not
necessary and would speed up indexing to skip it.

Perhaps it could be nice if it was a strategy one would pass down
per field, writer or index, defaulting to the natural order?

I have no use cases or benches, but it would allow for more user
definable optimization, and that I like.


--
karl

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

Reply via email to