Searched refs:PushGrouped (Results 1 – 6 of 6) sorted by relevance
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/ |
H A D | sphinxsort.cpp | 208 virtual bool PushGrouped ( const CSphMatch &, bool ) in PushGrouped() function in CSphMatchQueue 415 virtual bool PushGrouped ( const CSphMatch &, bool ) in PushGrouped() function in CSphKbufferMatchQueue 567 virtual bool PushGrouped ( const CSphMatch &, bool ) in PushGrouped() function in CSphUpdateQueue 627 virtual bool PushGrouped ( const CSphMatch &, bool ) in PushGrouped() function in CSphDeleteQueue 1757 virtual bool PushGrouped ( const CSphMatch & tEntry, bool ) in PushGrouped() function in CSphKBufferGroupSorter 2209 virtual bool PushGrouped ( const CSphMatch & tEntry, bool bNewSet ) in PushGrouped() function in CSphKBufferNGroupSorter 2871 virtual bool PushGrouped ( const CSphMatch & tEntry, bool bNewSet ) in PushGrouped() function in CSphKBufferMVAGroupSorter 2994 virtual bool PushGrouped ( const CSphMatch & tEntry, bool bNewSet ) in PushGrouped() function in CSphKBufferJsonGroupSorter 3094 virtual bool PushGrouped ( const CSphMatch & tEntry, bool ) in PushGrouped() function in CSphImplicitGroupSorter
|
H A D | sphinx.h | 3081 virtual bool PushGrouped ( const CSphMatch & tEntry, bool bNewSet ) = 0;
|
H A D | searchd.cpp | 8509 if ( !pSorter->PushGrouped ( tMatch, i==iBound ) ) in KillAllDupes()
|
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/ |
H A D | sphinxsort.cpp | 160 virtual bool PushGrouped ( const CSphMatch & ) in PushGrouped() function in CSphMatchQueue 281 virtual bool PushGrouped ( const CSphMatch & ) in PushGrouped() function in CSphUpdateQueue 1076 virtual bool PushGrouped ( const CSphMatch & tEntry ) in PushGrouped() function in CSphKBufferGroupSorter 1392 virtual bool PushGrouped ( const CSphMatch & tEntry ) in PushGrouped() function in CSphKBufferMVAGroupSorter
|
H A D | sphinx.h | 2554 virtual bool PushGrouped ( const CSphMatch & tEntry ) = 0;
|
H A D | searchd.cpp | 5440 if ( !pSorter->PushGrouped ( tMatch ) ) in KillAllDupes()
|