| Package | Description |
|---|---|
| com.azure.search.documents.indexes.models |
Package containing classes used for resource management operations that are being sent-to and received-from an
Azure Cognitive Search service.
|
| Modifier and Type | Method and Description |
|---|---|
EdgeNGramTokenFilter |
EdgeNGramTokenFilter.setMaxGram(Integer maxGram)
Set the maxGram property: The maximum n-gram length.
|
EdgeNGramTokenFilter |
EdgeNGramTokenFilter.setMinGram(Integer minGram)
Set the minGram property: The minimum n-gram length.
|
EdgeNGramTokenFilter |
EdgeNGramTokenFilter.setSide(EdgeNGramTokenFilterSide side)
Set the side property: Specifies which side of the input the n-gram
should be generated from.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.