Home
last modified time | relevance | path

Searched refs:SPH_MATCH_PHRASE (Results 1 – 25 of 37) sorted by relevance

12

/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/ruby/spec/fixtures/
H A Dmatch_phrase.php6 $cl->SetMatchMode(SPH_MATCH_PHRASE);
H A Dsphinxapi.php435 || $mode==SPH_MATCH_PHRASE
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/api/ruby/spec/fixtures/
H A Dmatch_phrase.php6 $cl->SetMatchMode(SPH_MATCH_PHRASE);
H A Dsphinxapi.php435 || $mode==SPH_MATCH_PHRASE
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/
H A Dtest.php78 else if ( $arg=="-ph"|| $arg=="--phrase" ) $mode = SPH_MATCH_PHRASE;
H A Dsphinxapi.py63 SPH_MATCH_PHRASE = 2 variable
360 …assert(mode in [SPH_MATCH_ALL, SPH_MATCH_ANY, SPH_MATCH_PHRASE, SPH_MATCH_BOOLEAN, SPH_MATCH_EXTEN…
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/api/
H A Dtest.php78 else if ( $arg=="-ph"|| $arg=="--phrase" ) $mode = SPH_MATCH_PHRASE;
H A Dsphinxapi.py50 SPH_MATCH_PHRASE = 2 variable
338 …assert(mode in [SPH_MATCH_ALL, SPH_MATCH_ANY, SPH_MATCH_PHRASE, SPH_MATCH_BOOLEAN, SPH_MATCH_EXTEN…
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/api/libsphinxclient/
H A Dsphinxclient.h37 SPH_MATCH_PHRASE = 2, enumerator
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/libsphinxclient/
H A Dsphinxclient.h42 SPH_MATCH_PHRASE = 2, enumerator
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/java/
H A Dtest.java69 else if ( "-ph".equals(arg)|| "--phrase".equals(arg) ) mode = SphinxClient.SPH_MATCH_PHRASE; in main()
H A DSphinxClient.java44 public final static int SPH_MATCH_PHRASE = 2; field in SphinxClient
516 mode==SPH_MATCH_PHRASE || in SetMatchMode()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/api/java/
H A Dtest.java69 else if ( "-ph".equals(arg)|| "--phrase".equals(arg) ) mode = SphinxClient.SPH_MATCH_PHRASE; in main()
H A DSphinxClient.java30 public final static int SPH_MATCH_PHRASE = 2; field in SphinxClient
501 mode==SPH_MATCH_PHRASE || in SetMatchMode()
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/api/ruby/lib/sphinx/
H A Dclient.rb94 SPH_MATCH_PHRASE = 2 constant in Sphinx.Client
270 || mode == SPH_MATCH_PHRASE \
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/api/ruby/lib/sphinx/
H A Dclient.rb88 SPH_MATCH_PHRASE = 2 constant in Sphinx.Client
263 || mode == SPH_MATCH_PHRASE \
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsearch.cpp105 OPT ( "-p", "--phrase" ) tQuery.m_eMode = SPH_MATCH_PHRASE; in main()
/dports/textproc/p5-Sphinx-Search/Sphinx-Search-0.31/lib/Sphinx/
H A DSearch.pm147 use constant SPH_MATCH_PHRASE => 2; constant
891 || $mode==SPH_MATCH_PHRASE
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/mysqlse/
H A Dha_sphinx.cc187 SPH_MATCH_PHRASE, ///< match this exact phrase enumerator
1480 else if ( !strcmp ( sValue, "phrase" ) ) m_eMode = SPH_MATCH_PHRASE; in ParseField()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/mysqlse/
H A Dha_sphinx.cc187 SPH_MATCH_PHRASE, ///< match this exact phrase enumerator
1452 else if ( !strcmp ( sValue, "phrase" ) ) m_eMode = SPH_MATCH_PHRASE; in ParseField()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/sphinx/
H A Dha_sphinx.cc187 SPH_MATCH_PHRASE, ///< match this exact phrase enumerator
1492 else if ( !strcmp ( sValue, "phrase" ) ) m_eMode = SPH_MATCH_PHRASE; in ParseField()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/sphinx/
H A Dha_sphinx.cc187 SPH_MATCH_PHRASE, ///< match this exact phrase enumerator
1492 else if ( !strcmp ( sValue, "phrase" ) ) m_eMode = SPH_MATCH_PHRASE; in ParseField()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/sphinx/
H A Dha_sphinx.cc187 SPH_MATCH_PHRASE, ///< match this exact phrase enumerator
1493 else if ( !strcmp ( sValue, "phrase" ) ) m_eMode = SPH_MATCH_PHRASE; in ParseField()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/sphinx/
H A Dha_sphinx.cc187 SPH_MATCH_PHRASE, ///< match this exact phrase enumerator
1492 else if ( !strcmp ( sValue, "phrase" ) ) m_eMode = SPH_MATCH_PHRASE; in ParseField()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/sphinx/
H A Dha_sphinx.cc187 SPH_MATCH_PHRASE, ///< match this exact phrase enumerator
1492 else if ( !strcmp ( sValue, "phrase" ) ) m_eMode = SPH_MATCH_PHRASE; in ParseField()

12