|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectit.unimi.di.mg4j.search.AbstractCompositeDocumentIterator.AbstractCompositeIntervalIterator
it.unimi.di.mg4j.search.OrDocumentIterator.OrIntervalIterator
protected class OrDocumentIterator.OrIntervalIterator
| Field Summary |
|---|
| Fields inherited from class it.unimi.di.mg4j.search.AbstractCompositeDocumentIterator.AbstractCompositeIntervalIterator |
|---|
curr, intervalIterator |
| Constructor Summary | |
|---|---|
protected |
OrDocumentIterator.OrIntervalIterator(Index index,
int n)
|
| Method Summary | |
|---|---|
int |
extent()
Returns an approximation of a lower bound for the length of an interval returned by this iterator. |
void |
intervalTerms(IntSet terms)
Provides the set of terms that span the current interval. |
Interval |
nextInterval()
Returns the next interval provided by this interval iterator, or null if no more intervals are available. |
IntervalIterator |
reset()
Resets the internal state of this iterator for a new document. |
| Methods inherited from class it.unimi.di.mg4j.search.AbstractCompositeDocumentIterator.AbstractCompositeIntervalIterator |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected OrDocumentIterator.OrIntervalIterator(Index index,
int n)
| Method Detail |
|---|
public IntervalIterator reset()
throws IOException
IntervalIteratorTo reduce object creation, interval iterators are usually created in a lazy
fashion by document iterator when they are needed. However, this implies that
every time the document iterator is moved, some internal state of the interval iterator must be reset
(e.g., because on the new document some of the component interval iterators are now
IntervalIterators.TRUE). The semantics of this method is largely implementation dependent,
with the important exception that the return value must be IntervalIterators.FALSE if
the first call to IntervalIterator.nextInterval() will return null.
IntervalIterators.FALSE if this interval iterator will return null at the
first call to IntervalIterator.nextInterval(); this interval iterator, otherwise.
IOExceptionpublic void intervalTerms(IntSet terms)
IntervalIteratorFor each interval returned by MG4J, there is a set of terms that caused the interval to be returned. The terms appear inside the interval, and certainly at its extremes.
Note that the results of this method must be taken with a grain of salt: there might be different sets of terms causing the current interval, and only one will be returned.
terms - a set of integers that will be filled with the terms spanning the current interval.
public Interval nextInterval()
throws IOException
IntervalIteratornull if no more intervals are available.
null if no more intervals are available.
IOExceptionpublic int extent()
IntervalIterator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||