Re: Lucene Index dump into Solr Index folder

2009-03-31 Thread Grant Ingersoll
You need to create a schema.xml for your index that describes the index, etc. The example schema in Solr likely does not fit your needs. I'd also suggest asking on solr-user, as you may get more info there. -Grant On Mar 31, 2009, at 12:47 AM, Allahbaksh Mohammedali Asadullah wrote: Hi

Lucene Index dump into Solr Index folder

2009-03-30 Thread Allahbaksh Mohammedali Asadullah
Hi All, I have a large Lucene Index. I want to dump it inot solr and search. I tried doing this in following way but I was unsuccessful. Can any one let me know what is proper way to do the it. I copied index created by lucene 2.4.1 into apache-solr-1.3.0/example/solr/data/index fol