Uses of Class
dev.getelements.elements.sdk.dao.index.IndexPlanner
Packages that use IndexPlanner
-
Uses of IndexPlanner in dev.getelements.elements.dao.mongo
Methods in dev.getelements.elements.dao.mongo with parameters of type IndexPlannerModifier and TypeMethodDescriptionprotected void
MongoIndexable.DistinctInventoryItem.updatePlanWithMetadataSpecs
(IndexPlanner<org.bson.Document> planner) protected void
MongoIndexable.updatePlanWithMetadataSpecs
(IndexPlanner<org.bson.Document> planner) Updates the index plan with metadata specifications. -
Uses of IndexPlanner in dev.getelements.elements.sdk.dao.index
Methods in dev.getelements.elements.sdk.dao.index that return IndexPlannerModifier and TypeMethodDescriptionIndexPlanner.Builder.build
(IndexPlanner.IndexMetadataGenerator<IdentifierT> generator) IndexPlanner.update
(String context, MetadataSpec spec) Updates the indexing plan with the given metadata specification.