azure-docs-sdk-java/docs-ref-autogen/com.azure.search.documents....

296 строки
24 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter"
name: "WordDelimiterTokenFilter"
nameWithType: "WordDelimiterTokenFilter"
summary: "Splits words into subwords and performs optional transformations on subword groups."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.search.documents.indexes.models.TokenFilter?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "com.azure.search.documents.indexes.models.TokenFilter.getName()"
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class WordDelimiterTokenFilter extends TokenFilter"
constructors:
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.WordDelimiterTokenFilter(java.lang.String)"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.WordDelimiterTokenFilter(String name)"
name: "WordDelimiterTokenFilter(String name)"
nameWithType: "WordDelimiterTokenFilter.WordDelimiterTokenFilter(String name)"
summary: "Constructor of <xref uid=\"com.azure.search.documents.indexes.models.WordDelimiterTokenFilter\" data-throw-if-not-resolved=\"false\" data-raw-source=\"WordDelimiterTokenFilter\"></xref>."
parameters:
- description: "The name of the token filter. It must only contain letters, digits,\n spaces, dashes or underscores, can only start and end with alphanumeric\n characters, and is limited to 128 characters."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public WordDelimiterTokenFilter(String name)"
desc: "Constructor of <xref uid=\"com.azure.search.documents.indexes.models.WordDelimiterTokenFilter\" data-throw-if-not-resolved=\"false\" data-raw-source=\"WordDelimiterTokenFilter\"></xref>."
methods:
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.areNumbersCatenated()"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.areNumbersCatenated()"
name: "areNumbersCatenated()"
nameWithType: "WordDelimiterTokenFilter.areNumbersCatenated()"
summary: "Get the catenate<wbr>Numbers property: A value indicating whether maximum runs of number parts will be catenated."
syntax: "public Boolean areNumbersCatenated()"
desc: "Get the catenateNumbers property: A value indicating whether maximum runs of number parts will be catenated. For example, if this is set to true, \"1-2\" becomes \"12\". Default is false."
returns:
description: "the catenateNumbers value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.areWordsCatenated()"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.areWordsCatenated()"
name: "areWordsCatenated()"
nameWithType: "WordDelimiterTokenFilter.areWordsCatenated()"
summary: "Get the catenate<wbr>Words property: A value indicating whether maximum runs of word parts will be catenated."
syntax: "public Boolean areWordsCatenated()"
desc: "Get the catenateWords property: A value indicating whether maximum runs of word parts will be catenated. For example, if this is set to true, \"Azure-Search\" becomes \"AzureSearch\". Default is false."
returns:
description: "the catenateWords value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.catenateAll()"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.catenateAll()"
name: "catenateAll()"
nameWithType: "WordDelimiterTokenFilter.catenateAll()"
summary: "Get the catenate<wbr>All property: A value indicating whether all subword parts will be catenated."
syntax: "public Boolean catenateAll()"
desc: "Get the catenateAll property: A value indicating whether all subword parts will be catenated. For example, if this is set to true, \"Azure-Search-1\" becomes \"AzureSearch1\". Default is false."
returns:
description: "the catenateAll value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.generateNumberParts()"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.generateNumberParts()"
name: "generateNumberParts()"
nameWithType: "WordDelimiterTokenFilter.generateNumberParts()"
summary: "Get the generate<wbr>Number<wbr>Parts property: A value indicating whether to generate number subwords."
syntax: "public Boolean generateNumberParts()"
desc: "Get the generateNumberParts property: A value indicating whether to generate number subwords. Default is true."
returns:
description: "the generateNumberParts value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.generateWordParts()"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.generateWordParts()"
name: "generateWordParts()"
nameWithType: "WordDelimiterTokenFilter.generateWordParts()"
summary: "Get the generate<wbr>Word<wbr>Parts property: A value indicating whether to generate part words."
syntax: "public Boolean generateWordParts()"
desc: "Get the generateWordParts property: A value indicating whether to generate part words. If set, causes parts of words to be generated; for example \"AzureSearch\" becomes \"Azure\" \"Search\". Default is true."
returns:
description: "the generateWordParts value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.getProtectedWords()"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.getProtectedWords()"
name: "getProtectedWords()"
nameWithType: "WordDelimiterTokenFilter.getProtectedWords()"
summary: "Get the protected<wbr>Words property: A list of tokens to protect from being delimited."
syntax: "public List<String> getProtectedWords()"
desc: "Get the protectedWords property: A list of tokens to protect from being delimited."
returns:
description: "the protectedWords value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.isPreserveOriginal()"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.isPreserveOriginal()"
name: "isPreserveOriginal()"
nameWithType: "WordDelimiterTokenFilter.isPreserveOriginal()"
summary: "Get the preserve<wbr>Original property: A value indicating whether original words will be preserved and added to the subword list."
syntax: "public Boolean isPreserveOriginal()"
desc: "Get the preserveOriginal property: A value indicating whether original words will be preserved and added to the subword list. Default is false."
returns:
description: "the preserveOriginal value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.isStemEnglishPossessive()"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.isStemEnglishPossessive()"
name: "isStemEnglishPossessive()"
nameWithType: "WordDelimiterTokenFilter.isStemEnglishPossessive()"
summary: "Get the stem<wbr>English<wbr>Possessive property: A value indicating whether to remove trailing \"'s\" for each subword."
syntax: "public Boolean isStemEnglishPossessive()"
desc: "Get the stemEnglishPossessive property: A value indicating whether to remove trailing \"'s\" for each subword. Default is true."
returns:
description: "the stemEnglishPossessive value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setCatenateAll(java.lang.Boolean)"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setCatenateAll(Boolean catenateAll)"
name: "setCatenateAll(Boolean catenateAll)"
nameWithType: "WordDelimiterTokenFilter.setCatenateAll(Boolean catenateAll)"
summary: "Set the catenate<wbr>All property: A value indicating whether all subword parts will be catenated."
parameters:
- description: "the catenateAll value to set."
name: "catenateAll"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public WordDelimiterTokenFilter setCatenateAll(Boolean catenateAll)"
desc: "Set the catenateAll property: A value indicating whether all subword parts will be catenated. For example, if this is set to true, \"Azure-Search-1\" becomes \"AzureSearch1\". Default is false."
returns:
description: "the WordDelimiterTokenFilter object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.WordDelimiterTokenFilter?alt=com.azure.search.documents.indexes.models.WordDelimiterTokenFilter&text=WordDelimiterTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setGenerateNumberParts(java.lang.Boolean)"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setGenerateNumberParts(Boolean generateNumberParts)"
name: "setGenerateNumberParts(Boolean generateNumberParts)"
nameWithType: "WordDelimiterTokenFilter.setGenerateNumberParts(Boolean generateNumberParts)"
summary: "Set the generate<wbr>Number<wbr>Parts property: A value indicating whether to generate number subwords."
parameters:
- description: "the generateNumberParts value to set."
name: "generateNumberParts"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public WordDelimiterTokenFilter setGenerateNumberParts(Boolean generateNumberParts)"
desc: "Set the generateNumberParts property: A value indicating whether to generate number subwords. Default is true."
returns:
description: "the WordDelimiterTokenFilter object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.WordDelimiterTokenFilter?alt=com.azure.search.documents.indexes.models.WordDelimiterTokenFilter&text=WordDelimiterTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setGenerateWordParts(java.lang.Boolean)"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setGenerateWordParts(Boolean generateWordParts)"
name: "setGenerateWordParts(Boolean generateWordParts)"
nameWithType: "WordDelimiterTokenFilter.setGenerateWordParts(Boolean generateWordParts)"
summary: "Set the generate<wbr>Word<wbr>Parts property: A value indicating whether to generate part words."
parameters:
- description: "the generateWordParts value to set."
name: "generateWordParts"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public WordDelimiterTokenFilter setGenerateWordParts(Boolean generateWordParts)"
desc: "Set the generateWordParts property: A value indicating whether to generate part words. If set, causes parts of words to be generated; for example \"AzureSearch\" becomes \"Azure\" \"Search\". Default is true."
returns:
description: "the WordDelimiterTokenFilter object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.WordDelimiterTokenFilter?alt=com.azure.search.documents.indexes.models.WordDelimiterTokenFilter&text=WordDelimiterTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setNumbersCatenated(java.lang.Boolean)"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setNumbersCatenated(Boolean numbersCatenated)"
name: "setNumbersCatenated(Boolean numbersCatenated)"
nameWithType: "WordDelimiterTokenFilter.setNumbersCatenated(Boolean numbersCatenated)"
summary: "Set the catenate<wbr>Numbers property: A value indicating whether maximum runs of number parts will be catenated."
parameters:
- description: "the catenateNumbers value to set."
name: "numbersCatenated"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public WordDelimiterTokenFilter setNumbersCatenated(Boolean numbersCatenated)"
desc: "Set the catenateNumbers property: A value indicating whether maximum runs of number parts will be catenated. For example, if this is set to true, \"1-2\" becomes \"12\". Default is false."
returns:
description: "the WordDelimiterTokenFilter object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.WordDelimiterTokenFilter?alt=com.azure.search.documents.indexes.models.WordDelimiterTokenFilter&text=WordDelimiterTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setPreserveOriginal(java.lang.Boolean)"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setPreserveOriginal(Boolean preserveOriginal)"
name: "setPreserveOriginal(Boolean preserveOriginal)"
nameWithType: "WordDelimiterTokenFilter.setPreserveOriginal(Boolean preserveOriginal)"
summary: "Set the preserve<wbr>Original property: A value indicating whether original words will be preserved and added to the subword list."
parameters:
- description: "the preserveOriginal value to set."
name: "preserveOriginal"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public WordDelimiterTokenFilter setPreserveOriginal(Boolean preserveOriginal)"
desc: "Set the preserveOriginal property: A value indicating whether original words will be preserved and added to the subword list. Default is false."
returns:
description: "the WordDelimiterTokenFilter object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.WordDelimiterTokenFilter?alt=com.azure.search.documents.indexes.models.WordDelimiterTokenFilter&text=WordDelimiterTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setProtectedWords(java.lang.String...)"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setProtectedWords(String[] protectedWords)"
name: "setProtectedWords(String[] protectedWords)"
nameWithType: "WordDelimiterTokenFilter.setProtectedWords(String[] protectedWords)"
summary: "Set the protected<wbr>Words property: A list of tokens to protect from being delimited."
parameters:
- description: "the protectedWords value to set."
name: "protectedWords"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>[]"
syntax: "public WordDelimiterTokenFilter setProtectedWords(String[] protectedWords)"
desc: "Set the protectedWords property: A list of tokens to protect from being delimited."
returns:
description: "the WordDelimiterTokenFilter object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.WordDelimiterTokenFilter?alt=com.azure.search.documents.indexes.models.WordDelimiterTokenFilter&text=WordDelimiterTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setProtectedWords(java.util.List<java.lang.String>)"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setProtectedWords(List<String> protectedWords)"
name: "setProtectedWords(List<String> protectedWords)"
nameWithType: "WordDelimiterTokenFilter.setProtectedWords(List<String> protectedWords)"
summary: "Set the protected<wbr>Words property: A list of tokens to protect from being delimited."
parameters:
- description: "the protectedWords value to set."
name: "protectedWords"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public WordDelimiterTokenFilter setProtectedWords(List<String> protectedWords)"
desc: "Set the protectedWords property: A list of tokens to protect from being delimited."
returns:
description: "the WordDelimiterTokenFilter object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.WordDelimiterTokenFilter?alt=com.azure.search.documents.indexes.models.WordDelimiterTokenFilter&text=WordDelimiterTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setSplitOnCaseChange(java.lang.Boolean)"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setSplitOnCaseChange(Boolean splitOnCaseChange)"
name: "setSplitOnCaseChange(Boolean splitOnCaseChange)"
nameWithType: "WordDelimiterTokenFilter.setSplitOnCaseChange(Boolean splitOnCaseChange)"
summary: "Set the split<wbr>OnCase<wbr>Change property: A value indicating whether to split words on case<wbr>Change."
parameters:
- description: "the splitOnCaseChange value to set."
name: "splitOnCaseChange"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public WordDelimiterTokenFilter setSplitOnCaseChange(Boolean splitOnCaseChange)"
desc: "Set the splitOnCaseChange property: A value indicating whether to split words on caseChange. For example, if this is set to true, \"AzureSearch\" becomes \"Azure\" \"Search\". Default is true."
returns:
description: "the WordDelimiterTokenFilter object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.WordDelimiterTokenFilter?alt=com.azure.search.documents.indexes.models.WordDelimiterTokenFilter&text=WordDelimiterTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setSplitOnNumerics(java.lang.Boolean)"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setSplitOnNumerics(Boolean splitOnNumerics)"
name: "setSplitOnNumerics(Boolean splitOnNumerics)"
nameWithType: "WordDelimiterTokenFilter.setSplitOnNumerics(Boolean splitOnNumerics)"
summary: "Set the split<wbr>OnNumerics property: A value indicating whether to split on numbers."
parameters:
- description: "the splitOnNumerics value to set."
name: "splitOnNumerics"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public WordDelimiterTokenFilter setSplitOnNumerics(Boolean splitOnNumerics)"
desc: "Set the splitOnNumerics property: A value indicating whether to split on numbers. For example, if this is set to true, \"Azure1Search\" becomes \"Azure\" \"1\" \"Search\". Default is true."
returns:
description: "the WordDelimiterTokenFilter object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.WordDelimiterTokenFilter?alt=com.azure.search.documents.indexes.models.WordDelimiterTokenFilter&text=WordDelimiterTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setStemEnglishPossessive(java.lang.Boolean)"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setStemEnglishPossessive(Boolean stemEnglishPossessive)"
name: "setStemEnglishPossessive(Boolean stemEnglishPossessive)"
nameWithType: "WordDelimiterTokenFilter.setStemEnglishPossessive(Boolean stemEnglishPossessive)"
summary: "Set the stem<wbr>English<wbr>Possessive property: A value indicating whether to remove trailing \"'s\" for each subword."
parameters:
- description: "the stemEnglishPossessive value to set."
name: "stemEnglishPossessive"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public WordDelimiterTokenFilter setStemEnglishPossessive(Boolean stemEnglishPossessive)"
desc: "Set the stemEnglishPossessive property: A value indicating whether to remove trailing \"'s\" for each subword. Default is true."
returns:
description: "the WordDelimiterTokenFilter object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.WordDelimiterTokenFilter?alt=com.azure.search.documents.indexes.models.WordDelimiterTokenFilter&text=WordDelimiterTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setWordsCatenated(java.lang.Boolean)"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.setWordsCatenated(Boolean wordsCatenated)"
name: "setWordsCatenated(Boolean wordsCatenated)"
nameWithType: "WordDelimiterTokenFilter.setWordsCatenated(Boolean wordsCatenated)"
summary: "Set the catenate<wbr>Words property: A value indicating whether maximum runs of word parts will be catenated."
parameters:
- description: "the catenateWords value to set."
name: "wordsCatenated"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public WordDelimiterTokenFilter setWordsCatenated(Boolean wordsCatenated)"
desc: "Set the catenateWords property: A value indicating whether maximum runs of word parts will be catenated. For example, if this is set to true, \"Azure-Search\" becomes \"AzureSearch\". Default is false."
returns:
description: "the WordDelimiterTokenFilter object itself."
type: "<xref href=\"com.azure.search.documents.indexes.models.WordDelimiterTokenFilter?alt=com.azure.search.documents.indexes.models.WordDelimiterTokenFilter&text=WordDelimiterTokenFilter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.splitOnCaseChange()"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.splitOnCaseChange()"
name: "splitOnCaseChange()"
nameWithType: "WordDelimiterTokenFilter.splitOnCaseChange()"
summary: "Get the split<wbr>OnCase<wbr>Change property: A value indicating whether to split words on case<wbr>Change."
syntax: "public Boolean splitOnCaseChange()"
desc: "Get the splitOnCaseChange property: A value indicating whether to split words on caseChange. For example, if this is set to true, \"AzureSearch\" becomes \"Azure\" \"Search\". Default is true."
returns:
description: "the splitOnCaseChange value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.splitOnNumerics()"
fullName: "com.azure.search.documents.indexes.models.WordDelimiterTokenFilter.splitOnNumerics()"
name: "splitOnNumerics()"
nameWithType: "WordDelimiterTokenFilter.splitOnNumerics()"
summary: "Get the split<wbr>OnNumerics property: A value indicating whether to split on numbers."
syntax: "public Boolean splitOnNumerics()"
desc: "Get the splitOnNumerics property: A value indicating whether to split on numbers. For example, if this is set to true, \"Azure1Search\" becomes \"Azure\" \"1\" \"Search\". Default is true."
returns:
description: "the splitOnNumerics value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
type: "class"
desc: "Splits words into subwords and performs optional transformations on subword groups. This token filter is implemented using Apache Lucene."
metadata: {}
package: "com.azure.search.documents.indexes.models"
artifact: com.azure:azure-search-documents:11.5.0