http://franz.com/ns/allegrograph/4.5/solr/match

Perform Solr expression queries using solrDocID.

This Solr magic property integrates SPARQL with Solr using the indirect storage strategy. I.e.,

  ?subject <http://franz.com/ns/allegrograph/4.5/solr/match> 'expression' . 

will perform a Solr query for 'expression' to return document IDs and then it will use these document IDs to link back to the desired subject via the linking triples that were added for this purpose:

 <subject> <http://www.franz.com/solrDocId> <documentID> . 

You can also bind the text of the triple found using:

  (?subject ?textObject) <http://franz.com/ns/allegrograph/4.5/solr/match> 'expression' . 

See the Solr documentation for details.

Notes

The following namespace abbreviations are used:

The SPARQL magic properties reference has additional information on using AllegroGraph magic properties and functions.