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 tokeni
Hello masters,
What is the most efficient approach to access field values during a
search?
I am only interested in accessing a couple of fields for counting, and
am thus not in need of storing the values as if sorting on the fields.
Where to look?
Regards,
/oskar
-