mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-19 03:14:38 -04:00
Initialize Query::m_bigramWeight/m_synonymWeight (make coverity happy)
This commit is contained in:
@ -32,6 +32,8 @@ Query::Query()
|
||||
: m_queryWordBuf("Query4"),
|
||||
m_filteredQuery("qrystk"),
|
||||
m_originalQuery("oqbuf"),
|
||||
m_bigramWeight(1.0),
|
||||
m_synonymWeight(1.0),
|
||||
m_word_variations_config()
|
||||
{
|
||||
m_qwords = NULL;
|
||||
|
Reference in New Issue
Block a user