Uses of Class
org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn.IntervalFunction
Packages that use IntervalFunction
Package
Description
Standard Lucene Query Nodes.
This package contains classes that implement interval function support for the standard syntax
parser.
Lucene Query Parser
-
Uses of IntervalFunction in org.apache.lucene.queryparser.flexible.standard.nodes
Fields in org.apache.lucene.queryparser.flexible.standard.nodes declared as IntervalFunctionConstructors in org.apache.lucene.queryparser.flexible.standard.nodes with parameters of type IntervalFunction -
Uses of IntervalFunction in org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn
Modifier and TypeClassDescriptionclassNode that representsIntervals.after(IntervalsSource, IntervalsSource).classNode that representsIntervals.analyzedText(String, Analyzer, String, int, boolean).classNode that representsIntervals.atLeast(int, IntervalsSource...).classNode that representsIntervals.before(IntervalsSource, IntervalsSource).classNode that representsIntervals.containedBy(IntervalsSource, IntervalsSource).classNode that representsIntervals.containing(IntervalsSource, IntervalsSource).classNode that representsIntervals.extend(IntervalsSource, int, int).classAn interval function equivalent toFuzzyQuery.classNode that representsIntervals.maxgaps(int, IntervalsSource).classNode that representsIntervals.maxwidth(int, IntervalsSource).classNode that representsIntervals.nonOverlapping(IntervalsSource, IntervalsSource).classNode that representsIntervals.notContainedBy(IntervalsSource, IntervalsSource).classNode that representsIntervals.notContaining(IntervalsSource, IntervalsSource).classNode that representsIntervals.notWithin(IntervalsSource, int, IntervalsSource).classNode that representsIntervals.or(IntervalsSource...).classNode that representsIntervals.ordered(IntervalsSource...).classNode that representsIntervals.overlapping(IntervalsSource, IntervalsSource).classNode that representsIntervals.phrase(String...).classNode that representsIntervals.unordered(IntervalsSource...).classNode that representsIntervals.unorderedNoOverlaps(IntervalsSource, IntervalsSource).classNode that representsIntervals.wildcard(BytesRef).classNode that representsIntervals.within(IntervalsSource, int, IntervalsSource).Fields in org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn declared as IntervalFunctionModifier and TypeFieldDescriptionprivate final IntervalFunctionUnorderedNoOverlaps.aprivate final IntervalFunctionUnorderedNoOverlaps.bprivate final IntervalFunctionContainedBy.bigprivate final IntervalFunctionContaining.bigprivate final IntervalFunctionNotContainedBy.bigprivate final IntervalFunctionNonOverlapping.minuendprivate final IntervalFunctionNotContaining.minuendprivate final IntervalFunctionNotWithin.minuendprivate final IntervalFunctionAfter.referenceprivate final IntervalFunctionBefore.referenceprivate final IntervalFunctionOverlapping.referenceprivate final IntervalFunctionWithin.referenceprivate final IntervalFunctionContainedBy.smallprivate final IntervalFunctionContaining.smallprivate final IntervalFunctionNotContainedBy.smallprivate final IntervalFunctionAfter.sourceprivate final IntervalFunctionBefore.sourceprivate final IntervalFunctionExtend.sourceprivate final IntervalFunctionMaxGaps.sourceprivate final IntervalFunctionMaxWidth.sourceprivate final IntervalFunctionOverlapping.sourceprivate final IntervalFunctionWithin.sourceprivate final IntervalFunctionNonOverlapping.subtrahendprivate final IntervalFunctionNotContaining.subtrahendprivate final IntervalFunctionNotWithin.subtrahendFields in org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn with type parameters of type IntervalFunctionModifier and TypeFieldDescriptionprivate final List<IntervalFunction> AtLeast.sourcesprivate final List<IntervalFunction> Or.sourcesprivate final List<IntervalFunction> Ordered.sourcesprivate final List<IntervalFunction> Phrase.sourcesprivate final List<IntervalFunction> Unordered.sourcesConstructors in org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn with parameters of type IntervalFunctionModifierConstructorDescriptionAfter(IntervalFunction source, IntervalFunction reference) Before(IntervalFunction source, IntervalFunction reference) ContainedBy(IntervalFunction small, IntervalFunction big) Containing(IntervalFunction big, IntervalFunction small) Extend(IntervalFunction source, int before, int after) MaxGaps(int maxGaps, IntervalFunction source) MaxWidth(int width, IntervalFunction source) NonOverlapping(IntervalFunction minuend, IntervalFunction subtrahend) NotContainedBy(IntervalFunction small, IntervalFunction big) NotContaining(IntervalFunction minuend, IntervalFunction subtrahend) NotWithin(IntervalFunction minuend, int positions, IntervalFunction subtrahend) Overlapping(IntervalFunction source, IntervalFunction reference) Within(IntervalFunction source, int positions, IntervalFunction reference) Constructor parameters in org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn with type arguments of type IntervalFunctionModifierConstructorDescriptionAtLeast(int minShouldMatch, List<IntervalFunction> sources) Or(List<IntervalFunction> sources) Ordered(List<IntervalFunction> sources) Phrase(List<IntervalFunction> sources) Unordered(List<IntervalFunction> sources) -
Uses of IntervalFunction in org.apache.lucene.queryparser.flexible.standard.parser
Methods in org.apache.lucene.queryparser.flexible.standard.parser that return IntervalFunctionModifier and TypeMethodDescriptionprivate final IntervalFunctionStandardSyntaxParser.IntervalAfter()private final IntervalFunctionStandardSyntaxParser.IntervalAtLeast()private final IntervalFunctionStandardSyntaxParser.IntervalBefore()private final IntervalFunctionStandardSyntaxParser.IntervalContainedBy()private final IntervalFunctionStandardSyntaxParser.IntervalContaining()private final IntervalFunctionStandardSyntaxParser.IntervalExtend()private final IntervalFunctionStandardSyntaxParser.IntervalFun()private final IntervalFunctionStandardSyntaxParser.IntervalFuzzyTerm()private final IntervalFunctionStandardSyntaxParser.IntervalMaxGaps()private final IntervalFunctionStandardSyntaxParser.IntervalMaxWidth()private final IntervalFunctionStandardSyntaxParser.IntervalNonOverlapping()private final IntervalFunctionStandardSyntaxParser.IntervalNotContainedBy()private final IntervalFunctionStandardSyntaxParser.IntervalNotContaining()private final IntervalFunctionStandardSyntaxParser.IntervalNotWithin()private final IntervalFunctionStandardSyntaxParser.IntervalOr()private final IntervalFunctionStandardSyntaxParser.IntervalOrdered()private final IntervalFunctionStandardSyntaxParser.IntervalOverlapping()private final IntervalFunctionStandardSyntaxParser.IntervalPhrase()private final IntervalFunctionStandardSyntaxParser.IntervalText()private final IntervalFunctionStandardSyntaxParser.IntervalUnordered()private final IntervalFunctionStandardSyntaxParser.IntervalUnorderedNoOverlaps()private final IntervalFunctionStandardSyntaxParser.IntervalWildcard()private final IntervalFunctionStandardSyntaxParser.IntervalWithin()