Searched defs:SegmentInfo (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DSegmentInfo.java41 public final class SegmentInfo implements Cloneable { class in inherits:Cloneable
110 public SegmentInfo(String name, int docCount, Directory dir, boolean isCompoundFile, boolean hasSingleNormFile, method in class:SegmentInfo
127 * Copy everything from src SegmentInfo into our instance.
129 void reset(SegmentInfo src) {
161 * Construct a new SegmentInfo instance by reading a
162 * previously saved SegmentInfo from input.
168 SegmentInfo(Directory dir, int format, IndexInput input) throws IOException { method in class:SegmentInfo
375 SegmentInfo si = new SegmentInfo(name, docCount, dir, false, hasSingleNormFile,
642 * Return all files referenced by this SegmentInfo
[all...]

Completed in 25 milliseconds