JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.cloudsearchv2.model

Class AnalysisScheme

  • All Implemented Interfaces:
    Serializable, Cloneable


    @Generated(value="com.amazonaws:aws-java-sdk-code-generator")
    public class AnalysisScheme
    extends Object
    implements Serializable, Cloneable 

    Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: Synonyms, Stopwords, StemmingDictionary, JapaneseTokenizationDictionary and AlgorithmicStemming.

    See Also:
    Serialized Form
    • Constructor Detail

      • AnalysisScheme

        public AnalysisScheme()
    • Method Detail

      • setAnalysisSchemeName

        public void setAnalysisSchemeName(String analysisSchemeName)
        Parameters:
        analysisSchemeName -
      • getAnalysisSchemeName

        public String getAnalysisSchemeName()
        Returns:
      • withAnalysisSchemeName

        public AnalysisScheme withAnalysisSchemeName(String analysisSchemeName)
        Parameters:
        analysisSchemeName -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAnalysisSchemeLanguage

        public void setAnalysisSchemeLanguage(String analysisSchemeLanguage)
        Parameters:
        analysisSchemeLanguage -
        See Also:
        AnalysisSchemeLanguage
      • withAnalysisSchemeLanguage

        public AnalysisScheme withAnalysisSchemeLanguage(String analysisSchemeLanguage)
        Parameters:
        analysisSchemeLanguage -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AnalysisSchemeLanguage
      • setAnalysisOptions

        public void setAnalysisOptions(AnalysisOptions analysisOptions)
        Parameters:
        analysisOptions -
      • withAnalysisOptions

        public AnalysisScheme withAnalysisOptions(AnalysisOptions analysisOptions)
        Parameters:
        analysisOptions -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /