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

Packages that use SegmentMergeInfo
gate.creole.annic.apache.lucene.index Code to maintain and access indices. 
 

Uses of SegmentMergeInfo in gate.creole.annic.apache.lucene.index
 

Methods in gate.creole.annic.apache.lucene.index with parameters of type SegmentMergeInfo
private  int SegmentMerger.appendPostings(SegmentMergeInfo[] smis, int n)
          Process postings from multiple segments all positioned on the same term.
private  void SegmentMerger.mergeTermInfo(SegmentMergeInfo[] smis, int n)
          Merge one term found in one or more segments.