Home
last modified time | relevance | path

Searched defs:commitsToDelete (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DIndexFileDeleter.h60 Collection<CommitPointPtr> commitsToDelete; variable
162 Collection<CommitPointPtr> commitsToDelete; variable
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DIndexFileDeleter.cs88 private List<CommitPoint> commitsToDelete = new List<CommitPoint>(); field in Lucene.Net.Index.IndexFileDeleter
712 internal ICollection<CommitPoint> commitsToDelete; field in Lucene.Net.Index.IndexFileDeleter.CommitPoint
718 …public CommitPoint(IndexFileDeleter enclosingInstance, ICollection<CommitPoint> commitsToDelete, D… in CommitPoint()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DIndexFileDeleter.cpp409 CommitPoint::CommitPoint(Collection<CommitPointPtr> commitsToDelete, const DirectoryPtr& directory,… in CommitPoint()