Uses of Class
io.fluxcapacitor.common.api.search.constraints.PathConstraint
Packages that use PathConstraint
-
Uses of PathConstraint in io.fluxcapacitor.common.api.search.constraints
Subclasses of PathConstraint in io.fluxcapacitor.common.api.search.constraintsModifier and TypeClassDescriptionclass
AConstraint
that filters documents based on whether a value in a specific path lies between two bounds.class
A constraint that matches document entries containing the specified phrase, with optional wildcard-like flexibility.class
AConstraint
that checks whether one or more paths exist in a document.class
A constraint that supports search-as-you-type functionality by matching terms or phrases that start with a given input string.class
A constraint that matches indexed document values based on text equality or normalized phrase matching.class
AConstraint
that parses a human-friendly query string into a structured tree of constraints.