Fix description of highfreqtermcache

This commit is contained in:
Ivan Skytte Jørgensen
2016-05-19 16:02:13 +02:00
parent 5fd067b470
commit 0617e4070b

@ -4919,7 +4919,7 @@ void Parms::init ( ) {
m++;
m->m_title = "Use high-freq term cache";
m->m_desc = "Remove objectionable results if this is enabled.";
m->m_desc = "Use high-frequency term cache to avoid scanning through huge posdb lists.";
m->m_cgi = "highfreqtermcache";
m->m_def = "1";
m->m_off = offsetof(SearchInput,m_allowHighFrequencyTermCache);