Re: How to Convert Lucene index files to XML Format

2009-09-10 Thread Lance Norskog
It is best to start off with Solr by playing around with the example in the example/ directory. Index the data in the example/exampledocs directory, do some searches, look at the index with the admin/luke page. After that, this will be much easier. To bring your Lucene under Solr, you have to exa

Re: How to Convert Lucene index files to XML Format

2009-09-10 Thread busbus
Thanks for your reply > On Sep 10, 2009, at 6:41 AM, busbus wrote: > Solr defers to Lucene on reading the index. You just need to tell > Solr whether the index is a compound file or not and make sure the > versions are compatible. > This part seems to be the point. How to make solr to r

Re: How to Convert Lucene index files to XML Format

2009-09-10 Thread Grant Ingersoll
On Sep 10, 2009, at 6:41 AM, busbus wrote: Hello All, I have a set of Files indexed by Lucene. Now i want to use the indexed files in SOLR. The file .cfx an .cfs are not readable by Solr, as it supports only .fds and .fdx. Solr defers to Lucene on reading the index. You just need to te