| 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 |
|---|---|
DictionaryDecompounderTokenFilter |
DictionaryDecompounderTokenFilter.setMaxSubwordSize(Integer maxSubwordSize)
Set the maxSubwordSize property: The maximum subword size.
|
DictionaryDecompounderTokenFilter |
DictionaryDecompounderTokenFilter.setMinSubwordSize(Integer minSubwordSize)
Set the minSubwordSize property: The minimum subword size.
|
DictionaryDecompounderTokenFilter |
DictionaryDecompounderTokenFilter.setMinWordSize(Integer minWordSize)
Set the minWordSize property: The minimum word size.
|
DictionaryDecompounderTokenFilter |
DictionaryDecompounderTokenFilter.setOnlyLongestMatched(Boolean onlyLongestMatched)
Set the onlyLongestMatch property: A value indicating whether to add
only the longest matching subword to the output.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.