Definition at line 81 of file searchindex.h.
◆ URLInfoMap
◆ IndexWord()
SearchIndex::IndexWord::IndexWord |
( |
const QCString & | word | ) |
|
|
inline |
◆ addUrlIndex()
void SearchIndex::IndexWord::addUrlIndex |
( |
int | idx, |
|
|
bool | hiPriority ) |
Definition at line 54 of file searchindex.cpp.
55{
56
57 auto it =
m_urls.find(idx);
59 {
60
61 it =
m_urls.emplace(idx,URLInfo(idx,0)).first;
62 }
63 it->second.freq+=2;
64 if (hiPriority) it->second.freq|=1;
65}
References m_urls.
◆ urls()
◆ word()
QCString SearchIndex::IndexWord::word |
( |
| ) |
const |
|
inline |
◆ m_urls
◆ m_word
The documentation for this class was generated from the following files: