Home
last modified time | relevance | path

Searched refs:m_iMaxMatches (Results 1 – 17 of 17) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxsort.cpp928 : CSphMatchQueueTraits ( pQuery->m_iMaxMatches*GROUPBY_FACTOR, true ) in CSphKBufferGroupSorter()
931 , m_hGroup2Match ( pQuery->m_iMaxMatches*GROUPBY_FACTOR ) in CSphKBufferGroupSorter()
932 , m_iLimit ( pQuery->m_iMaxMatches ) in CSphKBufferGroupSorter()
3105 pTop = new CSphUpdateQueue ( pQuery->m_iMaxMatches, pUpdate ); in sphCreateQueue()
3110 …case FUNC_ATTR_DESC:pTop = new CSphMatchQueue<MatchAttrLt_fn> ( pQuery->m_iMaxMatches, bUsesAttrs… in sphCreateQueue()
3111 …case FUNC_ATTR_ASC: pTop = new CSphMatchQueue<MatchAttrGt_fn> ( pQuery->m_iMaxMatches, bUsesAttrs… in sphCreateQueue()
3113 …case FUNC_GENERIC2: pTop = new CSphMatchQueue<MatchGeneric2_fn> ( pQuery->m_iMaxMatches, bUsesAtt… in sphCreateQueue()
3114 …case FUNC_GENERIC3: pTop = new CSphMatchQueue<MatchGeneric3_fn> ( pQuery->m_iMaxMatches, bUsesAtt… in sphCreateQueue()
3115 …case FUNC_GENERIC4: pTop = new CSphMatchQueue<MatchGeneric4_fn> ( pQuery->m_iMaxMatches, bUsesAtt… in sphCreateQueue()
3117 …case FUNC_CUSTOM: pTop = new CSphMatchQueue<MatchCustom_fn> ( pQuery->m_iMaxMatches, bUsesAttrs )… in sphCreateQueue()
[all …]
H A Dsearch.cpp196 tQuery.m_iMaxMatches = Max ( 1000, iStart + iLimit ); in main()
H A Dsearchd.cpp3610 tOut.SendInt ( q.m_iMaxMatches ); // limit is MAX_MATCHES in SendQuery()
3656 tOut.SendInt ( q.m_iMaxMatches ); in SendQuery()
4059 if ( tQuery.m_iMaxMatches<1 || tQuery.m_iMaxMatches>g_iMaxMatches ) in CheckQuery()
4062 tQuery.m_iMaxMatches, g_iMaxMatches ); in CheckQuery()
4065 if ( tQuery.m_iOffset<0 || tQuery.m_iOffset>=tQuery.m_iMaxMatches ) in CheckQuery()
4068 tQuery.m_iOffset, tQuery.m_iMaxMatches ); in CheckQuery()
4309 tQuery.m_iMaxMatches = g_iMaxMatches; in ParseSearchQuery()
4311 tQuery.m_iMaxMatches = tReq.GetInt (); in ParseSearchQuery()
4758 if ( q.m_iMaxMatches!=1000 ) in LogQuerySphinxql()
4761 tBuf.Appendf ( "max_matches=%d", q.m_iMaxMatches ); in LogQuerySphinxql()
[all …]
H A Dsphinx.h2249 …int m_iMaxMatches; ///< max matches to retrieve, default is 1000. more matches use more memory … variable
H A Dsphinx.cpp5137 , m_iMaxMatches ( 1000 ) in CSphQuery()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxsort.cpp1682 : CSphMatchQueueTraits ( pQuery->m_iMaxMatches*GROUPBY_FACTOR, true ) in CSphKBufferGroupSorter()
1686 , m_hGroup2Match ( pQuery->m_iMaxMatches*GROUPBY_FACTOR ) in CSphKBufferGroupSorter()
1687 , m_iLimit ( pQuery->m_iMaxMatches ) in CSphKBufferGroupSorter()
2103 …: CSphMatchQueueTraits ( ( pQuery->m_iGroupbyLimit>1 ? 2 : 1 ) * pQuery->m_iMaxMatches * GROUPBY_F… in CSphKBufferNGroupSorter()
2107 , m_hGroup2Match ( pQuery->m_iMaxMatches*GROUPBY_FACTOR*2 ) in CSphKBufferNGroupSorter()
2108 , m_iLimit ( pQuery->m_iMaxMatches ) in CSphKBufferNGroupSorter()
5457 …pTop = new CSphUpdateQueue ( pQuery->m_iMaxMatches, tQueue.m_pUpdate, pQuery->m_bIgnoreNonexistent… in sphCreateQueue()
5459 pTop = new CSphDeleteQueue ( pQuery->m_iMaxMatches, tQueue.m_pDeletes ); in sphCreateQueue()
5461 …pTop = CreatePlainSorter ( eMatchFunc, pQuery->m_bSortKbuffer, pQuery->m_iMaxMatches, bUsesAttrs, … in sphCreateQueue()
H A Dsearchd.cpp6041 tOut.SendInt ( q.m_iMaxMatches ); in SendQuery()
6488 if ( tQuery.m_iMaxMatches<1 ) in CheckQuery()
6493 tQuery.m_iOffset, tQuery.m_iMaxMatches ); in CheckQuery()
6766 tQuery.m_iMaxMatches = DEFAULT_MAX_MATCHES; in ParseSearchQuery()
6768 tQuery.m_iMaxMatches = tReq.GetInt (); in ParseSearchQuery()
7298 if ( tQuery.m_iMaxMatches!=DEFAULT_MAX_MATCHES ) in FormatOption()
7301 tBuf.Appendf ( "max_matches=%d", tQuery.m_iMaxMatches ); in FormatOption()
8965 tQuery.m_iMaxMatches *= tRes.m_dMatchCounts.GetLength(); in MinimizeAggrResult()
9003 tQuery.m_iMaxMatches /= tRes.m_dMatchCounts.GetLength(); in MinimizeAggrResult()
12237 m_pQuery->m_iMaxMatches = (int)tValue.m_iValue; in AddOption()
[all …]
H A Dsphinx.h2650 …int m_iMaxMatches; ///< max matches to retrieve, default is 1000. more matches use more memory … variable
H A Dsphinx.cpp6768 , m_iMaxMatches ( DEFAULT_MAX_MATCHES ) in CSphQuery()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/mysqlse/
H A Dha_sphinx.cc564 int m_iMaxMatches; member
1284 , m_iMaxMatches ( 1000 ) in CSphSEQuery()
1468 else if ( !strcmp ( sName, "maxmatches" ) ) m_iMaxMatches = iValue; in ParseField()
1985 SendInt ( m_iMaxMatches ); in BuildRequest()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/mysqlse/
H A Dha_sphinx.cc536 int m_iMaxMatches; member
1256 , m_iMaxMatches ( 1000 ) in CSphSEQuery()
1440 else if ( !strcmp ( sName, "maxmatches" ) ) m_iMaxMatches = iValue; in ParseField()
1957 SendInt ( m_iMaxMatches ); in BuildRequest()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/sphinx/
H A Dha_sphinx.cc566 int m_iMaxMatches; member
1288 , m_iMaxMatches ( 1000 ) in CSphSEQuery()
1480 else if ( !strcmp ( sName, "maxmatches" ) ) m_iMaxMatches = iValue; in ParseField()
2002 SendInt ( m_iMaxMatches ); in BuildRequest()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/sphinx/
H A Dha_sphinx.cc566 int m_iMaxMatches; member
1288 , m_iMaxMatches ( 1000 ) in CSphSEQuery()
1480 else if ( !strcmp ( sName, "maxmatches" ) ) m_iMaxMatches = iValue; in ParseField()
2002 SendInt ( m_iMaxMatches ); in BuildRequest()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/sphinx/
H A Dha_sphinx.cc566 int m_iMaxMatches; member
1288 , m_iMaxMatches ( 1000 ) in CSphSEQuery()
1481 else if ( !strcmp ( sName, "maxmatches" ) ) m_iMaxMatches = iValue; in ParseField()
2003 SendInt ( m_iMaxMatches ); in BuildRequest()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/sphinx/
H A Dha_sphinx.cc566 int m_iMaxMatches; member
1288 , m_iMaxMatches ( 1000 ) in CSphSEQuery()
1480 else if ( !strcmp ( sName, "maxmatches" ) ) m_iMaxMatches = iValue; in ParseField()
2002 SendInt ( m_iMaxMatches ); in BuildRequest()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/sphinx/
H A Dha_sphinx.cc566 int m_iMaxMatches; member
1288 , m_iMaxMatches ( 1000 ) in CSphSEQuery()
1480 else if ( !strcmp ( sName, "maxmatches" ) ) m_iMaxMatches = iValue; in ParseField()
2002 SendInt ( m_iMaxMatches ); in BuildRequest()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/sphinx/
H A Dha_sphinx.cc566 int m_iMaxMatches; member
1288 , m_iMaxMatches ( 1000 ) in CSphSEQuery()
1481 else if ( !strcmp ( sName, "maxmatches" ) ) m_iMaxMatches = iValue; in ParseField()
2003 SendInt ( m_iMaxMatches ); in BuildRequest()