Thanks for reply. http://stackoverflow.com/questions/27958212/is-it- possible-to-add-virtuoso-as-a-storage-provider-in-jena- fuseki/27966848#27966848
This link i saw already but I can not understand clearly. Doesn't Virtuoso have it's own SPARQL HTTP server built-in? virtuoso is providing SPARQL HTTP server BUT there I can not use jane text:query() function... It has it's own text indexing. I am using solr index because I read that solr is BEST text indexer ever... What is this code trying to do? I am trying to create virtuoso dataset graph instead of TDB dataset graph.. Where it is running? I wrote this code in apache-fuseki project org.apache.jena.fuseki.server package fusekiConfig.java file My Requirements The reason using virtuoso is for storage triples as partial storage/ Partition storage ( as I know in TDB we can not do that ) The reason of using fuseki is because I want to use jena text:query() function So that i can use solrIndex and virtuoso (instead of TDB ) in same project... Nauman
