| 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 |
|---|---|
SearchMode |
SearchOptions.getSearchMode()
Get the searchMode property: A value that specifies whether any or all
of the search terms must be matched in order to count the document as a
match.
|
static SearchMode |
SearchMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchMode[] |
SearchMode.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.setSearchMode(SearchMode searchMode)
Set the searchMode property: A value that specifies whether any or all
of the search terms must be matched in order to count the document as a
match.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.