On Wed, 2006-12-13 at 07:45 -0800, Otis Gospodnetic wrote: > Hi, > > Solr should be able to search any Lucene index,
ok, good to know. :) So can I guess that the same is true for nutch? Meaning the index solr is creating could be used by a nutch searcher. > not just those created by Solr itself, as long as you configure it properly > via schema.xml. http://wiki.apache.org/solr/SchemaXml?highlight=%28schema%29 > Thus, you should be able to use Solr to search an index created by Nutch. In my use case I need the reverse. Nutch searches the index created by my solr application. The application is just one component in the portal and the portal will provide a "global" search engine which should use the index from solr. > Haven't tried it. It would be nice if you could contribute the > configuration for doing this. > As I figure it out I will keep you informed. Thanks for the feedback. salu2 > Otis > > ----- Original Message ---- > From: Thorsten Scherler <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Wednesday, December 13, 2006 8:26:51 AM > Subject: solr index reusable with nutch? > > Hi all, > > is it possible to directly use the solr index in nutch? > > My client is creating a portal search based on nutch. In this portal > there is as well my project and ATM I prefer to go with solr instead of > nutch since it its much better for my use case. > > Now the question is whether the portal search engine could use the solr > index for my part of the portal. > > Can somebody point me to related documentation? > > TIA > > salu2