IndexService

interface IndexService

Interface defining the contract for indexing operations.

IndexService provides a method for handling full indexing of documents, which may include cleaning existing indexes and re-populating them with data from associated repositories.

Inheritors

Functions

Link copied to clipboard
abstract fun fullIndex()

Executes the process of full indexing for the system.

Link copied to clipboard
abstract fun updateIndex(documentId: Long)

Updates the index for a specific document.