I am trying to use solr to search using indexes created by lucene.I tried Can a raw Lucene index be loaded by Solr? the answer given in this post.Changed solrschema and config as explained also added all the fields. I did not get any error in Tomcat and am able to see Solr admin page.
However when I query I am not getting any results.there is no error but solr is not returning any results on the query( numcount=0)
Could any one please help with this?
Thanks in advance...