Re: Using Lucene to search Multiple Databases

2007-06-18 Thread rajat mahajan
Hi, At presently I am using NUTCH. I'll try Solr once this is done and will get back to you anyways thanks a lot. Bye, Rajat Mahajan

RE: Using Lucene to search Multiple Databases

2007-06-18 Thread Ard Schrijvers
A search server based on lucene which is very easy to use and implement. I think you can use it to achieve what you want, Regards > > @Ard Schrijvers > > > What is this Solr > i didnt get you. will you please explain it.?? > ---

Re: Using Lucene to search Multiple Databases

2007-06-18 Thread rajat mahajan
@Ard Schrijvers What is this Solr i didnt get you. will you please explain it.??

RE: Using Lucene to search Multiple Databases

2007-06-18 Thread Ard Schrijvers
Hello Rajat, this sounds to me like something very suitable for Solr, Regards Ard > > > Rajat, > > I don't know about the Web Interface you are mentioning but > the task can be > done with a little bit coding from your side. > > I would suggest indexing each database in its own index which

Re: Using Lucene to search Multiple Databases

2007-06-17 Thread Andreas Guther
Rajat, I don't know about the Web Interface you are mentioning but the task can be done with a little bit coding from your side. I would suggest indexing each database in its own index which allows to keep the access easily controlled. To find matches you will need to use a Multi Searcher. All