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 examine the design of the
Lucene index and create a matching Solr schema in solr/conf/schema.xml.


On 9/10/09, busbus <balaji.send...@tcs.com> wrote:
>
>
> 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 read lucene index files.
> There is a tag in Solrconfig.xml
> <useCompundFile> false <useCompundFile>
>
> Enable it to true does not seem to be working.
>
> What else need to be done.
>
> Should i change the config file or add new tag.
>
> Also how to check the compatibility of Lucen and solr
>
> Thanks in advance
>
> --
> View this message in context:
> http://www.nabble.com/How-to-Convert-Lucene-index-files-to-XML-Format-tp25381017p25382367.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
>


-- 
Lance Norskog
goks...@gmail.com

Reply via email to