Home
last modified time | relevance | path

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

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DSortedTermVectorMapper.cpp20 this->termToTVE = MapStringTermVectorEntry::newInstance(); in SortedTermVectorMapper()
29 this->termToTVE = MapStringTermVectorEntry::newInstance(); in SortedTermVectorMapper()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DSortedTermVectorMapper.h35 MapStringTermVectorEntry termToTVE;
H A DLucene.h178 typedef HashMap< String, TermVectorEntryPtr > MapStringTermVectorEntry; typedef