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
ConstructorsModifierConstructorDescriptionprivate
NotContainedByIntervalsSource
(IntervalsSource minuend, IntervalsSource subtrahend) -
Method Summary
Modifier and TypeMethodDescription(package private) static IntervalsSource
build
(IntervalsSource minuend, IntervalsSource subtrahend) protected IntervalIterator
combine
(IntervalIterator minuend, IntervalIterator subtrahend) boolean
int
hashCode()
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:
combine
in classDifferenceIntervalsSource
-
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
-