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

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

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

Methods in gate.creole.annic.apache.lucene.index that return SegmentInfo
 SegmentInfo SegmentInfos.info(int i)
           
 

Methods in gate.creole.annic.apache.lucene.index with parameters of type SegmentInfo
(package private) static boolean SegmentReader.hasDeletions(SegmentInfo si)
           
(package private) static boolean SegmentReader.hasSeparateNorms(SegmentInfo si)
           
private  void SegmentReader.initialize(SegmentInfo si)
           
(package private) static boolean SegmentReader.usesCompoundFile(SegmentInfo si)
           
 

Constructors in gate.creole.annic.apache.lucene.index with parameters of type SegmentInfo
SegmentReader(SegmentInfo si)
           
SegmentReader(SegmentInfos sis, SegmentInfo si, boolean closeDir)