Uses of Class
com.azure.search.documents.indexes.models.PathHierarchyTokenizer
Packages that use PathHierarchyTokenizer
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of PathHierarchyTokenizer in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return PathHierarchyTokenizerModifier and TypeMethodDescriptionstatic PathHierarchyTokenizerPathHierarchyTokenizer.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PathHierarchyTokenizer from the JsonReader.PathHierarchyTokenizer.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 tokenOrderReversed property: A value indicating whether to generate tokens in reverse order.