gate.creole.annic.apache.lucene.index
Class SegmentMergeInfo

java.lang.Object
  extended by gate.creole.annic.apache.lucene.index.SegmentMergeInfo

final class SegmentMergeInfo
extends Object


Field Summary
(package private)  int base
           
(package private)  int[] docMap
           
(package private)  TermPositions postings
           
(package private)  IndexReader reader
           
(package private)  Term term
           
(package private)  TermEnum termEnum
           
 
Constructor Summary
SegmentMergeInfo(int b, TermEnum te, IndexReader r)
           
 
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
 

Field Detail

term

Term term

base

int base

termEnum

TermEnum termEnum

reader

IndexReader reader

postings

TermPositions postings

docMap

int[] docMap
Constructor Detail

SegmentMergeInfo

SegmentMergeInfo(int b,
                 TermEnum te,
                 IndexReader r)
           throws IOException
Throws:
IOException
Method Detail

next

final boolean next()
            throws IOException
Throws:
IOException

close

final void close()
          throws IOException
Throws:
IOException