Uses of Enum
com.azure.search.documents.indexes.models.EdgeNGramTokenFilterSide
Packages that use EdgeNGramTokenFilterSide
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of EdgeNGramTokenFilterSide in com.azure.search.documents.indexes.models
Subclasses with type arguments of type EdgeNGramTokenFilterSide in com.azure.search.documents.indexes.modelsModifier and TypeClassDescriptionenumSpecifies which side of the input an n-gram should be generated from.Methods in com.azure.search.documents.indexes.models that return EdgeNGramTokenFilterSideModifier and TypeMethodDescriptionstatic EdgeNGramTokenFilterSideEdgeNGramTokenFilterSide.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 EdgeNGramTokenFilterSideReturns 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.