java-user@lucene.apache.org
[Top] [All Lists]

Re: Solr, the Lucene based Search Server

Subject: Re: Solr, the Lucene based Search Server
From: "Yonik Seeley"
Date: Wed, 1 Mar 2006 09:29:36 -0500
On 3/1/06, Eric Jain <Eric.Jain@xxxxxxxxxx> wrote:
> I noticed that you have a WordDelimiterFilter; any chance that this will be
> contributed back to Lucene? This class is really useful! (In fact I was
> just trying to write something similar myself...)

Definitely.  Solr uses Java5, so it would need to be backported.

People may also be interested in the SynonymFilter Solr uses, as it
can handle multi-word synonyms.  I kept that one at a Java 1.4
language level with the intent on contributing it to Lucene.
See the bottom of
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters for an
example synonym config file.

-Yonik

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@xxxxxxxxxxxxxxxxx
For additional commands, e-mail: java-user-help@xxxxxxxxxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>