1 --- src/core/CLucene/index/SegmentInfos.cpp
2 +++ src/core/CLucene/index/SegmentInfos.cpp
5 // In this case we know there is no deletion filename
6 // against this segment
10 // If delGen is CHECK_DIR, it's the pre-lockless-commit file format
11 return IndexFileNames::fileNameFromGeneration(name.c_str(), (string(".") + IndexFileNames::DELETES_EXTENSION).c_str(), delGen);