You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Pravin Karne <pr...@persistent.co.in> on 2009/10/09 13:07:56 UTC

how to deploy index on solr

Hi
I have index data with Lucene. I want to deploy this indexes on solr for search.

Generally we  index and search data with Solr, but now I want to just search with Lucene indexes.

How can we do this ?

-Pravin

DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.

Re: how to deploy index on solr

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
On Fri, Oct 9, 2009 at 4:37 PM, Pravin Karne
<pr...@persistent.co.in>wrote:

> Hi
> I have index data with Lucene. I want to deploy this indexes on solr for
> search.
>
> Generally we  index and search data with Solr, but now I want to just
> search with Lucene indexes.
>
> How can we do this ?
>

It is possible but you have to take care to match Solr's schema with the
structure of documents in the Lucene index. The correct field names and
query-analyzers should be configured in schema.xml

-- 
Regards,
Shalin Shekhar Mangar.