Uses of Class
org.elasticsearch.action.search.SearchType

Packages that use SearchType
org.elasticsearch.action.mlt More Like This action. 
org.elasticsearch.action.search Search action. 
org.elasticsearch.action.search.type   
org.elasticsearch.search.internal   
 

Uses of SearchType in org.elasticsearch.action.mlt
 

Methods in org.elasticsearch.action.mlt that return SearchType
 SearchType MoreLikeThisRequest.searchType()
          The search type of the mlt search query.
 

Methods in org.elasticsearch.action.mlt with parameters of type SearchType
 MoreLikeThisRequest MoreLikeThisRequest.searchType(SearchType searchType)
          The search type of the mlt search query.
 MoreLikeThisRequestBuilder MoreLikeThisRequestBuilder.setSearchType(SearchType searchType)
          The search type of the mlt search query.
 

Uses of SearchType in org.elasticsearch.action.search
 

Fields in org.elasticsearch.action.search declared as SearchType
static SearchType SearchType.DEFAULT
          The default search type (QUERY_THEN_FETCH.
 

Methods in org.elasticsearch.action.search that return SearchType
static SearchType SearchType.fromId(byte id)
          Constructs search type based on the internal id.
static SearchType SearchType.fromString(String searchType)
          The a string representation search type to execute, defaults to DEFAULT.
 SearchType SearchRequest.searchType()
          The tye of search to execute.
static SearchType SearchType.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
 SearchRequest SearchRequest.searchType(SearchType searchType)
          The search type to execute, defaults to DEFAULT.
 SearchRequestBuilder SearchRequestBuilder.setSearchType(SearchType searchType)
          The search type to execute, defaults to DEFAULT.
 

Uses of SearchType in org.elasticsearch.action.search.type
 

Methods in org.elasticsearch.action.search.type with parameters of type SearchType
static String TransportSearchHelper.buildScrollId(SearchType searchType, Collection<? extends SearchPhaseResult> searchPhaseResults, Map<String,String> attributes)
           
 

Uses of SearchType in org.elasticsearch.search.internal
 

Methods in org.elasticsearch.search.internal that return SearchType
 SearchType InternalSearchRequest.searchType()
           
 SearchType SearchContext.searchType()
           
 

Methods in org.elasticsearch.search.internal with parameters of type SearchType
 SearchContext SearchContext.searchType(SearchType searchType)
           
 

Constructors in org.elasticsearch.search.internal with parameters of type SearchType
InternalSearchRequest(ShardRouting shardRouting, int numberOfShards, SearchType searchType)
           
InternalSearchRequest(String index, int shardId, int numberOfShards, SearchType searchType)
           
 



Copyright © 2009-2012. All Rights Reserved.