Re: When should I commit IndexWriter and TaxonomyWriter if I use NRT readers?

2013-04-02 Thread Apostolis Xekoukoulotakis
ever committed. > > If they don't commit automatically, I'd have to do it on a regular basis. > > What should I do about committing? > -- Sincerely yours, Apostolis Xekoukoulotakis

Re: about isStored method

2013-01-25 Thread Apostolis Xekoukoulotakis
are the logical meanings for stored and not stored? It is > > > > appreciate if anyone could show me an example. I searched many > > > > tutorials but not > > > found > > > > description for what means stored and what means not stored. > > > > > > > > thanks in advance, > > > > Lin > > > > > > - > > > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > > > For additional commands, e-mail: java-user-h...@lucene.apache.org > > > > > > > > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > -- Sincerely yours, Apostolis Xekoukoulotakis

Re: Is LogByteSizeMergePolicy deterministic?

2013-01-22 Thread Apostolis Xekoukoulotakis
e SerialMergeScheduler. > > > > If you do that, I think it will be deterministic. > > > > But don't rely on this ... this is runtime behavior and can suddenly > > change between releases ... > > > > Mike McCandless > > > > http://blog.mikemcc

Re: Is LogByteSizeMergePolicy deterministic?

2013-01-18 Thread Apostolis Xekoukoulotakis
... this is runtime behavior and can suddenly > change between releases ... > > Mike McCandless > > http://blog.mikemccandless.com > > On Fri, Jan 18, 2013 at 10:39 AM, Apostolis Xekoukoulotakis > wrote: > > I want to replicate an index from multiple replicas at

Re: tries and spatial search

2013-01-18 Thread Apostolis Xekoukoulotakis
The new Spatial contrib module has already implemented what I was talking. 2012/12/22 Apostolis Xekoukoulotakis > I just found out about the blocktree implementation and how it is used to > increase the speed of prefix search. > > Have you tried to use it for spatial search? >

Re: Inner join in lucene

2013-01-18 Thread Apostolis Xekoukoulotakis
n aesthetic way? > > Please to help. Thanks in advance. > > -- > With thanks and regards, > Ramprakash Ramamoorthy, > SASTRA University, > India. > -- Sincerely yours, Apostolis Xekoukoulotakis

Re: info on how lucene conducsts a search?

2012-11-27 Thread Apostolis Xekoukoulotakis
-lucene-conducsts-a-search-tp4022665p4022683.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > -- Sincerely yours, Apostolis Xekoukoulotakis

Re: understanding the need to reindex a document

2012-10-22 Thread Apostolis Xekoukoulotakis
and > then updateDocument() that document. > > > On 10/22/2012 03:43 PM, Apostolis Xekoukoulotakis wrote: > >> I am not that familiar with Lucene, so my answer may be a bit off. >> >> Search on the internet about log structured storage. There you will find >> why rewr

Re: understanding the need to reindex a document

2012-10-22 Thread Apostolis Xekoukoulotakis
il: > java-user-unsubscribe@lucene.**apache.org > For additional commands, e-mail: > java-user-help@lucene.apache.**org > > -- Sincerely yours, Apostolis Xekoukoulotakis

Re: Lucene Query About Sorting

2012-06-27 Thread Apostolis Xekoukoulotakis
t; > then sort. I want first 100 sorted descending of Field A with > matching > >>> > query. > >>> > > >>> > Is it possible in Lucene? > >>> > > >>> > Thanks > >>> > > >>> > *Regards, > >>> > > >>> > Yogesh Patel* > >>> > >>> - > >>> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > >>> For additional commands, e-mail: java-user-h...@lucene.apache.org > >>> > >>> > >> > >> > >> -- > >> * > >> > >> Regards, > >> > >> Yogesh Patel* > > > > - > > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > > For additional commands, e-mail: java-user-h...@lucene.apache.org > > > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > -- Sincerely yours, Apostolis Xekoukoulotakis

Re: Lucene Query About Sorting

2012-06-26 Thread Apostolis Xekoukoulotakis
; > Is it possible in Lucene? > > Thanks > > *Regards, > > Yogesh Patel* > -- Sincerely yours, Apostolis Xekoukoulotakis

Re: Per User filtering of public/common documents

2012-05-22 Thread Apostolis Xekoukoulotakis
rohibitively slow. > > Adding the username to docs and querying/filtering on that sounds a > good idea. If that data doesn't change much you can use a cached > filter - that is generally very fast. See CachingWrapperFilter. > > > -- > Ian. > > > > On Fri, Ma

Re: Performance of storing data in Lucene vs other (No)SQL Databases

2012-05-21 Thread Apostolis Xekoukoulotakis
al commands, e-mail: java-user-h...@lucene.apache.org > > > > - > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > -- Sincerely yours, Apostolis Xekoukoulotakis