Hi, I have a Node (Content) index working right now. It is indexing all of the fields that I want currently but I also want to be able to search text in the body of a non-drupal website. Is this possible or am I missing a fundamental mechanic of Solr?

Comments

drunken monkey’s picture

Status: Active » Fixed
Issue tags: -solr search index external

For indexing the data of an external site in Solr, this module cannot really help you. You'll have to do that yourself.
However, once the data is indexed in Solr, you can use the Sarnia module to search it with the Search API. It might be a bit outdated, though, just give it a try. Otherwise, you are probably better off with the Apache Solr Search Integration module for now, which supports this use case a bit better at the moment.

HeathN’s picture

Thanks drunken monkey. I ended up just doing a migrate (Migrate module) of the data into a new Node Type and indexing it that way. If I need a more complex setup I will check out Sarnia.

HeathN’s picture

Status: Fixed » Closed (works as designed)