Re: Use of Lucene for DB Search

2008-04-10 Thread Shalin Shekhar Mangar
Hi Prashant, It would help to take a look at DataImportHandler (in development) in Solr. Solr is built to be used in a web applications and DataImportHandler is built to be used to import data from databases. http://lucene.apache.org/solr/ http://wiki.apache.org/solr/DataImportHandler On Thu, Ap

RE: Use of Lucene for DB Search

2008-04-10 Thread John Griffin
: java-user@lucene.apache.org Subject: Use of Lucene for DB Search Hi, We are planning to provide search functionality in the a web base application. Can we use Lucene for it to search data from database like oracle and MS-Sql? Thanks and Regards प्रशांत सराफ

Re: Use of Lucene for DB Search

2008-04-10 Thread Chris Lu
Without changing your existing code, you can use DBSight free version to create a Lucene index on your database data, and provide search on it. It'll take you less time to get it going than reading all the manual or marketing materials. -- Chris Lu - Instant Scalable Full

RE: Use of Lucene for DB Search

2008-04-10 Thread Prashant Saraf
Subject: Re: Use of Lucene for DB Search As always, "It depends". What is it you really want to do? Lucene excels at searching text, NOT at doing RDBM sorts of operations. So if you have large amounts of text in columns in your DB, you can certainly put them in a Lucene index and search. But

Re: Use of Lucene for DB Search

2008-04-10 Thread Leandro
> Hi, > > We are planning to provide search functionality in the a web > base application. Can we use Lucene for it to search data from database like > oracle and MS-Sql? > Yes, you can. > > > > > Thanks and Regards >प्रशांत सराफ > (Prashant Saraf) > SE-II > Cross Country Inf

Re: Use of Lucene for DB Search

2008-04-10 Thread Erick Erickson
As always, "It depends". What is it you really want to do? Lucene excels at searching text, NOT at doing RDBM sorts of operations. So if you have large amounts of text in columns in your DB, you can certainly put them in a Lucene index and search. But as soon as you find yourself trying to make Luc

Re: Use of Lucene for DB Search

2008-04-10 Thread Mathieu Lecarme
have a look at Compass. M. Prashant Saraf a écrit : Hi, We are planning to provide search functionality in the a web base application. Can we use Lucene for it to search data from database like oracle and MS-Sql? Thanks and Regards प्रशांत सराफ (Prashant Saraf) S

Use of Lucene for DB Search

2008-04-10 Thread Prashant Saraf
Hi, We are planning to provide search functionality in the a web base application. Can we use Lucene for it to search data from database like oracle and MS-Sql? Thanks and Regards प्रशांत सराफ (Prashant Saraf) SE-II Cross Country Infotech Ext : 72543 www.crosscountry.i