Home
last modified time | relevance | path

Searched refs:m_bZSlist (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxsearch.cpp1112 bool m_bZSlist; member in ExtRanker_c
5551 m_bZSlist = tXQ.m_bNeedSZlist; in ExtRanker_c()
5668 if ( !m_bZSlist ) in GetFilteredDocs()
6105 if ( m_bZSlist ) in ExtRanker_T()
6139 if ( m_bZSlist ) in GetMatches()
6169 if ( m_bZSlist ) in GetMatches()
6203 if ( m_bZSlist ) in GetMatches()
6219 if ( m_bZSlist && uCurDocid ) in GetMatches()
H A Dsphinx.h2653 bool m_bZSlist; ///< whether the ranker has to fetch the zonespanlist with this query variable
H A Dsphinxrt.cpp7000 tParsed.m_bNeedSZlist = pQuery->m_bZSlist; in MultiQuery()
H A Dsphinx.cpp6770 , m_bZSlist ( false ) in CSphQuery()
19203 tParsed.m_bNeedSZlist = pQuery->m_bZSlist; in MultiQuery()
H A Dsearchd.cpp10351 tQuery.m_bZSlist = tQueueSettings.m_bZonespanlist; in RunLocalSearches()