Uses of Class
org.apache.lucene.queries.intervals.IntervalsSource
-
Packages that use IntervalsSource Package Description org.apache.lucene.queries.intervals Intervals queriesorg.apache.lucene.queryparser.flexible.standard.nodes.intervalfn This package contains classes that implement interval function support for the standard syntax parser. -
-
Uses of IntervalsSource in org.apache.lucene.queries.intervals
Subclasses of IntervalsSource in org.apache.lucene.queries.intervals Modifier and Type Class Description (package private) class
BlockIntervalsSource
(package private) class
ConjunctionIntervalsSource
(package private) class
ContainedByIntervalsSource
(package private) class
ContainingIntervalsSource
(package private) class
DifferenceIntervalsSource
(package private) class
DisjunctionIntervalsSource
(package private) class
ExtendedIntervalsSource
class
FilteredIntervalsSource
An IntervalsSource that filters the intervals from another IntervalsSourceprivate static class
FilteredIntervalsSource.MaxGaps
private static class
FilteredIntervalsSource.MaxWidth
(package private) class
FixedFieldIntervalsSource
(package private) class
MinimizingConjunctionIntervalsSource
(package private) class
MinimumShouldMatchIntervalsSource
(package private) class
MultiTermIntervalsSource
(package private) class
NoMatchIntervalsSource
A source returning no matches(package private) class
NonOverlappingIntervalsSource
(package private) class
NotContainedByIntervalsSource
(package private) class
NotContainingIntervalsSource
(package private) class
OffsetIntervalsSource
Tracks a reference intervals source, and produces a pseudo-interval that appears either one position before or one position after each interval from the reference(package private) class
OrderedIntervalsSource
(package private) class
OverlappingIntervalsSource
(package private) class
PayloadFilteredTermIntervalsSource
(package private) class
RepeatingIntervalsSource
Generates an iterator that spans repeating instances of a sub-iterator, avoiding minimization.(package private) class
TermIntervalsSource
(package private) class
UnorderedIntervalsSource
Fields in org.apache.lucene.queries.intervals declared as IntervalsSource Modifier and Type Field Description private IntervalsSource
ContainedByIntervalsSource. big
private IntervalsSource
ContainingIntervalsSource. big
protected IntervalsSource
FilteredIntervalsSource. in
private IntervalsSource
OffsetIntervalsSource. in
(package private) IntervalsSource
RepeatingIntervalsSource. in
private IntervalsSource
IntervalQuery. intervalsSource
(package private) IntervalsSource
DifferenceIntervalsSource. minuend
private static IntervalsSource
IntervalBuilder. NO_INTERVALS
private IntervalsSource
OverlappingIntervalsSource. reference
private IntervalsSource
ContainedByIntervalsSource. small
private IntervalsSource
ContainingIntervalsSource. small
(package private) IntervalsSource
ExtendedIntervalsSource. source
private IntervalsSource
FixedFieldIntervalsSource. source
private IntervalsSource
OverlappingIntervalsSource. source
private IntervalsSource[]
MinimumShouldMatchIntervalsSource. sources
(package private) IntervalsSource
DifferenceIntervalsSource. subtrahend
Fields in org.apache.lucene.queries.intervals with type parameters of type IntervalsSource Modifier and Type Field Description protected java.util.List<IntervalsSource>
ConjunctionIntervalsSource. subSources
(package private) java.util.Collection<IntervalsSource>
DisjunctionIntervalsSource. subSources
protected java.util.List<IntervalsSource>
MinimizingConjunctionIntervalsSource. subSources
Methods in org.apache.lucene.queries.intervals that return IntervalsSource Modifier and Type Method Description static IntervalsSource
Intervals. after(IntervalsSource source, IntervalsSource reference)
Returns intervals from the source that appear after intervals from the referencestatic IntervalsSource
Intervals. analyzedText(java.lang.String text, Analyzer analyzer, java.lang.String field, int maxGaps, boolean ordered)
Returns intervals that correspond to tokens from aTokenStream
returned fortext
by applying the providedAnalyzer
as iftext
was the content of the givenfield
.static IntervalsSource
Intervals. analyzedText(TokenStream tokenStream, int maxGaps, boolean ordered)
Returns intervals that correspond to tokens from the providedTokenStream
.private static IntervalsSource
IntervalBuilder. analyzeSynonyms(TokenStream ts, int maxGaps, boolean ordered)
private static IntervalsSource
IntervalBuilder. analyzeTerm(TokenStream ts)
(package private) static IntervalsSource
IntervalBuilder. analyzeText(CachingTokenFilter stream, int maxGaps, boolean ordered)
static IntervalsSource
Intervals. atLeast(int minShouldMatch, IntervalsSource... sources)
Return intervals that span combinations of intervals fromminShouldMatch
of the sourcesstatic IntervalsSource
Intervals. before(IntervalsSource source, IntervalsSource reference)
Returns intervals from the source that appear before intervals from the reference(package private) static IntervalsSource
BlockIntervalsSource. build(java.util.List<IntervalsSource> subSources)
(package private) static IntervalsSource
ContainedByIntervalsSource. build(IntervalsSource small, IntervalsSource big)
(package private) static IntervalsSource
ContainingIntervalsSource. build(IntervalsSource big, IntervalsSource small)
(package private) static IntervalsSource
NotContainedByIntervalsSource. build(IntervalsSource minuend, IntervalsSource subtrahend)
(package private) static IntervalsSource
NotContainingIntervalsSource. build(IntervalsSource minuend, IntervalsSource subtrahend)
(package private) static IntervalsSource
OrderedIntervalsSource. build(java.util.List<IntervalsSource> sources)
(package private) static IntervalsSource
RepeatingIntervalsSource. build(IntervalsSource in, int childCount)
(package private) static IntervalsSource
UnorderedIntervalsSource. build(java.util.List<IntervalsSource> sources)
private static IntervalsSource
IntervalBuilder. combineSources(java.util.List<IntervalsSource> sources, int maxGaps, boolean ordered)
static IntervalsSource
Intervals. containedBy(IntervalsSource small, IntervalsSource big)
Create a contained-byIntervalsSource
static IntervalsSource
Intervals. containing(IntervalsSource big, IntervalsSource small)
Create a containingIntervalsSource
(package private) static IntervalsSource
DisjunctionIntervalsSource. create(java.util.Collection<IntervalsSource> subSources, boolean pullUpDisjunctions)
private static IntervalsSource
IntervalBuilder. extend(IntervalsSource source, int precedingSpaces)
static IntervalsSource
Intervals. extend(IntervalsSource source, int before, int after)
Create anIntervalsSource
that wraps another source, extending its intervals by a number of positions before and after.static IntervalsSource
Intervals. fixField(java.lang.String field, IntervalsSource source)
Create anIntervalsSource
that always returns intervals from a specific fieldstatic IntervalsSource
Intervals. fuzzyTerm(java.lang.String term, int maxEdits)
A fuzzy termIntervalsSource
matches the disjunction of intervals of terms that are within the specifiedmaxEdits
from the provided term.static IntervalsSource
Intervals. fuzzyTerm(java.lang.String term, int maxEdits, int prefixLength, boolean transpositions, int maxExpansions)
A fuzzy termIntervalsSource
matches the disjunction of intervals of terms that are within the specifiedmaxEdits
from the provided term.static IntervalsSource
Intervals. maxgaps(int gaps, IntervalsSource subSource)
Create anIntervalsSource
that filters a sub-source by its gapsstatic IntervalsSource
FilteredIntervalsSource. maxGaps(IntervalsSource in, int maxGaps)
static IntervalsSource
Intervals. maxwidth(int width, IntervalsSource subSource)
Create anIntervalsSource
that filters a sub-source by the width of its intervalsstatic IntervalsSource
FilteredIntervalsSource. maxWidth(IntervalsSource in, int maxWidth)
static IntervalsSource
Intervals. multiterm(CompiledAutomaton ca, int maxExpansions, java.lang.String pattern)
Expert: Return anIntervalsSource
over the disjunction of all terms that are accepted by the given automatonstatic IntervalsSource
Intervals. multiterm(CompiledAutomaton ca, java.lang.String pattern)
Expert: Return anIntervalsSource
over the disjunction of all terms that are accepted by the given automatonstatic IntervalsSource
Intervals. noIntervals(java.lang.String reason)
Returns a source that produces no intervalsstatic IntervalsSource
Intervals. nonOverlapping(IntervalsSource minuend, IntervalsSource subtrahend)
Create a non-overlapping IntervalsSourcestatic IntervalsSource
Intervals. notContainedBy(IntervalsSource small, IntervalsSource big)
Create a not-contained-byIntervalsSource
static IntervalsSource
Intervals. notContaining(IntervalsSource minuend, IntervalsSource subtrahend)
Create a not-containingIntervalsSource
static IntervalsSource
Intervals. notWithin(IntervalsSource minuend, int positions, IntervalsSource subtrahend)
Create a not-withinIntervalsSource
static IntervalsSource
Intervals. or(boolean rewrite, java.util.List<IntervalsSource> subSources)
Return anIntervalsSource
over the disjunction of a set of sub-sourcesstatic IntervalsSource
Intervals. or(boolean rewrite, IntervalsSource... subSources)
Return anIntervalsSource
over the disjunction of a set of sub-sourcesstatic IntervalsSource
Intervals. or(java.util.List<IntervalsSource> subSources)
Return anIntervalsSource
over the disjunction of a set of sub-sourcesstatic IntervalsSource
Intervals. or(IntervalsSource... subSources)
Return anIntervalsSource
over the disjunction of a set of sub-sourcesstatic IntervalsSource
Intervals. ordered(IntervalsSource... subSources)
Create an orderedIntervalsSource
static IntervalsSource
Intervals. overlapping(IntervalsSource source, IntervalsSource reference)
Returns intervals from a source that overlap with intervals from another sourcestatic IntervalsSource
Intervals. phrase(java.lang.String... terms)
Return anIntervalsSource
exposing intervals for a phrase consisting of a list of termsstatic IntervalsSource
Intervals. phrase(IntervalsSource... subSources)
Return anIntervalsSource
exposing intervals for a phrase consisting of a list ofinterval sources
static IntervalsSource
Intervals. prefix(BytesRef prefix)
Return anIntervalsSource
over the disjunction of all terms that begin with a prefixstatic IntervalsSource
Intervals. prefix(BytesRef prefix, int maxExpansions)
Expert: Return anIntervalsSource
over the disjunction of all terms that begin with a prefixstatic IntervalsSource
Intervals. term(java.lang.String term)
Return anIntervalsSource
exposing intervals for a termstatic IntervalsSource
Intervals. term(java.lang.String term, java.util.function.Predicate<BytesRef> payloadFilter)
Return anIntervalsSource
exposing intervals for a term, filtered by the value of the term's payload at each positionstatic IntervalsSource
Intervals. term(BytesRef term)
Return anIntervalsSource
exposing intervals for a termstatic IntervalsSource
Intervals. term(BytesRef term, java.util.function.Predicate<BytesRef> payloadFilter)
Return anIntervalsSource
exposing intervals for a term, filtered by the value of the term's payload at each positionstatic IntervalsSource
Intervals. unordered(IntervalsSource... subSources)
Create an unorderedIntervalsSource
.static IntervalsSource
Intervals. unorderedNoOverlaps(IntervalsSource a, IntervalsSource b)
Create an unorderedIntervalsSource
allowing no overlaps between subsourcesstatic IntervalsSource
Intervals. wildcard(BytesRef wildcard)
Return anIntervalsSource
over the disjunction of all terms that match a wildcard globstatic IntervalsSource
Intervals. wildcard(BytesRef wildcard, int maxExpansions)
Expert: Return anIntervalsSource
over the disjunction of all terms that match a wildcard globstatic IntervalsSource
Intervals. within(IntervalsSource source, int positions, IntervalsSource reference)
Returns intervals of the source that appear within a set number of positions of intervals from the referenceMethods in org.apache.lucene.queries.intervals that return types with arguments of type IntervalsSource Modifier and Type Method Description private static java.util.List<IntervalsSource>
IntervalBuilder. analyzeGraph(TokenStream source)
private static java.util.List<IntervalsSource>
IntervalBuilder. analyzeTerms(TokenStream ts)
private static java.util.List<IntervalsSource>
OrderedIntervalsSource. deduplicate(java.util.List<IntervalsSource> sources)
private static java.util.List<IntervalsSource>
UnorderedIntervalsSource. deduplicate(java.util.List<IntervalsSource> sources)
private static java.util.List<IntervalsSource>
BlockIntervalsSource. flatten(java.util.List<IntervalsSource> sources)
private static java.util.List<IntervalsSource>
OrderedIntervalsSource. flatten(java.util.List<IntervalsSource> sources)
private static java.util.List<IntervalsSource>
UnorderedIntervalsSource. flatten(java.util.List<IntervalsSource> sources)
static java.util.List<IntervalsSource>
Disjunctions. pullUp(java.util.List<IntervalsSource> sources, java.util.function.Function<java.util.List<IntervalsSource>,IntervalsSource> function)
static java.util.List<IntervalsSource>
Disjunctions. pullUp(IntervalsSource source, java.util.function.Function<IntervalsSource,IntervalsSource> function)
java.util.Collection<IntervalsSource>
BlockIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
ContainedByIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
ContainingIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
DisjunctionIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
ExtendedIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
FilteredIntervalsSource.MaxWidth. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
FilteredIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
FixedFieldIntervalsSource. pullUpDisjunctions()
abstract java.util.Collection<IntervalsSource>
IntervalsSource. pullUpDisjunctions()
Expert: return the set of disjunctions that make up this IntervalsSourcejava.util.Collection<IntervalsSource>
MinimumShouldMatchIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
MultiTermIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
NoMatchIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
NonOverlappingIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
NotContainedByIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
NotContainingIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
OffsetIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
OrderedIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
OverlappingIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
PayloadFilteredTermIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
RepeatingIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
TermIntervalsSource. pullUpDisjunctions()
java.util.Collection<IntervalsSource>
UnorderedIntervalsSource. pullUpDisjunctions()
private static java.util.Collection<IntervalsSource>
DisjunctionIntervalsSource. simplify(java.util.Collection<IntervalsSource> sources)
private static java.util.List<IntervalsSource>
Disjunctions. splitDisjunctions(IntervalsSource source)
Methods in org.apache.lucene.queries.intervals with parameters of type IntervalsSource Modifier and Type Method Description static IntervalsSource
Intervals. after(IntervalsSource source, IntervalsSource reference)
Returns intervals from the source that appear after intervals from the referencestatic IntervalsSource
Intervals. atLeast(int minShouldMatch, IntervalsSource... sources)
Return intervals that span combinations of intervals fromminShouldMatch
of the sourcesstatic IntervalsSource
Intervals. before(IntervalsSource source, IntervalsSource reference)
Returns intervals from the source that appear before intervals from the reference(package private) static IntervalsSource
ContainedByIntervalsSource. build(IntervalsSource small, IntervalsSource big)
(package private) static IntervalsSource
ContainingIntervalsSource. build(IntervalsSource big, IntervalsSource small)
(package private) static IntervalsSource
NotContainedByIntervalsSource. build(IntervalsSource minuend, IntervalsSource subtrahend)
(package private) static IntervalsSource
NotContainingIntervalsSource. build(IntervalsSource minuend, IntervalsSource subtrahend)
(package private) static IntervalsSource
RepeatingIntervalsSource. build(IntervalsSource in, int childCount)
static IntervalsSource
Intervals. containedBy(IntervalsSource small, IntervalsSource big)
Create a contained-byIntervalsSource
static IntervalsSource
Intervals. containing(IntervalsSource big, IntervalsSource small)
Create a containingIntervalsSource
private static IntervalsSource
IntervalBuilder. extend(IntervalsSource source, int precedingSpaces)
static IntervalsSource
Intervals. extend(IntervalsSource source, int before, int after)
Create anIntervalsSource
that wraps another source, extending its intervals by a number of positions before and after.static IntervalsSource
Intervals. fixField(java.lang.String field, IntervalsSource source)
Create anIntervalsSource
that always returns intervals from a specific fieldstatic IntervalsSource
Intervals. maxgaps(int gaps, IntervalsSource subSource)
Create anIntervalsSource
that filters a sub-source by its gapsstatic IntervalsSource
FilteredIntervalsSource. maxGaps(IntervalsSource in, int maxGaps)
static IntervalsSource
Intervals. maxwidth(int width, IntervalsSource subSource)
Create anIntervalsSource
that filters a sub-source by the width of its intervalsstatic IntervalsSource
FilteredIntervalsSource. maxWidth(IntervalsSource in, int maxWidth)
static IntervalsSource
Intervals. nonOverlapping(IntervalsSource minuend, IntervalsSource subtrahend)
Create a non-overlapping IntervalsSourcestatic IntervalsSource
Intervals. notContainedBy(IntervalsSource small, IntervalsSource big)
Create a not-contained-byIntervalsSource
static IntervalsSource
Intervals. notContaining(IntervalsSource minuend, IntervalsSource subtrahend)
Create a not-containingIntervalsSource
static IntervalsSource
Intervals. notWithin(IntervalsSource minuend, int positions, IntervalsSource subtrahend)
Create a not-withinIntervalsSource
static IntervalsSource
Intervals. or(boolean rewrite, IntervalsSource... subSources)
Return anIntervalsSource
over the disjunction of a set of sub-sourcesstatic IntervalsSource
Intervals. or(IntervalsSource... subSources)
Return anIntervalsSource
over the disjunction of a set of sub-sourcesstatic IntervalsSource
Intervals. ordered(IntervalsSource... subSources)
Create an orderedIntervalsSource
static IntervalsSource
Intervals. overlapping(IntervalsSource source, IntervalsSource reference)
Returns intervals from a source that overlap with intervals from another sourcestatic IntervalsSource
Intervals. phrase(IntervalsSource... subSources)
Return anIntervalsSource
exposing intervals for a phrase consisting of a list ofinterval sources
static java.util.List<IntervalsSource>
Disjunctions. pullUp(IntervalsSource source, java.util.function.Function<IntervalsSource,IntervalsSource> function)
private static java.util.List<IntervalsSource>
Disjunctions. splitDisjunctions(IntervalsSource source)
static IntervalsSource
Intervals. unordered(IntervalsSource... subSources)
Create an unorderedIntervalsSource
.static IntervalsSource
Intervals. unorderedNoOverlaps(IntervalsSource a, IntervalsSource b)
Create an unorderedIntervalsSource
allowing no overlaps between subsourcesstatic IntervalsSource
Intervals. within(IntervalsSource source, int positions, IntervalsSource reference)
Returns intervals of the source that appear within a set number of positions of intervals from the referenceMethod parameters in org.apache.lucene.queries.intervals with type arguments of type IntervalsSource Modifier and Type Method Description (package private) static IntervalsSource
BlockIntervalsSource. build(java.util.List<IntervalsSource> subSources)
(package private) static IntervalsSource
OrderedIntervalsSource. build(java.util.List<IntervalsSource> sources)
(package private) static IntervalsSource
UnorderedIntervalsSource. build(java.util.List<IntervalsSource> sources)
private static IntervalsSource
IntervalBuilder. combineSources(java.util.List<IntervalsSource> sources, int maxGaps, boolean ordered)
(package private) static IntervalsSource
DisjunctionIntervalsSource. create(java.util.Collection<IntervalsSource> subSources, boolean pullUpDisjunctions)
private static java.util.List<IntervalsSource>
OrderedIntervalsSource. deduplicate(java.util.List<IntervalsSource> sources)
private static java.util.List<IntervalsSource>
UnorderedIntervalsSource. deduplicate(java.util.List<IntervalsSource> sources)
private static java.util.List<IntervalsSource>
BlockIntervalsSource. flatten(java.util.List<IntervalsSource> sources)
private static java.util.List<IntervalsSource>
OrderedIntervalsSource. flatten(java.util.List<IntervalsSource> sources)
private static java.util.List<IntervalsSource>
UnorderedIntervalsSource. flatten(java.util.List<IntervalsSource> sources)
static IntervalsSource
Intervals. or(boolean rewrite, java.util.List<IntervalsSource> subSources)
Return anIntervalsSource
over the disjunction of a set of sub-sourcesstatic IntervalsSource
Intervals. or(java.util.List<IntervalsSource> subSources)
Return anIntervalsSource
over the disjunction of a set of sub-sourcesstatic java.util.List<IntervalsSource>
Disjunctions. pullUp(java.util.List<IntervalsSource> sources, java.util.function.Function<java.util.List<IntervalsSource>,IntervalsSource> function)
static java.util.List<IntervalsSource>
Disjunctions. pullUp(java.util.List<IntervalsSource> sources, java.util.function.Function<java.util.List<IntervalsSource>,IntervalsSource> function)
static java.util.List<IntervalsSource>
Disjunctions. pullUp(java.util.List<IntervalsSource> sources, java.util.function.Function<java.util.List<IntervalsSource>,IntervalsSource> function)
static java.util.List<IntervalsSource>
Disjunctions. pullUp(IntervalsSource source, java.util.function.Function<IntervalsSource,IntervalsSource> function)
static java.util.List<IntervalsSource>
Disjunctions. pullUp(IntervalsSource source, java.util.function.Function<IntervalsSource,IntervalsSource> function)
private static java.util.Collection<IntervalsSource>
DisjunctionIntervalsSource. simplify(java.util.Collection<IntervalsSource> sources)
Constructor parameters in org.apache.lucene.queries.intervals with type arguments of type IntervalsSource Constructor Description BlockIntervalsSource(java.util.List<IntervalsSource> sources)
ConjunctionIntervalsSource(java.util.List<IntervalsSource> subSources)
DisjunctionIntervalsSource(java.util.Collection<IntervalsSource> subSources, boolean pullUpDisjunctions)
MinimizingConjunctionIntervalsSource(java.util.List<IntervalsSource> subSources)
OrderedIntervalsSource(java.util.List<IntervalsSource> sources)
UnorderedIntervalsSource(java.util.List<IntervalsSource> sources)
-
Uses of IntervalsSource in org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn
Methods in org.apache.lucene.queryparser.flexible.standard.nodes.intervalfn that return IntervalsSource Modifier and Type Method Description IntervalsSource
After. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
AnalyzedText. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
AtLeast. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
Before. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
ContainedBy. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
Containing. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
Extend. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
FuzzyTerm. toIntervalSource(java.lang.String field, Analyzer analyzer)
abstract IntervalsSource
IntervalFunction. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
MaxGaps. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
MaxWidth. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
NonOverlapping. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
NotContainedBy. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
NotContaining. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
NotWithin. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
Or. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
Ordered. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
Overlapping. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
Phrase. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
Unordered. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
UnorderedNoOverlaps. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
Wildcard. toIntervalSource(java.lang.String field, Analyzer analyzer)
IntervalsSource
Within. toIntervalSource(java.lang.String field, Analyzer analyzer)
-