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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DSegmentInfos.java49 public final class SegmentInfos implements Cloneable, Iterable<SegmentInfo> { class in inherits:Cloneable,Iterable
436 final SegmentInfos sis = (SegmentInfos) super.clone();
454 * version number when this SegmentInfos was generated.
470 * @deprecated Load the SegmentInfos and then call {@link
482 SegmentInfos sis = new SegmentInfos();
491 SegmentInfos.infoStream = infoStream;
770 * Returns a new SegmentInfos containing the SegmentInfo
778 public SegmentInfos rang
[all...]

Completed in 12 milliseconds