Unsubscribe java-user@lucene.apache.org

2020-08-27 Thread Vineel Yalamarthi
knfigc...@lucene.apache.org > To give a reason to reject: > %%% Start comment > %%% End comment > > > > > -- Forwarded message ------ > From: Toolbox Marketing > To: java-user@lucene.apache.org > Cc: > Bcc: > Date: Thu, 27 Aug 2020 07:30:00 -0

Re: Warning from java-user@lucene.apache.org

2016-08-23 Thread Phaneendra N
message -- > > From: > > Date: Tue, Aug 23, 2016 at 4:21 AM > > Subject: Warning from java-user@lucene.apache.org > > To: phaneendran.gi...@gmail.com > > > > > > Hi! This is the ezmlm program. I'm managing the > > java-user@lucene.apache.or

Re: Warning from java-user@lucene.apache.org

2016-08-23 Thread Erick Erickson
--- > From: > Date: Tue, Aug 23, 2016 at 4:21 AM > Subject: Warning from java-user@lucene.apache.org > To: phaneendran.gi...@gmail.com > > > Hi! This is the ezmlm program. I'm managing the > java-user@lucene.apache.org mailing list. > > I'm working for my o

Fwd: Warning from java-user@lucene.apache.org

2016-08-22 Thread Phaneendra N
from java-user@lucene.apache.org To: phaneendran.gi...@gmail.com Hi! This is the ezmlm program. I'm managing the java-user@lucene.apache.org mailing list. I'm working for my owner, who can be reached at java-user-ow...@lucene.apache.org. Messages to you from the java-user mailing list se

Re: confirm unsubscribe from java-user@lucene.apache.org

2014-12-29 Thread mck
On Mon, 29 Dec 2014, at 23:58, java-user-h...@lucene.apache.org wrote: > Hi! This is the ezmlm program. I'm managing the > java-user@lucene.apache.org mailing list. > > I'm working for my owner, who can be reached > at java-user-ow...@lucene.apache.org. > >

Re: confirm subscribe to java-user@lucene.apache.org

2013-06-03 Thread Adrien Grand
Hi Manoj, This is maybe related to the compression support which was added in Lucene 4.1. Although it improves performance on large indexes, it might prove to be slightly faster on indexes that completely fit in the file-system cache, especially if you fetch a large number of records at each reque

Fwd: confirm subscribe to java-user@lucene.apache.org

2013-06-03 Thread manoj raj
Dear sir/madam, I have been working with lucene 3.0.3 and wish to upgrade to lucene 4.3 but i found the performance of 4.3. slower than 3.0.3. I have attached the code used to test and results of test along with this mail. Is there any specific usage pattern to be followed to improve the performa

Re: confirm unsubscribe from java-user@lucene.apache.org

2012-02-12 Thread suwath daminda
--- On Thu, 9/2/12, Christof Schablinski wrote: From: Christof Schablinski Subject: Re: confirm unsubscribe from java-user@lucene.apache.org To: java-user@lucene.apache.org Received: Thursday, 9 February, 2012, 7:32 AM Mit freundlichen Grüßen Christof Schablinski Devoteam Danet GmbH

Re: confirm unsubscribe from java-user@lucene.apache.org

2012-02-09 Thread Christof Schablinski
. I'm managing the java-user@lucene.apache.org mailing list. I'm working for my owner, who can be reached at java-user-ow...@lucene.apache.org. To confirm that you would like christof.schablin...@devoteam.com removed from the java-user mailing list, please send a short reply to th

Re: WELCOME to java-user@lucene.apache.org

2011-07-03 Thread Michael Sokolov
You should take a look at org.apache.solr.analysis.MappingCharFilter, which provides a generic table-based approach for use with solr. There are also a lot of other interesting CharFilters in the same package. For lucene-only use, there's org.apache.lucene.analysis.icu.ICUFoldingFilter, which

Re: WELCOME to java-user@lucene.apache.org

2011-07-03 Thread Jan Rothhaar
Hi everybody, I have a pretty generic question about token filters, and I am not really sure whether it is a developer or a configuration question: How exactly do I make lucene map letters to each other, e.g. make it treat both 'a' and 'á' as one and the same letter, or both '写' and '寫' one and

Re: WELCOME to java-user@lucene.apache.org

2008-10-15 Thread Lukáš Vlček
content. > > Regards > Ganesh > > - Original Message - From: "Chris Gilliam" < > [EMAIL PROTECTED]> > To: > Sent: Wednesday, October 15, 2008 2:27 AM > Subject: Re: WELCOME to java-user@lucene.apache.org > > > > Hello Everyone, >&g

Re: WELCOME to java-user@lucene.apache.org

2008-10-15 Thread Ganesh
AIL PROTECTED]> To: Sent: Wednesday, October 15, 2008 2:27 AM Subject: Re: WELCOME to java-user@lucene.apache.org Hello Everyone, New to Lucene.. We currently roughly 100Gig of log files. We are needing to build a search application that can return rows of data from the files and com

Re: WELCOME to java-user@lucene.apache.org

2008-10-14 Thread Chris Gilliam
Hello Everyone, New to Lucene.. We currently roughly 100Gig of log files. We are needing to build a search application that can return rows of data from the files and combine the results? Does Lucene index the content in the files? Will it be able to find matching criteria say a date and then