Home
last modified time | relevance | path

Searched refs:getMaxSkipLevels (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DTermInfosReader.h42 int32_t getMaxSkipLevels();
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A D_TermInfosReader.h61 int32_t getMaxSkipLevels() const; in CL_CLASS_DEF()
H A DSegmentTermDocs.cpp18 …maxSkipLevels(_parent->tis->getMaxSkipLevels()),skipListReader(NULL),freqBasePointer(0),proxBasePo… in CL_NS_DEF()
H A DTermInfosReader.cpp90 int32_t TermInfosReader::getMaxSkipLevels() const { in getMaxSkipLevels() function in TermInfosReader
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DSegmentTermDocs.cpp43 this->maxSkipLevels = parent->core->getTermsReader()->getMaxSkipLevels(); in SegmentTermDocs()
H A DTermInfosReader.cpp81 int32_t TermInfosReader::getMaxSkipLevels() { in getMaxSkipLevels() function in Lucene::TermInfosReader