Erick Erickson wrote:
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
Is it possible to use Solr v1.4 together with a legacy Lucene (v2.1.0
and/or
Copying from another answer to this question on the list (See "how to deploy
index on SOLR")...
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
HTH