Package-level declarations
Types
Node that represents Intervals.after.
Node that represents Intervals.analyzedText.
Node that represents Intervals.atLeast.
Node that represents Intervals.before.
Node that represents Intervals.containedBy.
Node that represents Intervals.containing.
Node that represents Intervals.extend.
An interval function equivalent to FuzzyQuery. A fuzzy term expands to a disjunction of intervals of terms that are within the specified maxEdits from the provided term. A limit of maxExpansions prevents the internal implementation from blowing up on too many potential candidate terms.
Representation of an interval function that can be converted to IntervalsSource.
Node that represents Intervals.maxgaps.
Node that represents Intervals.maxwidth.
Node that represents Intervals.nonOverlapping.
Node that represents Intervals.notContainedBy.
Node that represents Intervals.notContaining.
Node that represents Intervals.notWithin.
Node that represents Intervals.or.
Node that represents Intervals.ordered.
Node that represents Intervals.overlapping.
Node that represents Intervals.phrase.
Node that represents Intervals.unordered.
Node that represents Intervals.unorderedNoOverlaps.
Node that represents Intervals.wildcard.
Node that represents Intervals.within.