Uses of Class
com.azure.search.documents.indexes.models.PathHierarchyTokenizer
Packages that use PathHierarchyTokenizer
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of PathHierarchyTokenizer in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return PathHierarchyTokenizerModifier and TypeMethodDescriptionPathHierarchyTokenizer.setDelimiter
(Character delimiter) Set the delimiter property: The delimiter character to use.PathHierarchyTokenizer.setMaxTokenLength
(Integer maxTokenLength) Set the maxTokenLength property: The maximum token length.PathHierarchyTokenizer.setNumberOfTokensToSkip
(Integer numberOfTokensToSkip) Set the numberOfTokensToSkip property: The number of initial tokens to skip.PathHierarchyTokenizer.setReplacement
(Character replacement) Set the replacement property: A value that, if set, replaces the delimiter character.PathHierarchyTokenizer.setTokenOrderReversed
(Boolean tokenOrderReversed) Set the reverseTokenOrder property: A value indicating whether to generate tokens in reverse order.