Home
last modified time | relevance | path

Searched refs:getLastSegmentInfos (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DIndexFileDeleter.h89 SegmentInfosPtr getLastSegmentInfos();
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DIndexFileDeleter.cpp152 SegmentInfosPtr IndexFileDeleter::getLastSegmentInfos() { in getLastSegmentInfos() function in Lucene::IndexFileDeleter
H A DDirectoryReader.cpp639 segmentInfos->updateGeneration(deleter->getLastSegmentInfos()); in doCommit()