sumith
sumith

Reputation: 308

How can I add RDF result from opencalais into apache solr for better search result in my Drupal site?

Add RDF result from opencalais into apache solr for Indexing. I am using solr search integration module's development version(solr 4.x), Opencalais module and Drupal 7. Currently Indexing from taxonomy fields generated by opencalais.

Upvotes: 4

Views: 315

Answers (1)

Ed McLaughlin
Ed McLaughlin

Reputation: 197

You will want to store the RDF into a separate storage system called a triple store. Check out Apache Jena TDB, an open source option: http://jena.apache.org/documentation/tdb/index.html

Upvotes: 1

Related Questions