hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::sphinx::tests::SphinxManageTest Class Reference

#include <SphinxManageTest.hpp>

Static Public Member Functions

static void testIndexCreate (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName)
static void testIndexCheck (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName, bool existed)
static void testIndexStoreDataFile (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName, const std::string &branchName)
static void testIndexStoreDataFile (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName, const std::string &branchName, const std::string &dataContent)
static void testIndexStoreSchemaFile (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName)
static void testIndexStoreSchemaFile (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName, const std::string &dataContent)
static void testIndexRebuild (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName, std::vector< std::string > &branches)
static void testIndexSetDataDir (HCE::sphinx::SphinxFunctionalObject &fObj)
static void testIndexStart (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName)
static void testIndexStop (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName)
static void testIndexMerge (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName, std::vector< std::string > &branches)
static void testIndexMergeTrunk (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName, std::vector< std::string > &branches)
static void testIndexDeleteDataFile (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName, std::vector< std::string > &branches)
static void testIndexDeleteSchemaFile (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName)
static void testIndexAppendDataFile (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName, const std::string &branchName)
static void testIndexDeleteDoc (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName, std::vector< unsigned long long > &ids)
static void testIndexDeleteDocNumber (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName)
static void testIndexPackDocData (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName, std::vector< std::string > &branches)
static void testIndexRemove (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName)
static void testIndexCopy (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexFromName, const std::string &indexToName)
static void testIndexRename (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexFromName, const std::string &indexToName)
static void testIndexSetConfigVar (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName, const std::string &branchName, const std::string &sectionName, const std::string &parameterName, const std::string &parameterValue)
static void testIndexGetConfigVar (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName, const std::string &branchName, const std::string &sectionName, const std::string &parameterName, std::string &parameterValue)
static void testIndexCheckSchema (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName)
static void testIndexStatusSearchd (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName)
static void testIndexStatus (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName)
static unsigned long long testIndexMaxDocId (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName)
static void testIndexMaxDocIdExtended (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName)
static void testIndexDataList (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName)
static void testIndexBranchesList (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName)
static void testIndexBranchesInfo (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName, std::vector< std::string > &branches)
static void testIndexBranchesStatus (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName, std::vector< std::string > &branches)
static void testIndexConnect (HCE::sphinx::SphinxFunctionalObject &fObj, const std::string &indexName)
static void testIndexDisconnect (HCE::sphinx::SphinxFunctionalObject &fObj)

Detailed Description

Definition at line 15 of file SphinxManageTest.hpp.

Member Function Documentation

void HCE::sphinx::tests::SphinxManageTest::testIndexAppendDataFile ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName,
const std::string &  branchName 
)
static

Definition at line 503 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexBranchesInfo ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName,
std::vector< std::string > &  branches 
)
static

Definition at line 1144 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexBranchesList ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName 
)
static

Definition at line 1110 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexBranchesStatus ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName,
std::vector< std::string > &  branches 
)
static

Definition at line 1180 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexCheck ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName,
bool  existed 
)
static

Definition at line 57 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexCheckSchema ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName 
)
static

Definition at line 871 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexConnect ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName 
)
static

Definition at line 1216 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexCopy ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexFromName,
const std::string &  indexToName 
)
static

Definition at line 730 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexCreate ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName 
)
static

Definition at line 24 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexDataList ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName 
)
static

Definition at line 1076 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexDeleteDataFile ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName,
std::vector< std::string > &  branches 
)
static

Definition at line 434 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexDeleteDoc ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName,
std::vector< unsigned long long > &  ids 
)
static

Definition at line 563 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexDeleteDocNumber ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName 
)
static

Definition at line 622 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexDeleteSchemaFile ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName 
)
static

Definition at line 470 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexDisconnect ( HCE::sphinx::SphinxFunctionalObject fObj)
static

Definition at line 1257 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexGetConfigVar ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName,
const std::string &  branchName,
const std::string &  sectionName,
const std::string &  parameterName,
std::string &  parameterValue 
)
static

Definition at line 834 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

unsigned long long HCE::sphinx::tests::SphinxManageTest::testIndexMaxDocId ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName 
)
static

Definition at line 974 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexMaxDocIdExtended ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName 
)
static

Definition at line 1011 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexMerge ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName,
std::vector< std::string > &  branches 
)
static

Definition at line 362 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexMergeTrunk ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName,
std::vector< std::string > &  branches 
)
static

Definition at line 398 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexPackDocData ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName,
std::vector< std::string > &  branches 
)
static

Definition at line 657 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexRebuild ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName,
std::vector< std::string > &  branches 
)
static

Definition at line 223 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexRemove ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName 
)
static

Definition at line 695 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexRename ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexFromName,
const std::string &  indexToName 
)
static

Definition at line 764 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexSetConfigVar ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName,
const std::string &  branchName,
const std::string &  sectionName,
const std::string &  parameterName,
const std::string &  parameterValue 
)
static

Definition at line 798 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexSetDataDir ( HCE::sphinx::SphinxFunctionalObject fObj)
static

Definition at line 265 of file SphinxManageTest.cpp.

Here is the call graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexStart ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName 
)
static

Definition at line 298 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexStatus ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName 
)
static

Definition at line 940 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexStatusSearchd ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName 
)
static

Definition at line 906 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexStop ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName 
)
static

Definition at line 330 of file SphinxManageTest.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexStoreDataFile ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName,
const std::string &  branchName 
)
static

Definition at line 91 of file SphinxManageTest.cpp.

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexStoreDataFile ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName,
const std::string &  branchName,
const std::string &  dataContent 
)
static

Definition at line 113 of file SphinxManageTest.cpp.

Here is the call graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexStoreSchemaFile ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName 
)
static

Definition at line 172 of file SphinxManageTest.cpp.

Here is the caller graph for this function:

void HCE::sphinx::tests::SphinxManageTest::testIndexStoreSchemaFile ( HCE::sphinx::SphinxFunctionalObject fObj,
const std::string &  indexName,
const std::string &  dataContent 
)
static

Definition at line 178 of file SphinxManageTest.cpp.

Here is the call graph for this function:


The documentation for this class was generated from the following files: