Uses of Class
org.elasticsearch.ElasticSearchIllegalArgumentException

Packages that use ElasticSearchIllegalArgumentException
org.apache.lucene.store   
org.elasticsearch.action.index Index action. 
org.elasticsearch.action.mlt More Like This action. 
org.elasticsearch.action.search Search action. 
org.elasticsearch.cluster   
org.elasticsearch.cluster.metadata   
org.elasticsearch.common.unit   
org.elasticsearch.index.mapper.ip   
org.elasticsearch.index.shard   
org.elasticsearch.index.translog.fs   
 

Uses of ElasticSearchIllegalArgumentException in org.apache.lucene.store
 

Methods in org.apache.lucene.store that throw ElasticSearchIllegalArgumentException
static StoreRateLimiting.Type StoreRateLimiting.Type.fromString(String type)
           
 void StoreRateLimiting.setType(String type)
           
 

Uses of ElasticSearchIllegalArgumentException in org.elasticsearch.action.index
 

Methods in org.elasticsearch.action.index that throw ElasticSearchIllegalArgumentException
 IndexRequest IndexRequest.opType(String opType)
          Sets a string representation of the IndexRequest.opType(org.elasticsearch.action.index.IndexRequest.OpType).
 

Uses of ElasticSearchIllegalArgumentException in org.elasticsearch.action.mlt
 

Methods in org.elasticsearch.action.mlt that throw ElasticSearchIllegalArgumentException
 MoreLikeThisRequest MoreLikeThisRequest.searchType(String searchType)
          The search type of the mlt search query.
 MoreLikeThisRequestBuilder MoreLikeThisRequestBuilder.setSearchType(String searchType)
          The search type of the mlt search query.
 

Uses of ElasticSearchIllegalArgumentException in org.elasticsearch.action.search
 

Methods in org.elasticsearch.action.search that throw ElasticSearchIllegalArgumentException
static SearchType SearchType.fromString(String searchType)
          The a string representation search type to execute, defaults to SearchType.DEFAULT.
 SearchRequest SearchRequest.searchType(String searchType)
          The a string representation search type to execute, defaults to SearchType.DEFAULT.
 SearchRequestBuilder SearchRequestBuilder.setSearchType(String searchType)
          The a string representation search type to execute, defaults to SearchType.DEFAULT.
 

Uses of ElasticSearchIllegalArgumentException in org.elasticsearch.cluster
 

Methods in org.elasticsearch.cluster that throw ElasticSearchIllegalArgumentException
static
<T extends ClusterState.Custom>
ClusterState.Custom.Factory<T>
ClusterState.lookupFactorySafe(String type)
           
 

Uses of ElasticSearchIllegalArgumentException in org.elasticsearch.cluster.metadata
 

Methods in org.elasticsearch.cluster.metadata that throw ElasticSearchIllegalArgumentException
 String MetaData.concreteIndex(String index)
           
static
<T extends IndexMetaData.Custom>
IndexMetaData.Custom.Factory<T>
IndexMetaData.lookupFactorySafe(String type)
           
static
<T extends MetaData.Custom>
MetaData.Custom.Factory<T>
MetaData.lookupFactorySafe(String type)
           
 

Uses of ElasticSearchIllegalArgumentException in org.elasticsearch.common.unit
 

Methods in org.elasticsearch.common.unit that throw ElasticSearchIllegalArgumentException
 int ByteSizeValue.bytesAsInt()
           
 

Uses of ElasticSearchIllegalArgumentException in org.elasticsearch.index.mapper.ip
 

Methods in org.elasticsearch.index.mapper.ip that throw ElasticSearchIllegalArgumentException
static long IpFieldMapper.ipToLong(String ip)
           
 

Uses of ElasticSearchIllegalArgumentException in org.elasticsearch.index.shard
 

Methods in org.elasticsearch.index.shard that throw ElasticSearchIllegalArgumentException
static IndexShardState IndexShardState.fromId(byte id)
           
 

Uses of ElasticSearchIllegalArgumentException in org.elasticsearch.index.translog.fs
 

Methods in org.elasticsearch.index.translog.fs that throw ElasticSearchIllegalArgumentException
static FsTranslogFile.Type FsTranslogFile.Type.fromString(String type)
           
 



Copyright © 2009-2012. All Rights Reserved.