MCPcopy Create free account
hub / github.com/Restream/reindexer / InreaseTermsCounter

Method InreaseTermsCounter

cpp_src/core/ft/ft_fast/merger.h:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 bool canBeBoostedByFullMatch = false;
27
28 void InreaseTermsCounter(uint16_t termIdx) {
29 if (lastTermCounted < termIdx) {
30 ++termsCounter;
31 lastTermCounted = termIdx;
32 }
33 }
34};
35
36template <typename IdCont, typename MergeDataType, typename MergeOffsetT>

Callers 2

mergePhraseMethod · 0.80
mergeTermMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected