Lucene Newbie Questions

2010-05-31 Thread Frank A
Hello all, I'm considering Lucene for a specific application and am trying to ensure that it is the right tool for what I'm trying to accomplish. At a high level I have a list of restaurants in a database and a list of tags related to the restaurant (e.g. Italian, Formal, Expensive, etc). Each

Re: Lucene Newbie Questions

2010-05-31 Thread Shashi Kant
You are certainly in the right place - Apache Solr (a search server built using Lucene) provides what you are looking for out of the box. On Mon, May 31, 2010 at 7:20 PM, Frank A fsa...@gmail.com wrote: Hello all, I'm considering Lucene for a specific application and am trying to ensure that

Re: Lucene Newbie Questions

2010-05-31 Thread N Hira
: http://lucene.apache.org/solr/ Good luck! -h - Original Message From: Frank A fsa...@gmail.com To: java-user@lucene.apache.org Sent: Mon, May 31, 2010 6:20:41 PM Subject: Lucene Newbie Questions Hello all, I'm considering Lucene for a specific application and am trying to ensure

Re: Lucene Newbie Questions

2010-05-31 Thread Frank A
: Lucene Newbie Questions Hello all, I'm considering Lucene for a specific application and am trying to ensure that it is the right tool for what I'm trying to accomplish. At a high level I have a list of restaurants in a database and a list of tags related to the restaurant (e.g. Italian, Formal

Re: Lucene Newbie Questions

2010-05-31 Thread Shashi Kant
to look into Solr, which uses Lucene, but offers a lot of the architecture you might need: http://lucene.apache.org/solr/ Good luck! -h - Original Message From: Frank A fsa...@gmail.com To: java-user@lucene.apache.org Sent: Mon, May 31, 2010 6:20:41 PM Subject: Lucene Newbie

Re: Lucene Newbie Questions

2010-05-31 Thread N Hira
to try both side-by-side in a few hours (the tutorials are pretty decent). -h - Original Message From: Frank A fsa...@gmail.com To: java-user@lucene.apache.org Sent: Mon, May 31, 2010 6:54:26 PM Subject: Re: Lucene Newbie Questions Thanks a bunch. Since I'm already inside a java based