I am working on adding the search capabilities for an e-commerce project and I need to integrate the Apache Solr search server for the searching. I was able to index the site content with Apache Solr, but the problem is whenever a user is searching all the product content is indexed in the apache solr even if it has been indexed already. Is there any way in which I can find out if my content has already been indexed by Apache Solr so that I need not index the content again
Thanks