Name | Type | Description | Notes |
---|---|---|---|
MaxGram | int32 | Characters to include in the longest token that Atlas Search creates. | |
MinGram | int32 | Characters to include in the shortest token that Atlas Search creates. | |
Type | string | Human-readable label that identifies this tokenizer type. |
func NewTokenizernGram(maxGram int32, minGram int32, type_ string, ) *TokenizernGram
NewTokenizernGram instantiates a new TokenizernGram 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 NewTokenizernGramWithDefaults() *TokenizernGram
NewTokenizernGramWithDefaults instantiates a new TokenizernGram 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 *TokenizernGram) GetMaxGram() int32
GetMaxGram returns the MaxGram field if non-nil, zero value otherwise.
func (o *TokenizernGram) GetMaxGramOk() (*int32, bool)
GetMaxGramOk returns a tuple with the MaxGram field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenizernGram) SetMaxGram(v int32)
SetMaxGram sets MaxGram field to given value.
func (o *TokenizernGram) GetMinGram() int32
GetMinGram returns the MinGram field if non-nil, zero value otherwise.
func (o *TokenizernGram) GetMinGramOk() (*int32, bool)
GetMinGramOk returns a tuple with the MinGram field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenizernGram) SetMinGram(v int32)
SetMinGram sets MinGram field to given value.
func (o *TokenizernGram) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *TokenizernGram) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TokenizernGram) SetType(v string)
SetType sets Type field to given value.