Package dev.getelements.elements.sdk.dao
Interface Indexable
- All Known Implementing Classes:
MongoDistinctInventoryItemIndexable
public interface Indexable
For types which have a
MetadataSpec. For internal use only.-
Method Summary
Modifier and TypeMethodDescriptionvoidBuilds the indexes based on the last plan operation.voidplan()Plans the indexes.
-
Method Details
-
plan
void plan()Plans the indexes. Writing the contents of the to-be indexed content to the database. -
buildIndexes
void buildIndexes()Builds the indexes based on the last plan operation.
-