On 6/21/06, Tricia Williams <[EMAIL PROTECTED]> wrote:
I was wondering if there are any major differences in building an index using Lucene and Solr. If there is no substantial differences, how would one go about using an existing index created using Lucene in Solr?
You can definitely do that for the majority of indicies w/o writing any code... you just need to make sure the schema matches what is in the index (make the analyzers for the field types compatible, etc). If you have access to the source code that built the index, start there. If you don't then open up the index with Luke to see what you can find out. -Yonik