Uses of Enum
com.azure.search.documents.models.QueryType
Packages that use QueryType
Package
Description
Package containing classes for SearchIndexClient.
-
Uses of QueryType in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return QueryTypeModifier and TypeMethodDescriptionstatic QueryType
QueryType.fromString
(String value) Parses a serialized value to a QueryType instance.SearchOptions.getQueryType()
Get the queryType property: A value that specifies the syntax of the search query.static QueryType
Returns the enum constant of this type with the specified name.static QueryType[]
QueryType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.search.documents.models with parameters of type QueryTypeModifier and TypeMethodDescriptionSearchOptions.setQueryType
(QueryType queryType) Set the queryType property: A value that specifies the syntax of the search query.