Uses of Class
org.dizitart.no2.collection.FindPlan
-
Packages that use FindPlan Package Description org.dizitart.no2.collection org.dizitart.no2.index org.dizitart.no2.repository -
-
Uses of FindPlan in org.dizitart.no2.collection
Methods in org.dizitart.no2.collection that return FindPlan Modifier and Type Method Description FindPlanDocumentCursor. getFindPlan()Gets a filter plan for the query.Methods in org.dizitart.no2.collection that return types with arguments of type FindPlan Modifier and Type Method Description List<FindPlan>FindPlan. getSubPlans()Gets the sub plans.Method parameters in org.dizitart.no2.collection with type arguments of type FindPlan Modifier and Type Method Description voidFindPlan. setSubPlans(List<FindPlan> subPlans)Gets the sub plans. -
Uses of FindPlan in org.dizitart.no2.index
Methods in org.dizitart.no2.index with parameters of type FindPlan Modifier and Type Method Description LinkedHashSet<NitriteId>NitriteIndexer. findByFilter(FindPlan findPlan, NitriteConfig nitriteConfig)Finds the NitriteIds of the documents that match the given filter in the specified collection.LinkedHashSet<NitriteId>NitriteIndex. findNitriteIds(FindPlan findPlan)Finds the NitriteIds from the index for the given find plan. -
Uses of FindPlan in org.dizitart.no2.repository
Methods in org.dizitart.no2.repository that return FindPlan Modifier and Type Method Description FindPlanCursor. getFindPlan()Gets a filter plan for the query.
-