Saurabh Dani wrote:
Just like Luke, can Solr search any Lucene index by just changing "something" in the configuration or Solr stores any specific information in the indexes which must be there in order to do searches using Solr?
solr uses regular lucene indexes. It can search an index created elsewhere.The only hitch is to make sure the analyzers in solrconfig.xml match the analyzers used to create the index.