Uses of Class
org.apache.lucene.index.IndexFileDeleter.CommitPoint
-
Packages that use IndexFileDeleter.CommitPoint Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of IndexFileDeleter.CommitPoint in org.apache.lucene.index
Fields in org.apache.lucene.index with type parameters of type IndexFileDeleter.CommitPoint Modifier and Type Field Description private java.util.List<IndexFileDeleter.CommitPoint>
IndexFileDeleter. commits
(package private) java.util.Collection<IndexFileDeleter.CommitPoint>
IndexFileDeleter.CommitPoint. commitsToDelete
private java.util.List<IndexFileDeleter.CommitPoint>
IndexFileDeleter. commitsToDelete
Constructor parameters in org.apache.lucene.index with type arguments of type IndexFileDeleter.CommitPoint Constructor Description CommitPoint(java.util.Collection<IndexFileDeleter.CommitPoint> commitsToDelete, Directory directoryOrig, SegmentInfos segmentInfos)
-