Re: StandardAnalyzer question ...

2006-02-20 Thread Oskar Berger
Hello, Not yet an expert in the field, but as I've understood the thing the terms are indexed as you specify them (through the filters) but the contents are stored depending on whether you want it or not (Filed.UnStored(), which happens to be on its way to get deprecated). So maybe you search the

AccumulativeFieldAnalyzer

2006-02-21 Thread Oskar Berger
Hello all, Blatantly trying to take advantage of previous mistakes and expertise experience among all of you, I hereby ask for help in a small issue dealing with indexing into multiple fields I've run into. Objective: To index multiple fields derived from one source field. e.g. CASE, REVERSE, REV

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 -