On Fri, Oct 9, 2009 at 4:37 PM, Pravin Karne <pravin_ka...@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.