| 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 |
|---|---|
PathHierarchyTokenizer |
PathHierarchyTokenizer.setDelimiter(Character delimiter)
Set the delimiter property: The delimiter character to use.
|
PathHierarchyTokenizer |
PathHierarchyTokenizer.setMaxTokenLength(Integer maxTokenLength)
Set the maxTokenLength property: The maximum token length.
|
PathHierarchyTokenizer |
PathHierarchyTokenizer.setNumberOfTokensToSkip(Integer numberOfTokensToSkip)
Set the numberOfTokensToSkip property: The number of initial tokens to
skip.
|
PathHierarchyTokenizer |
PathHierarchyTokenizer.setReplacement(Character replacement)
Set the replacement property: A value that, if set, replaces the
delimiter character.
|
PathHierarchyTokenizer |
PathHierarchyTokenizer.setTokenOrderReversed(Boolean tokenOrderReversed)
Set the reverseTokenOrder property: A value indicating whether to
generate tokens in reverse order.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.