Have you setup your Analyzers, etc. so they correspond to the exact ones that you were using in Lucene? Under the Solr Admin you can try the analysis tool to see how your index and queries are treated. What happens if you do a *:* query from the Admin query screen?

If your index is reasonably sized, I would just reindex, but you shouldn't have to do this.

-Grant

On Nov 27, 2007, at 8:18 AM, trysteps wrote:

Hi All,
I am trying to use Solr Search with Lucene Index so just set all schema.xml configs like tokenize and field necessaries.
But I can not get results like Lucene.
For example ,
search for 'dog' returns lots of results with lucene but in Solr, I can't get any result. But search with 'dog*' returns same result with Lucene. What is the best way to integrate Lucene index to Solr, are there any well-documented sources?
Thanks for your Attention,
Trysteps


--------------------------
Grant Ingersoll
http://lucene.grantingersoll.com

Lucene Helpful Hints:
http://wiki.apache.org/lucene-java/BasicsOfPerformance
http://wiki.apache.org/lucene-java/LuceneFAQ



Reply via email to