Uses of Enum
com.azure.search.documents.models.QueryType
Packages that use QueryType
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of QueryType in com.azure.search.documents.models
Subclasses with type arguments of type QueryType in com.azure.search.documents.modelsMethods in com.azure.search.documents.models that return QueryTypeModifier and TypeMethodDescriptionstatic QueryTypeQueryType.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 QueryTypeReturns 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.