Package io.fluxcapacitor.common.api.search.constraints
package io.fluxcapacitor.common.api.search.constraints
-
ClassesClassDescriptionA composite constraint that requires all inner constraints to match.A composite constraint that requires at least one inner constraint to match.A
Constraint
that filters documents based on whether a value in a specific path lies between two bounds.A constraint that matches document entries containing the specified phrase, with optional wildcard-like flexibility.AConstraint
that checks whether one or more paths exist in a document.A constraint that matches documents containing a specificFacetEntry
.A constraint that supports search-as-you-type functionality by matching terms or phrases that start with a given input string.A constraint that matches indexed document values based on text equality or normalized phrase matching.A constraint that negates the result of another constraint.Abstract base class for constraints that apply to specific paths in aDocument
.AConstraint
that parses a human-friendly query string into a structured tree of constraints.