I have been using Lucene since 1.x days, but that also means I am
carrying around some information that is no longer relevant and using
techniques that are antiquated. I am currently using 3.0 but I am sure I
am using it in 1.0 fashion. I have two questions -- one general and one
specific.
The specific question is how, in Lucene 3.x, can I filter the
IndexSeacher.search() results based on stored fields within candidate
hits? It is not acceptable to perform the filter post search as now my
hits list is too short. In the past calling doc() during a search (with
my own collector) resulted in a severe performance hit. Is that still
the case? If not, great I will just do that. If it still is, how would
you suggest I implement the filtering?
The general question is how can I best come up to speed with Lucene 3.6
and/or 4.0? Should I just consider my existing knowledge redundant and
learn Lucene and Solr anew? Or are there documents that can better
direct my re-education?
-- Andrew
--
Andrew Gilmartin
and...@andrewgilmartin.com
401-441-2062
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org