Interface OIndexFinder
- All Known Implementing Classes:
OClassIndexFinder,OSpecificIndexFinder
public interface OIndexFinder
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfindAllowRange(OPath fieldName, OIndexFinder.Operation operation, OIndexKeySource value, OCommandContext ctx) findAny(OPath oPath, OIndexKeySource value, OCommandContext ctx) findByKey(OPath fieldName, OIndexKeySource value, OCommandContext ctx) findByValue(OPath fieldName, OIndexKeySource value, OCommandContext ctx) findExact(OPath fieldName, OIndexKeySource value, OCommandContext ctx) findFullText(OPath fieldName, OIndexKeySource value, OCommandContext ctx) findNull(OPath fieldName, OCommandContext ctx) findRange(OPath fieldName, OIndexKeySource first, OIndexKeySource second, OCommandContext ctx)
-
Method Details
-
findExact
-
findNull
-
findByKey
-
findAllowRange
Optional<OIndexCandidate> findAllowRange(OPath fieldName, OIndexFinder.Operation operation, OIndexKeySource value, OCommandContext ctx) -
findRange
Optional<OIndexCandidate> findRange(OPath fieldName, OIndexKeySource first, OIndexKeySource second, OCommandContext ctx) -
findByValue
-
findFullText
-
findAny
-