Package dev.getelements.elements.sdk.dao
Interface IndexDao.Indexer
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
MongoIndexer
- Enclosing interface:
IndexDao
Executes an index operation within a scope which controls multiple concurrent accesses
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Builds all custom indexes (eg metadata)void
buildCustomIndexesFor
(IndexableType indexableType) Builds for a specific indexable type.void
close()
Ends the indexing process.
-
Method Details
-
buildAllCustom
void buildAllCustom()Builds all custom indexes (eg metadata) -
buildCustomIndexesFor
Builds for a specific indexable type.- Parameters:
indexableType
- the indexable type
-
close
void close()Ends the indexing process.- Specified by:
close
in interfaceAutoCloseable
-