I have an existing web application which uses Lucene to create indexes. Now as per the requirement, I have to set up Solr which will serve as a search engine for many other web application including my web app. I do not want to create indexes within Solr. Hence, I need to tell Solr to read indexes from Lucene instead of creating indexes within Solr and reading from its own.
I'm learning Apache Solr. Is it possible? If it is, can you explain how?