Uses of Class
com.azure.search.documents.indexes.models.WordDelimiterTokenFilter
Packages that use WordDelimiterTokenFilter
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of WordDelimiterTokenFilter in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return WordDelimiterTokenFilterModifier and TypeMethodDescriptionWordDelimiterTokenFilter.setCatenateAll
(Boolean catenateAll) Set the catenateAll property: A value indicating whether all subword parts will be catenated.WordDelimiterTokenFilter.setGenerateNumberParts
(Boolean generateNumberParts) Set the generateNumberParts property: A value indicating whether to generate number subwords.WordDelimiterTokenFilter.setGenerateWordParts
(Boolean generateWordParts) Set the generateWordParts property: A value indicating whether to generate part words.WordDelimiterTokenFilter.setNumbersCatenated
(Boolean numbersCatenated) Set the catenateNumbers property: A value indicating whether maximum runs of number parts will be catenated.WordDelimiterTokenFilter.setPreserveOriginal
(Boolean preserveOriginal) Set the preserveOriginal property: A value indicating whether original words will be preserved and added to the subword list.WordDelimiterTokenFilter.setProtectedWords
(String... protectedWords) Set the protectedWords property: A list of tokens to protect from being delimited.WordDelimiterTokenFilter.setProtectedWords
(List<String> protectedWords) Set the protectedWords property: A list of tokens to protect from being delimited.WordDelimiterTokenFilter.setSplitOnCaseChange
(Boolean splitOnCaseChange) Set the splitOnCaseChange property: A value indicating whether to split words on caseChange.WordDelimiterTokenFilter.setSplitOnNumerics
(Boolean splitOnNumerics) Set the splitOnNumerics property: A value indicating whether to split on numbers.WordDelimiterTokenFilter.setStemEnglishPossessive
(Boolean stemEnglishPossessive) Set the stemEnglishPossessive property: A value indicating whether to remove trailing "'s" for each subword.WordDelimiterTokenFilter.setWordsCatenated
(Boolean wordsCatenated) Set the catenateWords property: A value indicating whether maximum runs of word parts will be catenated.