HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::sphinx::sphinx_search_const Namespace Reference

Variables

const bool searchdStart = true
const bool searchdNotStart = false
const bool searchdStop = true
const bool searchdNotStop = false
const int startStopSearchdLimit = 10
const std::string defaultHost = "127.0.0.1"
const unsigned int defaultPort = 9312
const unsigned int maxAllowedPort = 10312
const std::string searchdListen = "searchd.listen"
const std::string searchdMaxMatches = "searchd.max_matches"
const std::string searchdLogName = "searchd.log"
const std::string searchdLogFile = "searchd.log"
const std::string searchdPidName = "searchd.pid_file"
const std::string searchdPidFileName = "searchd"
const std::string searchdPidFileExt = "pid"
const std::string searchdQueryLogName = "searchd.query_log"
const std::string searchdQueryLogFile = "query.log"
const std::string searchdGoodStatusFlag = "searchd status"
const std::string indexNameField = "index"
const std::string sourceNameField = "source"
const std::string pathNameField = "path"
const std::string xmlpipeCommandNameField = "xmlpipe_command"
const std::string branchPropertyFile = "branch.property"
const std::string branchConfigFile = "branch.cfg"
const std::string sphinxTemplateFile = "sphinx.template"
const std::string sphinxPropertyFile = "sphinx.property"
const std::string sphinxSchemaFile = "schema.xml"
const std::string sphinxConfigName = "sphinx.conf"
const std::string defaultBranchName = "default_branch"
const std::string defaultHomeDir = "."
const std::string defaultDataDir = "data"
const std::string defaultRunDir = "run"
const std::string defaultLogDir = "log"
const std::string defaultEtcDir = "etc"

Variable Documentation

const std::string HCE::sphinx::sphinx_search_const::branchConfigFile = "branch.cfg"

Definition at line 58 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::branchPropertyFile = "branch.property"

Definition at line 57 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::defaultBranchName = "default_branch"

Definition at line 65 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::defaultDataDir = "data"

Definition at line 68 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::defaultEtcDir = "etc"

Definition at line 71 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::defaultHomeDir = "."

Definition at line 67 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::defaultHost = "127.0.0.1"

Definition at line 37 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::defaultLogDir = "log"

Definition at line 70 of file SphinxSearchInterface.hpp.

const unsigned int HCE::sphinx::sphinx_search_const::defaultPort = 9312

Definition at line 38 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::defaultRunDir = "run"

Definition at line 69 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::indexNameField = "index"

Definition at line 52 of file SphinxSearchInterface.hpp.

const unsigned int HCE::sphinx::sphinx_search_const::maxAllowedPort = 10312

Definition at line 39 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::pathNameField = "path"

Definition at line 54 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::searchdGoodStatusFlag = "searchd status"

Definition at line 50 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::searchdListen = "searchd.listen"

Definition at line 40 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::searchdLogFile = "searchd.log"

Definition at line 43 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::searchdLogName = "searchd.log"

Definition at line 42 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::searchdMaxMatches = "searchd.max_matches"

Definition at line 41 of file SphinxSearchInterface.hpp.

const bool HCE::sphinx::sphinx_search_const::searchdNotStart = false

Definition at line 32 of file SphinxSearchInterface.hpp.

const bool HCE::sphinx::sphinx_search_const::searchdNotStop = false

Definition at line 34 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::searchdPidFileExt = "pid"

Definition at line 46 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::searchdPidFileName = "searchd"

Definition at line 45 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::searchdPidName = "searchd.pid_file"

Definition at line 44 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::searchdQueryLogFile = "query.log"

Definition at line 48 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::searchdQueryLogName = "searchd.query_log"

Definition at line 47 of file SphinxSearchInterface.hpp.

const bool HCE::sphinx::sphinx_search_const::searchdStart = true

Definition at line 31 of file SphinxSearchInterface.hpp.

const bool HCE::sphinx::sphinx_search_const::searchdStop = true

Definition at line 33 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::sourceNameField = "source"

Definition at line 53 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::sphinxConfigName = "sphinx.conf"

Definition at line 62 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::sphinxPropertyFile = "sphinx.property"

Definition at line 60 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::sphinxSchemaFile = "schema.xml"

Definition at line 61 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::sphinxTemplateFile = "sphinx.template"

Definition at line 59 of file SphinxSearchInterface.hpp.

const int HCE::sphinx::sphinx_search_const::startStopSearchdLimit = 10

Definition at line 36 of file SphinxSearchInterface.hpp.

const std::string HCE::sphinx::sphinx_search_const::xmlpipeCommandNameField = "xmlpipe_command"

Definition at line 55 of file SphinxSearchInterface.hpp.