Re: Solr, the Lucene based Search Server

2006-03-05 Thread Chris Hostetter
: Solr is a new open-source search server that's based on Lucene, and : has XML/HTTP interfaces for updating and querying, declarative : specification of analyzers and field types via a schema, extensive : caching, replication, and a web admin interface. FYI, last year when I anounced that CNET w

Re: Solr, the Lucene based Search Server

2006-03-01 Thread Yonik Seeley
On 3/1/06, Eric Jain <[EMAIL PROTECTED]> 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

Re: Solr, the Lucene based Search Server

2006-03-01 Thread Eric Jain
Yonik Seeley wrote: Solr is a new open-source search server that's based on Lucene, and has XML/HTTP interfaces for updating and querying, declarative specification of analyzers and field types via a schema, extensive caching, replication, and a web admin interface. Just had a look, quite impre