Re: Accessing fields during search

2006-04-25 Thread Yonik Seeley
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

Accessing fields during search

2006-04-25 Thread Oskar Berger
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 -