Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Once the SparqlIndexer configured to index the records, we can use the triplestore to perform external SPARQL searchings with the SPARQL Recipes.

Info

The triplestore need needs to be started before running the message consumer web app. Please follow the instructions to setup a triplestore.

Configuration

The indexer is configured using Spring that , which can be done through the Java bean setter methods.  Here is a sample configuration fragment showing how to configure and use the SparqlIndexer:

...