Home
last modified time | relevance | path

Searched refs:m_bIgnoreNonexistentIndexes (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinx.h2699 …bool m_bIgnoreNonexistentIndexes; ///< whether to error or not about non-existent indexes in ind… variable
H A Dsearchd.cpp7416 if ( tQuery.m_bIgnoreNonexistentIndexes ) in FormatOption()
10962 if ( tFirst.m_bIgnoreNonexistentIndexes ) in RunSubset()
12321 m_pQuery->m_bIgnoreNonexistentIndexes = ( tValue.m_iValue!=0 ); in AddOption()
H A Dsphinx.cpp6795 , m_bIgnoreNonexistentIndexes ( false ) in CSphQuery()