Searched refs:BoostingIterators (Results 1 – 1 of 1) sorted by relevance
137 std::vector<std::unique_ptr<Iterator>> BoostingIterators; in createFileProximityIterator() local163 BoostingIterators.push_back(Corpus.boost( in createFileProximityIterator()167 BoostingIterators.push_back(Corpus.all()); in createFileProximityIterator()168 return Corpus.unionOf(std::move(BoostingIterators)); in createFileProximityIterator()174 std::vector<std::unique_ptr<Iterator>> BoostingIterators; in createTypeBoostingIterator() local179 BoostingIterators.push_back( in createTypeBoostingIterator()181 BoostingIterators.push_back(Corpus.all()); in createTypeBoostingIterator()182 return Corpus.unionOf(std::move(BoostingIterators)); in createTypeBoostingIterator()