On 4/25/06, Oskar Berger <[EMAIL PROTECTED]> wrote:
> What is the most efficient approach to access field values during a
> search?

If you are implementing a hit collector, and want to know a field
value for each document coming in, you can use the FieldCache if the
field is indexed and not tokenized.

-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server

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

Reply via email to