AllChangesIndexer |
Implementation that can index all changes on a host or within a project.
|
ChangeField |
Fields indexed on change documents.
|
ChangeField.StoredSubmitRecord |
JSON type for storing SubmitRecords.
|
ChangeIndexCollection |
Collection of active change indices.
|
ChangeIndexDefinition |
Bundle of service classes that make up the change index.
|
ChangeIndexer |
Helper for (re)indexing a change document.
|
ChangeIndexRewriter |
Rewriter that pushes boolean logic into the secondary index.
|
ChangeSchemaDefinitions |
Definition of change index versions (schemata).
|
IndexedChangeQuery |
|
ReindexAfterRefUpdate |
Listener for ref update events that reindexes entities in case the updated Git reference was used
to compute contents of an index document.
|
StalenessChecker |
Checker that compares values stored in the change index to metadata in NoteDb to detect index
documents that should have been updated (= stale).
|
StalenessChecker.RefStatePattern |
Pattern for matching refs.
|