Thanks for the response Adrien. I guess I'll just leave things as they are for
now. To be clear though, do merged segments get cleaned up completely even if
the IndexWriter is never closed? Currently I'm using NRT search with a single
writer that stays open for the lifetime of the application
On Thu, Feb 7, 2013 at 1:54 PM, Becker, Thomas wrote:
> Thanks for the response Adrien. I guess I'll just leave things as they are
> for now. To be clear though, do merged segments get cleaned up completely
> even if the IndexWriter is never closed?
The way it works is that indexing data crea
Dear,
I've made through the demo code for grouping search using
TermFirstPassGroupingCollector and TermSecondPassGroupingCollector.
However, the sorting of resulted groups is determined by the scores of the
top-one documents in each group. ( Everyone of these documents has the
highest score in it
Thanks for your prompt reply. I've implemented the prospective search
and It works correctly now.
Nicolas
Le 06. 02. 13 10:13, Nicolas Roduit a écrit :
hi Nicolas ,
if i understand correctly what you are describing is that your tag field
will contain Lucine queries syntax - one word = exact m
I'm looking for a way of making a query on words which contain wildcards
(* or ?). In general, we use wildcards in query, not in the text. I
haven't find anything in Lucene to build that.
-
To unsubscribe, e-mail: java-user-uns