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

317 Views Asked by At

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.

1

There are 1 best solutions below

0
On

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