java.lang.Object
org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn.IntervalFunction
Direct Known Subclasses:
After, AnalyzedText, AtLeast, Before, ContainedBy, Containing, Extend, FuzzyTerm, MaxGaps, MaxWidth, NonOverlapping, NotContainedBy, NotContaining, NotWithin, Or, Ordered, Overlapping, Phrase, Unordered, UnorderedNoOverlaps, Wildcard, Within

public abstract class IntervalFunction extends Object
Representation of an interval function that can be converted to IntervalsSource.
  • Constructor Details

    • IntervalFunction

      public IntervalFunction()
  • Method Details