14 #ifndef SPHINX_INPUT_JSON_MESSAGE_INDEX_HPP
15 #define SPHINX_INPUT_JSON_MESSAGE_INDEX_HPP
33 void setIndexName(
const std::string& indexName_) {indexName=indexName_;}
36 void setDocumentFile(
const std::string& documentFile_) {documentFile=documentFile_;}
39 void addParameters(
const std::string& paramName,
const std::string& paramValue);
40 std::vector<std::pair<std::string, std::string> >&
getParameters(
void) {
return params;}
42 std::string indexName;
43 std::string documentFile;
44 std::vector<std::pair<std::string, std::string> > params;
55 #endif // SPHINX_INPUT_JSON_MESSAGE_INDEX_HPP