Uses of Class
org.elasticsearch.action.search.SearchType
-
Packages that use SearchType Package Description org.elasticsearch.action.search org.elasticsearch.search.internal -
-
Uses of SearchType in org.elasticsearch.action.search
Fields in org.elasticsearch.action.search declared as SearchType Modifier and Type Field Description static SearchType[]SearchType. CURRENTLY_SUPPORTEDNon-deprecated typesstatic SearchTypeSearchType. DEFAULTThe default search type (QUERY_THEN_FETCH.Methods in org.elasticsearch.action.search that return SearchType Modifier and Type Method Description static SearchTypeSearchType. fromId(byte id)Constructs search type based on the internal id.static SearchTypeSearchType. fromString(String searchType)The a string representation search type to execute, defaults toDEFAULT.SearchTypeSearchRequest. searchType()The tye of search to execute.static SearchTypeSearchType. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchType[]SearchType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.action.search with parameters of type SearchType Modifier and Type Method Description SearchRequestSearchRequest. searchType(SearchType searchType)The search type to execute, defaults toDEFAULT.SearchRequestBuilderSearchRequestBuilder. setSearchType(SearchType searchType)The search type to execute, defaults toDEFAULT. -
Uses of SearchType in org.elasticsearch.search.internal
Methods in org.elasticsearch.search.internal that return SearchType Modifier and Type Method Description SearchTypeFilteredSearchContext. searchType()abstract SearchTypeSearchContext. searchType()SearchTypeShardSearchRequest. searchType()
-