Module org.apache.lucene.queries
Class ContainingIntervalsSource
java.lang.Object
org.apache.lucene.queries.intervals.IntervalsSource
org.apache.lucene.queries.intervals.ConjunctionIntervalsSource
org.apache.lucene.queries.intervals.ContainingIntervalsSource
-
Field Summary
FieldsFields inherited from class org.apache.lucene.queries.intervals.ConjunctionIntervalsSource
subSources
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ContainingIntervalsSource
(IntervalsSource big, IntervalsSource small) -
Method Summary
Modifier and TypeMethodDescription(package private) static IntervalsSource
build
(IntervalsSource big, IntervalsSource small) protected IntervalIterator
combine
(List<IntervalIterator> iterators) boolean
int
hashCode()
int
Return the minimum possible width of an interval returned by this sourceExpert: return the set of disjunctions that make up this IntervalsSourcetoString()
Methods inherited from class org.apache.lucene.queries.intervals.ConjunctionIntervalsSource
createMatchesIterator, intervals, matches, visit
-
Field Details
-
big
-
small
-
-
Constructor Details
-
ContainingIntervalsSource
-
-
Method Details
-
build
-
combine
- Specified by:
combine
in classConjunctionIntervalsSource
-
minExtent
public int minExtent()Description copied from class:IntervalsSource
Return the minimum possible width of an interval returned by this source- Specified by:
minExtent
in classIntervalsSource
-
pullUpDisjunctions
Description copied from class:IntervalsSource
Expert: return the set of disjunctions that make up this IntervalsSourceMost implementations can return
Collections.singleton(this)
- Specified by:
pullUpDisjunctions
in classIntervalsSource
-
hashCode
public int hashCode()- Specified by:
hashCode
in classIntervalsSource
-
equals
- Specified by:
equals
in classIntervalsSource
-
toString
- Specified by:
toString
in classIntervalsSource
-