Versions Compared

Key

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

...

If the Fedora Repository is be running at http://localhost:8080/rest/  – you can create, update and delete objects and datastreams using your browser, or using the REST API (see SPARQL Recipes ).  Each event will trigger the indexer and be synced to Fuseki (or Sesame), which you can access at  http://localhost:3030/  (if you have Fuseki running on its default port).

Reindexing

Warning

This feature is unreleased, and only available by downloading and building jms-event-listener from Github.

If you have a repository with existing content that you want to index, or have changed your indexing logic and want to reindex content, you can use the reindex REST API call in the indexer webapp.

...