java.lang.Object
org.apache.lucene.index.IndexCommit
org.elasticsearch.common.lucene.FilterIndexCommit
- All Implemented Interfaces:
Comparable<org.apache.lucene.index.IndexCommit>
public abstract class FilterIndexCommit
extends org.apache.lucene.index.IndexCommit
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.index.IndexCommit
compareTo, equals, hashCode
-
Field Details
-
in
protected final org.apache.lucene.index.IndexCommit in
-
-
Constructor Details
-
FilterIndexCommit
public FilterIndexCommit(org.apache.lucene.index.IndexCommit in)
-
-
Method Details
-
getIndexCommit
public org.apache.lucene.index.IndexCommit getIndexCommit() -
getSegmentsFileName
- Specified by:
getSegmentsFileNamein classorg.apache.lucene.index.IndexCommit
-
getFileNames
- Specified by:
getFileNamesin classorg.apache.lucene.index.IndexCommit- Throws:
IOException
-
getDirectory
public org.apache.lucene.store.Directory getDirectory()- Specified by:
getDirectoryin classorg.apache.lucene.index.IndexCommit
-
delete
public void delete()- Specified by:
deletein classorg.apache.lucene.index.IndexCommit
-
isDeleted
public boolean isDeleted()- Specified by:
isDeletedin classorg.apache.lucene.index.IndexCommit
-
getSegmentCount
public int getSegmentCount()- Specified by:
getSegmentCountin classorg.apache.lucene.index.IndexCommit
-
getGeneration
public long getGeneration()- Specified by:
getGenerationin classorg.apache.lucene.index.IndexCommit
-
getUserData
- Specified by:
getUserDatain classorg.apache.lucene.index.IndexCommit- Throws:
IOException
-
toString
-