Uses of Enum
com.azure.search.documents.models.SearchMode
Packages that use SearchMode
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of SearchMode in com.azure.search.documents.models
Subclasses with type arguments of type SearchMode in com.azure.search.documents.modelsModifier and TypeClassDescriptionenumSpecifies whether any or all of the search terms must be matched in order to count the document as a match.Methods in com.azure.search.documents.models that return SearchModeModifier and TypeMethodDescriptionstatic SearchModeSearchMode.fromString(String value) Parses a serialized value to a SearchMode instance.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 SearchModeReturns 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.Methods in com.azure.search.documents.models with parameters of type SearchModeModifier and TypeMethodDescriptionSearchOptions.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.