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
ConstructorsModifierConstructorDescriptionprivateContainingIntervalsSource(IntervalsSource big, IntervalsSource small) -
Method Summary
Modifier and TypeMethodDescription(package private) static IntervalsSourcebuild(IntervalsSource big, IntervalsSource small) protected IntervalIteratorcombine(List<IntervalIterator> iterators) booleaninthashCode()intReturn 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:
combinein classConjunctionIntervalsSource
-
minExtent
public int minExtent()Description copied from class:IntervalsSourceReturn the minimum possible width of an interval returned by this source- Specified by:
minExtentin classIntervalsSource
-
pullUpDisjunctions
Description copied from class:IntervalsSourceExpert: return the set of disjunctions that make up this IntervalsSourceMost implementations can return
Collections.singleton(this)- Specified by:
pullUpDisjunctionsin classIntervalsSource
-
hashCode
public int hashCode()- Specified by:
hashCodein classIntervalsSource
-
equals
- Specified by:
equalsin classIntervalsSource
-
toString
- Specified by:
toStringin classIntervalsSource
-