7#include <aws/cloudsearch/CloudSearch_EXPORTS.h>
8#include <aws/cloudsearch/model/AlgorithmicStemming.h>
9#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
20namespace CloudSearch {
53 template <
typename SynonymsT = Aws::String>
55 m_synonymsHasBeenSet =
true;
56 m_synonyms = std::forward<SynonymsT>(value);
58 template <
typename SynonymsT = Aws::String>
74 template <
typename StopwordsT = Aws::String>
76 m_stopwordsHasBeenSet =
true;
77 m_stopwords = std::forward<StopwordsT>(value);
79 template <
typename StopwordsT = Aws::String>
97 template <
typename StemmingDictionaryT = Aws::String>
99 m_stemmingDictionaryHasBeenSet =
true;
100 m_stemmingDictionary = std::forward<StemmingDictionaryT>(value);
102 template <
typename StemmingDictionaryT = Aws::String>
118 template <
typename JapaneseTokenizationDictionaryT = Aws::String>
120 m_japaneseTokenizationDictionaryHasBeenSet =
true;
121 m_japaneseTokenizationDictionary = std::forward<JapaneseTokenizationDictionaryT>(value);
123 template <
typename JapaneseTokenizationDictionaryT = Aws::String>
142 m_algorithmicStemmingHasBeenSet =
true;
143 m_algorithmicStemming = value;
160 bool m_synonymsHasBeenSet =
false;
161 bool m_stopwordsHasBeenSet =
false;
162 bool m_stemmingDictionaryHasBeenSet =
false;
163 bool m_japaneseTokenizationDictionaryHasBeenSet =
false;
164 bool m_algorithmicStemmingHasBeenSet =
false;
bool JapaneseTokenizationDictionaryHasBeenSet() const
AWS_CLOUDSEARCH_API AnalysisOptions()=default
const Aws::String & GetStemmingDictionary() const
AWS_CLOUDSEARCH_API AnalysisOptions & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool StemmingDictionaryHasBeenSet() const
AnalysisOptions & WithJapaneseTokenizationDictionary(JapaneseTokenizationDictionaryT &&value)
bool AlgorithmicStemmingHasBeenSet() const
AnalysisOptions & WithAlgorithmicStemming(AlgorithmicStemming value)
AnalysisOptions & WithSynonyms(SynonymsT &&value)
AnalysisOptions & WithStemmingDictionary(StemmingDictionaryT &&value)
void SetSynonyms(SynonymsT &&value)
AnalysisOptions & WithStopwords(StopwordsT &&value)
void SetAlgorithmicStemming(AlgorithmicStemming value)
void SetStopwords(StopwordsT &&value)
AlgorithmicStemming GetAlgorithmicStemming() const
bool SynonymsHasBeenSet() const
bool StopwordsHasBeenSet() const
void SetStemmingDictionary(StemmingDictionaryT &&value)
const Aws::String & GetStopwords() const
void SetJapaneseTokenizationDictionary(JapaneseTokenizationDictionaryT &&value)
AWS_CLOUDSEARCH_API AnalysisOptions(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetJapaneseTokenizationDictionary() const
AWS_CLOUDSEARCH_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_CLOUDSEARCH_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
const Aws::String & GetSynonyms() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream