| Package | Description |
|---|---|
| com.azure.search.documents.models |
Package containing classes used for document management, autocomplete, search, or suggestion operations that are
being sent-to and received-from an Azure Cognitive Search service index.
|
| Modifier and Type | Method and Description |
|---|---|
QueryType |
SearchOptions.getQueryType()
Get the queryType property: A value that specifies the syntax of the
search query.
|
static QueryType |
QueryType.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
SearchOptions |
SearchOptions.setQueryType(QueryType queryType)
Set the queryType property: A value that specifies the syntax of the
search query.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.