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

161 строка
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.models.PathHierarchyTokenizer"
fullName: "com.azure.search.models.PathHierarchyTokenizer"
name: "PathHierarchyTokenizer"
nameWithType: "PathHierarchyTokenizer"
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 **PathHierarchyTokenizer**</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.PathHierarchyTokenizer.PathHierarchyTokenizer()"
fullName: "com.azure.search.models.PathHierarchyTokenizer.PathHierarchyTokenizer()"
name: "PathHierarchyTokenizer()"
nameWithType: "PathHierarchyTokenizer.PathHierarchyTokenizer()"
syntax: "public PathHierarchyTokenizer()"
methods:
- uid: "com.azure.search.models.PathHierarchyTokenizer.getBufferSize()"
fullName: "com.azure.search.models.PathHierarchyTokenizer.getBufferSize()"
name: "getBufferSize()"
nameWithType: "PathHierarchyTokenizer.getBufferSize()"
summary: "Get the buffer<wbr>Size property: The buffer size."
syntax: "public Integer getBufferSize()"
desc: "Get the bufferSize property: The buffer size. Default is 1024."
returns:
description: "the bufferSize value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.search.models.PathHierarchyTokenizer.getDelimiter()"
fullName: "com.azure.search.models.PathHierarchyTokenizer.getDelimiter()"
name: "getDelimiter()"
nameWithType: "PathHierarchyTokenizer.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.PathHierarchyTokenizer.getNumberOfTokensToSkip()"
fullName: "com.azure.search.models.PathHierarchyTokenizer.getNumberOfTokensToSkip()"
name: "getNumberOfTokensToSkip()"
nameWithType: "PathHierarchyTokenizer.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.PathHierarchyTokenizer.getReplacement()"
fullName: "com.azure.search.models.PathHierarchyTokenizer.getReplacement()"
name: "getReplacement()"
nameWithType: "PathHierarchyTokenizer.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.PathHierarchyTokenizer.isReverseTokenOrder()"
fullName: "com.azure.search.models.PathHierarchyTokenizer.isReverseTokenOrder()"
name: "isReverseTokenOrder()"
nameWithType: "PathHierarchyTokenizer.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.PathHierarchyTokenizer.setBufferSize(java.lang.Integer)"
fullName: "com.azure.search.models.PathHierarchyTokenizer.setBufferSize(Integer bufferSize)"
name: "setBufferSize(Integer bufferSize)"
nameWithType: "PathHierarchyTokenizer.setBufferSize(Integer bufferSize)"
summary: "Set the buffer<wbr>Size property: The buffer size."
parameters:
- description: "the bufferSize value to set."
name: "bufferSize"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public PathHierarchyTokenizer setBufferSize(Integer bufferSize)"
desc: "Set the bufferSize property: The buffer size. Default is 1024."
returns:
description: "the PathHierarchyTokenizer object itself."
type: "<xref href=\"com.azure.search.models.PathHierarchyTokenizer?alt=com.azure.search.models.PathHierarchyTokenizer&text=PathHierarchyTokenizer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.PathHierarchyTokenizer.setDelimiter(java.lang.String)"
fullName: "com.azure.search.models.PathHierarchyTokenizer.setDelimiter(String delimiter)"
name: "setDelimiter(String delimiter)"
nameWithType: "PathHierarchyTokenizer.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 PathHierarchyTokenizer setDelimiter(String delimiter)"
desc: "Set the delimiter property: The delimiter character to use. Default is \"/\"."
returns:
description: "the PathHierarchyTokenizer object itself."
type: "<xref href=\"com.azure.search.models.PathHierarchyTokenizer?alt=com.azure.search.models.PathHierarchyTokenizer&text=PathHierarchyTokenizer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.PathHierarchyTokenizer.setNumberOfTokensToSkip(java.lang.Integer)"
fullName: "com.azure.search.models.PathHierarchyTokenizer.setNumberOfTokensToSkip(Integer numberOfTokensToSkip)"
name: "setNumberOfTokensToSkip(Integer numberOfTokensToSkip)"
nameWithType: "PathHierarchyTokenizer.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 PathHierarchyTokenizer setNumberOfTokensToSkip(Integer numberOfTokensToSkip)"
desc: "Set the numberOfTokensToSkip property: The number of initial tokens to skip. Default is 0."
returns:
description: "the PathHierarchyTokenizer object itself."
type: "<xref href=\"com.azure.search.models.PathHierarchyTokenizer?alt=com.azure.search.models.PathHierarchyTokenizer&text=PathHierarchyTokenizer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.PathHierarchyTokenizer.setReplacement(java.lang.String)"
fullName: "com.azure.search.models.PathHierarchyTokenizer.setReplacement(String replacement)"
name: "setReplacement(String replacement)"
nameWithType: "PathHierarchyTokenizer.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 PathHierarchyTokenizer setReplacement(String replacement)"
desc: "Set the replacement property: A value that, if set, replaces the delimiter character. Default is \"/\"."
returns:
description: "the PathHierarchyTokenizer object itself."
type: "<xref href=\"com.azure.search.models.PathHierarchyTokenizer?alt=com.azure.search.models.PathHierarchyTokenizer&text=PathHierarchyTokenizer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.models.PathHierarchyTokenizer.setReverseTokenOrder(java.lang.Boolean)"
fullName: "com.azure.search.models.PathHierarchyTokenizer.setReverseTokenOrder(Boolean reverseTokenOrder)"
name: "setReverseTokenOrder(Boolean reverseTokenOrder)"
nameWithType: "PathHierarchyTokenizer.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 PathHierarchyTokenizer setReverseTokenOrder(Boolean reverseTokenOrder)"
desc: "Set the reverseTokenOrder property: A value indicating whether to generate tokens in reverse order. Default is false."
returns:
description: "the PathHierarchyTokenizer object itself."
type: "<xref href=\"com.azure.search.models.PathHierarchyTokenizer?alt=com.azure.search.models.PathHierarchyTokenizer&text=PathHierarchyTokenizer\" 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