azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.search.models.Pat...

161 строка
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.PathHierarchyTokenizerV2"
fullName: "com.azure.search.models.PathHierarchyTokenizerV2"
name: "PathHierarchyTokenizerV2"
nameWithType: "PathHierarchyTokenizerV2"
summary: "Tokenizer for path-like hierarchies."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.Tokenizer?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.search.models.Tokenizer?alt=com.azure.search.models.Tokenizer&text=Tokenizer\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.search.models.Tokenizer.getName()?alt=com.azure.search.models.Tokenizer.getName&text=getName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.models.Tokenizer.setName(java.lang.String)?alt=com.azure.search.models.Tokenizer.setName&text=setName\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **PathHierarchyTokenizerV2**</br> extends <xref href=\"com.azure.search.models.Tokenizer?alt=com.azure.search.models.Tokenizer&text=Tokenizer\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.search.models.PathHierarchyTokenizerV2.PathHierarchyTokenizerV2()"
fullName: "com.azure.search.models.PathHierarchyTokenizerV2.PathHierarchyTokenizerV2()"
name: "PathHierarchyTokenizerV2()"
nameWithType: "PathHierarchyTokenizerV2.PathHierarchyTokenizerV2()"
syntax: "public PathHierarchyTokenizerV2()"
methods:
- uid: "com.azure.search.models.PathHierarchyTokenizerV2.getDelimiter()"
fullName: "com.azure.search.models.PathHierarchyTokenizerV2.getDelimiter()"
name: "getDelimiter()"
nameWithType: "PathHierarchyTokenizerV2.getDelimiter()"
summary: "Get the delimiter property: The delimiter character to use."
syntax: "public String getDelimiter()"
desc: "Get the delimiter property: The delimiter character to use. Default is \"/\"."
returns:
description: "the delimiter value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.PathHierarchyTokenizerV2.getMaxTokenLength()"
fullName: "com.azure.search.models.PathHierarchyTokenizerV2.getMaxTokenLength()"
name: "getMaxTokenLength()"
nameWithType: "PathHierarchyTokenizerV2.getMaxTokenLength()"
summary: "Get the max<wbr>Token<wbr>Length property: The maximum token length."
syntax: "public Integer getMaxTokenLength()"
desc: "Get the maxTokenLength property: The maximum token length. Default and maximum is 300."
returns:
description: "the maxTokenLength value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.search.models.PathHierarchyTokenizerV2.getNumberOfTokensToSkip()"
fullName: "com.azure.search.models.PathHierarchyTokenizerV2.getNumberOfTokensToSkip()"
name: "getNumberOfTokensToSkip()"
nameWithType: "PathHierarchyTokenizerV2.getNumberOfTokensToSkip()"
summary: "Get the number<wbr>OfTokens<wbr>ToSkip property: The number of initial tokens to skip."
syntax: "public Integer getNumberOfTokensToSkip()"
desc: "Get the numberOfTokensToSkip property: The number of initial tokens to skip. Default is 0."
returns:
description: "the numberOfTokensToSkip value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.search.models.PathHierarchyTokenizerV2.getReplacement()"
fullName: "com.azure.search.models.PathHierarchyTokenizerV2.getReplacement()"
name: "getReplacement()"
nameWithType: "PathHierarchyTokenizerV2.getReplacement()"
summary: "Get the replacement property: A value that, if set, replaces the delimiter character."
syntax: "public String getReplacement()"
desc: "Get the replacement property: A value that, if set, replaces the delimiter character. Default is \"/\"."
returns:
description: "the replacement value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.search.models.PathHierarchyTokenizerV2.isReverseTokenOrder()"
fullName: "com.azure.search.models.PathHierarchyTokenizerV2.isReverseTokenOrder()"
name: "isReverseTokenOrder()"
nameWithType: "PathHierarchyTokenizerV2.isReverseTokenOrder()"
summary: "Get the reverse<wbr>Token<wbr>Order property: A value indicating whether to generate tokens in reverse order."
syntax: "public Boolean isReverseTokenOrder()"
desc: "Get the reverseTokenOrder property: A value indicating whether to generate tokens in reverse order. Default is false."
returns:
description: "the reverseTokenOrder value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.search.models.PathHierarchyTokenizerV2.setDelimiter(java.lang.String)"
fullName: "com.azure.search.models.PathHierarchyTokenizerV2.setDelimiter(String delimiter)"
name: "setDelimiter(String delimiter)"
nameWithType: "PathHierarchyTokenizerV2.setDelimiter(String delimiter)"
summary: "Set the delimiter property: The delimiter character to use."
parameters:
- description: "the delimiter value to set."
name: "delimiter"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PathHierarchyTokenizerV2 setDelimiter(String delimiter)"
desc: "Set the delimiter property: The delimiter character to use. Default is \"/\"."
returns:
description: "the PathHierarchyTokenizerV2 object itself."
type: "<xref href=\"com.azure.search.models.PathHierarchyTokenizerV2?alt=com.azure.search.models.PathHierarchyTokenizerV2&text=PathHierarchyTokenizerV2\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.PathHierarchyTokenizerV2.setMaxTokenLength(java.lang.Integer)"
fullName: "com.azure.search.models.PathHierarchyTokenizerV2.setMaxTokenLength(Integer maxTokenLength)"
name: "setMaxTokenLength(Integer maxTokenLength)"
nameWithType: "PathHierarchyTokenizerV2.setMaxTokenLength(Integer maxTokenLength)"
summary: "Set the max<wbr>Token<wbr>Length property: The maximum token length."
parameters:
- description: "the maxTokenLength value to set."
name: "maxTokenLength"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public PathHierarchyTokenizerV2 setMaxTokenLength(Integer maxTokenLength)"
desc: "Set the maxTokenLength property: The maximum token length. Default and maximum is 300."
returns:
description: "the PathHierarchyTokenizerV2 object itself."
type: "<xref href=\"com.azure.search.models.PathHierarchyTokenizerV2?alt=com.azure.search.models.PathHierarchyTokenizerV2&text=PathHierarchyTokenizerV2\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.PathHierarchyTokenizerV2.setNumberOfTokensToSkip(java.lang.Integer)"
fullName: "com.azure.search.models.PathHierarchyTokenizerV2.setNumberOfTokensToSkip(Integer numberOfTokensToSkip)"
name: "setNumberOfTokensToSkip(Integer numberOfTokensToSkip)"
nameWithType: "PathHierarchyTokenizerV2.setNumberOfTokensToSkip(Integer numberOfTokensToSkip)"
summary: "Set the number<wbr>OfTokens<wbr>ToSkip property: The number of initial tokens to skip."
parameters:
- description: "the numberOfTokensToSkip value to set."
name: "numberOfTokensToSkip"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public PathHierarchyTokenizerV2 setNumberOfTokensToSkip(Integer numberOfTokensToSkip)"
desc: "Set the numberOfTokensToSkip property: The number of initial tokens to skip. Default is 0."
returns:
description: "the PathHierarchyTokenizerV2 object itself."
type: "<xref href=\"com.azure.search.models.PathHierarchyTokenizerV2?alt=com.azure.search.models.PathHierarchyTokenizerV2&text=PathHierarchyTokenizerV2\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.PathHierarchyTokenizerV2.setReplacement(java.lang.String)"
fullName: "com.azure.search.models.PathHierarchyTokenizerV2.setReplacement(String replacement)"
name: "setReplacement(String replacement)"
nameWithType: "PathHierarchyTokenizerV2.setReplacement(String replacement)"
summary: "Set the replacement property: A value that, if set, replaces the delimiter character."
parameters:
- description: "the replacement value to set."
name: "replacement"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public PathHierarchyTokenizerV2 setReplacement(String replacement)"
desc: "Set the replacement property: A value that, if set, replaces the delimiter character. Default is \"/\"."
returns:
description: "the PathHierarchyTokenizerV2 object itself."
type: "<xref href=\"com.azure.search.models.PathHierarchyTokenizerV2?alt=com.azure.search.models.PathHierarchyTokenizerV2&text=PathHierarchyTokenizerV2\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.PathHierarchyTokenizerV2.setReverseTokenOrder(java.lang.Boolean)"
fullName: "com.azure.search.models.PathHierarchyTokenizerV2.setReverseTokenOrder(Boolean reverseTokenOrder)"
name: "setReverseTokenOrder(Boolean reverseTokenOrder)"
nameWithType: "PathHierarchyTokenizerV2.setReverseTokenOrder(Boolean reverseTokenOrder)"
summary: "Set the reverse<wbr>Token<wbr>Order property: A value indicating whether to generate tokens in reverse order."
parameters:
- description: "the reverseTokenOrder value to set."
name: "reverseTokenOrder"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public PathHierarchyTokenizerV2 setReverseTokenOrder(Boolean reverseTokenOrder)"
desc: "Set the reverseTokenOrder property: A value indicating whether to generate tokens in reverse order. Default is false."
returns:
description: "the PathHierarchyTokenizerV2 object itself."
type: "<xref href=\"com.azure.search.models.PathHierarchyTokenizerV2?alt=com.azure.search.models.PathHierarchyTokenizerV2&text=PathHierarchyTokenizerV2\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Tokenizer for path-like hierarchies. This tokenizer is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.models"
artifact: com.azure:azure-search:11.0.0-beta.1