| Package | Description |
|---|---|
| com.azure.search.models |
Package containing the data models for SearchServiceRestClient.
|
| Modifier and Type | Method and Description |
|---|---|
static SearchMode |
SearchMode.fromString(String value)
Parses a serialized value to a SearchMode instance.
|
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.
|
SearchMode |
SearchRequest.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.
|
SearchRequest |
SearchRequest.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.