Versions Compared

Key

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

A record in our system is harvested, mapped and enriched, and is then ready to be checked. It exists at this point in a repository, an RDF triplestore, but is still unavailable to our website, our API, and even our internal quality-assurance application. The next step is indexing – reading the record into a search index for either the API or the QA interface so that it can be queried and displayed.

The way it works now, an indexing activity is run on the recordan activity, feeding it records in that activity into a search index, which is read by our QA application. After it's been QA'd, another indexing activity reads the record records into our production Elasticsearch search index, and you can then find it them with a search on our API or frontend website.

...