I configured my Drupal website to work with a Solr instance (using Apache Solr search inegration module) in order to have a better search than the one given by Drupal. In addition, I want my website to find results from many other websites when performing a search, and for that reason I configured a Nutch instance to work with the Solr instance (I mentioned above).
Now, I can see data that was indexed by Drupal and data that was indexed by Nutch through my Solr instance interface. The problem is, though, that I can’t see any data that was indexed by Nutch when performing a search in my Drupal website.
Any ideas?
I configured my Drupal website to work with a Solr instance (using Apache Solr
Share
If you are using Drupal 7 the Sarnia Module + Search API + Search API Solr will allow you to search and present data from any Solr index (using Views). Search API is an alternative to the Apache Solr Search Integration module.