Home
last modified time | relevance | path

Searched refs:SPH_FILTER_STRING (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/libsphinxclient/
H A Dsphinxclient.h83 SPH_FILTER_STRING = 3 enumerator
H A Dsphinxclient.c732 filter->filter_type = SPH_FILTER_STRING; in sphinx_add_filter_string()
1036 if ( client->filters[i].filter_type==SPH_FILTER_STRING ) in sphinx_reset_filters()
1131 case SPH_FILTER_STRING: res += 4 + safestrlen ( filter->svalue ); break; in calc_req_len()
1310 case SPH_FILTER_STRING: in sphinx_add_query()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/
H A Dsphinxapi.py93 SPH_FILTER_STRING = 3 variable
440 …self._filters.append ( { 'type':SPH_FILTER_STRING, 'attr':attribute, 'exclude':exclude, 'value':va…
641 elif filtertype == SPH_FILTER_STRING:
H A Dsphinxapi.php873 …$this->_filters[] = array ( "type"=>SPH_FILTER_STRING, "attr"=>$attribute, "exclude"=>$exclude, "v…
1130 case SPH_FILTER_STRING:
/dports/textproc/p5-Sphinx-Search/Sphinx-Search-0.31/lib/Sphinx/
H A DSearch.pm177 use constant SPH_FILTER_STRING => 3; constant
1165 type => SPH_FILTER_STRING,
1739 elsif ($t == SPH_FILTER_STRING) {
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxfilter.cpp897 case SPH_FILTER_STRING: sFilterName = "string"; break; in ReportError()
1273 case SPH_FILTER_STRING: in CreateFilterJson()
H A Dsphinx.h2510 SPH_FILTER_STRING = 3, ///< filter by string value enumerator
H A Dsearchd.cpp5903 …case SPH_FILTER_STRING: iReqSize += 4 + ( tFilter.m_dStrings.GetLength()==1 ? tFilter.m_dStrings[… in CalcQueryLen()
6020 case SPH_FILTER_STRING: in SendQuery()
6688 case SPH_FILTER_STRING: in ParseSearchQuery()
7265 case SPH_FILTER_STRING: in FormatFilter()
12688 CSphFilterSettings * pFilter = AddFilter ( tCol, SPH_FILTER_STRING ); in AddStringFilter()
H A Dsphinx.cpp6738 case SPH_FILTER_STRING: in operator ==()