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

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

final class SegmentInfo
extends Object


Field Summary
 Directory dir
           
 int docCount
           
 String name
           
 
Constructor Summary
SegmentInfo(String name, int docCount, Directory dir)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

docCount

public int docCount

dir

public Directory dir
Constructor Detail

SegmentInfo

public SegmentInfo(String name,
                   int docCount,
                   Directory dir)