Uses of Class
org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn.IntervalFunction
-
Packages that use IntervalFunction Package Description org.apache.lucene.queryparser.flexible.standard.nodes Standard Lucene Query Nodes.org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn This package contains classes that implement interval function support for the standard syntax parser.org.apache.lucene.queryparser.flexible.standard.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 IntervalFunction Modifier and Type Field Description private IntervalFunctionIntervalQueryNode. sourceConstructors in org.apache.lucene.queryparser.flexible.standard.nodes with parameters of type IntervalFunction Constructor Description IntervalQueryNode(java.lang.String field, IntervalFunction source) -
Uses of IntervalFunction in org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn
Fields in org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn with type parameters of type IntervalFunction Modifier and Type Field Description private java.util.List<IntervalFunction>AtLeast. sourcesprivate java.util.List<IntervalFunction>Or. sourcesprivate java.util.List<IntervalFunction>Ordered. sourcesprivate java.util.List<IntervalFunction>Phrase. sourcesprivate java.util.List<IntervalFunction>Unordered. sourcesConstructor parameters in org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn with type arguments of type IntervalFunction Constructor Description AtLeast(int minShouldMatch, java.util.List<IntervalFunction> sources)Or(java.util.List<IntervalFunction> sources)Ordered(java.util.List<IntervalFunction> sources)Phrase(java.util.List<IntervalFunction> sources)Unordered(java.util.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 IntervalFunction Modifier and Type Method Description private IntervalFunctionStandardSyntaxParser. IntervalAfter()private IntervalFunctionStandardSyntaxParser. IntervalAtLeast()private IntervalFunctionStandardSyntaxParser. IntervalBefore()private IntervalFunctionStandardSyntaxParser. IntervalContainedBy()private IntervalFunctionStandardSyntaxParser. IntervalContaining()private IntervalFunctionStandardSyntaxParser. IntervalExtend()private IntervalFunctionStandardSyntaxParser. IntervalFun()private IntervalFunctionStandardSyntaxParser. IntervalFuzzyTerm()private IntervalFunctionStandardSyntaxParser. IntervalMaxGaps()private IntervalFunctionStandardSyntaxParser. IntervalMaxWidth()private IntervalFunctionStandardSyntaxParser. IntervalNonOverlapping()private IntervalFunctionStandardSyntaxParser. IntervalNotContainedBy()private IntervalFunctionStandardSyntaxParser. IntervalNotContaining()private IntervalFunctionStandardSyntaxParser. IntervalNotWithin()private IntervalFunctionStandardSyntaxParser. IntervalOr()private IntervalFunctionStandardSyntaxParser. IntervalOrdered()private IntervalFunctionStandardSyntaxParser. IntervalOverlapping()private IntervalFunctionStandardSyntaxParser. IntervalPhrase()private IntervalFunctionStandardSyntaxParser. IntervalText()private IntervalFunctionStandardSyntaxParser. IntervalUnordered()private IntervalFunctionStandardSyntaxParser. IntervalUnorderedNoOverlaps()private IntervalFunctionStandardSyntaxParser. IntervalWildcard()private IntervalFunctionStandardSyntaxParser. IntervalWithin()
-