Protected Member Functions |
bool | makeMerge (const std::string &branchName, const std::string &configPath, const std::string &trunkName, unsigned long long &maxDocId) |
bool | makeTrunk (const std::string &trunkName, const std::string &configPath, std::vector< std::string > &vIndexes, unsigned long long &maxDocId) throw (Poco::Exception) |
bool | makeSource (const std::string &schemaFile, const std::string &branchName, const std::string &sourcePath, const std::string &configPath) |
bool | makeIndex (const std::string &sourceFile, const std::string &branchName, const std::string &configPath, unsigned long long maxDocId) |
Protected Member Functions inherited from HCE::sphinx::SphinxAdminCommand |
bool | makeDir (const std::string &path) |
bool | cleanDir (const std::string &path) |
bool | isExistDir (const std::string &path) |
bool | isExistFile (const std::string &file) |
bool | isAllowedString (const std::string &str) |
bool | copyFile (const std::string &srcFile, const std::string &dstFile) |
bool | moveFile (const std::string &srcFile, const std::string &dstFile) |
bool | removeFile (const std::string &file) |
bool | moveIndexFiles (const std::string &indexFileName, const std::string &srcPath, const std::string &dstPath) |
bool | copyIndexFiles (const std::string &indexFileName, const std::string &srcPath, const std::string &dstPath) |
bool | removeIndexFile (const std::string &indexFileName, const std::string &path) |
bool | getFileList (const std::string &path, std::vector< std::string > &vFiles, const std::string &ext) |
bool | getIndexList (const std::string &path, std::vector< std::string > &vIndexes) |
bool | getFreeAllowedPort (unsigned int &res) |
bool | makeTrunkConfig (const std::string &trunkName, const std::string &indexName, const std::string &indexFileName, SphinxConfigOptions &configOptions) |
bool | isExistError (const std::string &shellExecMsg) |
std::string | getPropertyFileName (const std::string &indexPath, const std::string &branchName) |
std::string | getConfigFileName (const std::string &indexPath, const std::string &branchName) |
void | writePropertyOptions (SphinxConfigCreator &configCreator, const SphinxConfigOptions &configOptions) |
template<class T = unsigned long long> |
T | convertVarToNumeric (Poco::Dynamic::Var &var, T defaultValue) |
Definition at line 261 of file SphinxAdminCommand.hpp.