Name | Type | Description | Notes |
---|---|---|---|
CharFilters | Pointer to []ApiAtlasFTSAnalyzersViewManualCharFiltersInner | Filters that examine text one character at a time and perform filtering operations. | [optional] |
Name | string | Human-readable name that identifies the custom analyzer. Names must be unique within an index, and must not start with any of the following strings: - `lucene.` - `builtin.` - `mongodb.` | |
TokenFilters | Pointer to []ApiAtlasFTSAnalyzersViewManualTokenFiltersInner | Filter that performs operations such as: - Stemming, which reduces related words, such as "talking", "talked", and "talks" to their root word "talk". - Redaction, the removal of sensitive information from public documents. | [optional] |
Tokenizer | ApiAtlasFTSAnalyzersViewManualTokenizer |
func NewApiAtlasFTSAnalyzersViewManual(name string, tokenizer ApiAtlasFTSAnalyzersViewManualTokenizer, ) *ApiAtlasFTSAnalyzersViewManual
NewApiAtlasFTSAnalyzersViewManual instantiates a new ApiAtlasFTSAnalyzersViewManual object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApiAtlasFTSAnalyzersViewManualWithDefaults() *ApiAtlasFTSAnalyzersViewManual
NewApiAtlasFTSAnalyzersViewManualWithDefaults instantiates a new ApiAtlasFTSAnalyzersViewManual object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *ApiAtlasFTSAnalyzersViewManual) GetCharFilters() []ApiAtlasFTSAnalyzersViewManualCharFiltersInner
GetCharFilters returns the CharFilters field if non-nil, zero value otherwise.
func (o *ApiAtlasFTSAnalyzersViewManual) GetCharFiltersOk() (*[]ApiAtlasFTSAnalyzersViewManualCharFiltersInner, bool)
GetCharFiltersOk returns a tuple with the CharFilters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasFTSAnalyzersViewManual) SetCharFilters(v []ApiAtlasFTSAnalyzersViewManualCharFiltersInner)
SetCharFilters sets CharFilters field to given value.
func (o *ApiAtlasFTSAnalyzersViewManual) HasCharFilters() bool
HasCharFilters returns a boolean if a field has been set.
func (o *ApiAtlasFTSAnalyzersViewManual) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApiAtlasFTSAnalyzersViewManual) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasFTSAnalyzersViewManual) SetName(v string)
SetName sets Name field to given value.
func (o *ApiAtlasFTSAnalyzersViewManual) GetTokenFilters() []ApiAtlasFTSAnalyzersViewManualTokenFiltersInner
GetTokenFilters returns the TokenFilters field if non-nil, zero value otherwise.
func (o *ApiAtlasFTSAnalyzersViewManual) GetTokenFiltersOk() (*[]ApiAtlasFTSAnalyzersViewManualTokenFiltersInner, bool)
GetTokenFiltersOk returns a tuple with the TokenFilters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasFTSAnalyzersViewManual) SetTokenFilters(v []ApiAtlasFTSAnalyzersViewManualTokenFiltersInner)
SetTokenFilters sets TokenFilters field to given value.
func (o *ApiAtlasFTSAnalyzersViewManual) HasTokenFilters() bool
HasTokenFilters returns a boolean if a field has been set.
func (o *ApiAtlasFTSAnalyzersViewManual) GetTokenizer() ApiAtlasFTSAnalyzersViewManualTokenizer
GetTokenizer returns the Tokenizer field if non-nil, zero value otherwise.
func (o *ApiAtlasFTSAnalyzersViewManual) GetTokenizerOk() (*ApiAtlasFTSAnalyzersViewManualTokenizer, bool)
GetTokenizerOk returns a tuple with the Tokenizer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasFTSAnalyzersViewManual) SetTokenizer(v ApiAtlasFTSAnalyzersViewManualTokenizer)
SetTokenizer sets Tokenizer field to given value.