RE: updateDocument question

2013-02-07 Thread Becker, Thomas
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

Re: updateDocument question

2013-02-07 Thread Adrien Grand
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

About the Sorting of Groups during Grouping by

2013-02-07 Thread Oliver Xu
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

Re: Handle expression in the index

2013-02-07 Thread Nicolas Roduit
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

Wildcard in a text field

2013-02-07 Thread Nicolas Roduit
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