Module org.apache.lucene.queries
Class NotContainedByIntervalsSource
java.lang.Object
org.apache.lucene.queries.intervals.IntervalsSource
org.apache.lucene.queries.intervals.DifferenceIntervalsSource
org.apache.lucene.queries.intervals.NotContainedByIntervalsSource
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class -
Field Summary
Fields inherited from class org.apache.lucene.queries.intervals.DifferenceIntervalsSource
minuend, subtrahend -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateNotContainedByIntervalsSource(IntervalsSource minuend, IntervalsSource subtrahend) -
Method Summary
Modifier and TypeMethodDescription(package private) static IntervalsSourcebuild(IntervalsSource minuend, IntervalsSource subtrahend) protected IntervalIteratorcombine(IntervalIterator minuend, IntervalIterator subtrahend) booleaninthashCode()Expert: return the set of disjunctions that make up this IntervalsSourcetoString()Methods inherited from class org.apache.lucene.queries.intervals.DifferenceIntervalsSource
intervals, matches, minExtent, visit
-
Constructor Details
-
NotContainedByIntervalsSource
-
-
Method Details
-
build
-
combine
- Specified by:
combinein classDifferenceIntervalsSource
-
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
-