Uses of Enum
com.azure.search.documents.indexes.models.EdgeNGramTokenFilterSide
Packages that use EdgeNGramTokenFilterSide
Package
Description
Package containing classes for SearchServiceClient.
-
Uses of EdgeNGramTokenFilterSide in com.azure.search.documents.indexes.models
Methods in com.azure.search.documents.indexes.models that return EdgeNGramTokenFilterSideModifier and TypeMethodDescriptionstatic EdgeNGramTokenFilterSide
EdgeNGramTokenFilterSide.fromString
(String value) Parses a serialized value to a EdgeNGramTokenFilterSide instance.EdgeNGramTokenFilter.getSide()
Get the side property: Specifies which side of the input the n-gram should be generated from.static EdgeNGramTokenFilterSide
Returns the enum constant of this type with the specified name.static EdgeNGramTokenFilterSide[]
EdgeNGramTokenFilterSide.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.search.documents.indexes.models with parameters of type EdgeNGramTokenFilterSideModifier and TypeMethodDescriptionEdgeNGramTokenFilter.setSide
(EdgeNGramTokenFilterSide side) Set the side property: Specifies which side of the input the n-gram should be generated from.