|
HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <SphinxIndexer.hpp>


Public Member Functions | |
| SphinxIndexer (SphinxFunctionalObject &fObj) | |
| virtual | ~SphinxIndexer (void) |
| std::string | Process (const std::string &json) |
| SphinxOutputJsonMessage | Process (SphinxInputJsonMessage &inputJsonMessage) |
Public Member Functions inherited from HCE::sphinx::SphinxSearchInterface | |
| SphinxSearchInterface (void) | |
| virtual | ~SphinxSearchInterface (void) |
| void | setErrorMsg (const std::string &errorMsg_) |
| std::string | getErrorMsg (void) const |
| void | setErrorCode (unsigned int errorCode_) |
| unsigned int | getErrorCode (void) const |
| void | isError (bool isError_) |
| bool | isError (void) const |
Protected Types | |
| typedef SphinxSearchInterface | inherited |
Protected Member Functions | |
| void | makeIndexCommand (const std::string &json) throw (Poco::Exception) |
| void | makeAdminCommand (const std::string &json, std::string &resultData) throw (Poco::Exception) |
Protected Member Functions inherited from HCE::sphinx::SphinxSearchInterface | |
| bool | insensitiveCompare (const std::string &lhs, const std::string &rhs) |
Protected Attributes | |
| SphinxFunctionalObject & | fObj |
| CustomMessage & | message |
Protected Attributes inherited from HCE::sphinx::SphinxSearchInterface | |
| std::string | errorMsg |
| unsigned int | errorCode |
| bool | _isError |
Friends | |
| class | SphinxFunctionalObject |
Additional Inherited Members | |
Static Public Member Functions inherited from HCE::sphinx::SphinxSearchInterface | |
| static size_t | getTimeInterval (timeval &start, timeval &stop) |
Definition at line 27 of file SphinxIndexer.hpp.
|
protected |
Definition at line 43 of file SphinxIndexer.hpp.
|
explicit |
Definition at line 31 of file SphinxIndexer.cpp.
|
inlinevirtual |
Definition at line 31 of file SphinxIndexer.hpp.
|
protected |
Definition at line 141 of file SphinxIndexer.cpp.


|
protected |
Definition at line 86 of file SphinxIndexer.cpp.


|
virtual |
Implements HCE::sphinx::SphinxSearchInterface.
Definition at line 36 of file SphinxIndexer.cpp.

|
virtual |
Implements HCE::sphinx::SphinxSearchInterface.
Definition at line 172 of file SphinxIndexer.cpp.

|
friend |
Definition at line 44 of file SphinxIndexer.hpp.
|
protected |
Definition at line 40 of file SphinxIndexer.hpp.
|
protected |
Definition at line 41 of file SphinxIndexer.hpp.