gate.creole.annic.apache.lucene.index
Class SegmentMergeInfo
java.lang.Object
gate.creole.annic.apache.lucene.index.SegmentMergeInfo
final class SegmentMergeInfo
- extends Object
|
Method Summary |
(package private) void |
close()
|
(package private) boolean |
next()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
term
Term term
base
int base
termEnum
TermEnum termEnum
reader
IndexReader reader
postings
TermPositions postings
docMap
int[] docMap
SegmentMergeInfo
SegmentMergeInfo(int b,
TermEnum te,
IndexReader r)
throws IOException
- Throws:
IOException
next
final boolean next()
throws IOException
- Throws:
IOException
close
final void close()
throws IOException
- Throws:
IOException