Uses of Class
org.elasticsearch.action.support.IgnoreIndices

Packages that use IgnoreIndices
org.elasticsearch.action.admin.indices.cache.clear   
org.elasticsearch.action.admin.indices.flush Flush index/indices action. 
org.elasticsearch.action.admin.indices.gateway.snapshot GAteway Snapshot Action. 
org.elasticsearch.action.admin.indices.optimize Optimize index/indices action. 
org.elasticsearch.action.admin.indices.refresh Refresh index/indices action. 
org.elasticsearch.action.admin.indices.segments   
org.elasticsearch.action.admin.indices.stats   
org.elasticsearch.action.admin.indices.status   
org.elasticsearch.action.admin.indices.validate.query Validate action. 
org.elasticsearch.action.count Count action. 
org.elasticsearch.action.search Search action. 
org.elasticsearch.action.support   
org.elasticsearch.action.support.broadcast   
org.elasticsearch.cluster.metadata   
 

Uses of IgnoreIndices in org.elasticsearch.action.admin.indices.cache.clear
 

Methods in org.elasticsearch.action.admin.indices.cache.clear with parameters of type IgnoreIndices
 ClearIndicesCacheRequestBuilder ClearIndicesCacheRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 

Uses of IgnoreIndices in org.elasticsearch.action.admin.indices.flush
 

Methods in org.elasticsearch.action.admin.indices.flush with parameters of type IgnoreIndices
 FlushRequestBuilder FlushRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 

Uses of IgnoreIndices in org.elasticsearch.action.admin.indices.gateway.snapshot
 

Methods in org.elasticsearch.action.admin.indices.gateway.snapshot with parameters of type IgnoreIndices
 GatewaySnapshotRequestBuilder GatewaySnapshotRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 

Uses of IgnoreIndices in org.elasticsearch.action.admin.indices.optimize
 

Methods in org.elasticsearch.action.admin.indices.optimize with parameters of type IgnoreIndices
 OptimizeRequestBuilder OptimizeRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 

Uses of IgnoreIndices in org.elasticsearch.action.admin.indices.refresh
 

Methods in org.elasticsearch.action.admin.indices.refresh with parameters of type IgnoreIndices
 RefreshRequestBuilder RefreshRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 

Uses of IgnoreIndices in org.elasticsearch.action.admin.indices.segments
 

Methods in org.elasticsearch.action.admin.indices.segments with parameters of type IgnoreIndices
 IndicesSegmentsRequestBuilder IndicesSegmentsRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 

Uses of IgnoreIndices in org.elasticsearch.action.admin.indices.stats
 

Methods in org.elasticsearch.action.admin.indices.stats with parameters of type IgnoreIndices
 IndicesStatsRequestBuilder IndicesStatsRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 

Uses of IgnoreIndices in org.elasticsearch.action.admin.indices.status
 

Methods in org.elasticsearch.action.admin.indices.status with parameters of type IgnoreIndices
 IndicesStatusRequestBuilder IndicesStatusRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 

Uses of IgnoreIndices in org.elasticsearch.action.admin.indices.validate.query
 

Methods in org.elasticsearch.action.admin.indices.validate.query with parameters of type IgnoreIndices
 ValidateQueryRequestBuilder ValidateQueryRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 

Uses of IgnoreIndices in org.elasticsearch.action.count
 

Methods in org.elasticsearch.action.count with parameters of type IgnoreIndices
 CountRequestBuilder CountRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 

Uses of IgnoreIndices in org.elasticsearch.action.search
 

Methods in org.elasticsearch.action.search that return IgnoreIndices
 IgnoreIndices MultiSearchRequest.ignoreIndices()
           
 IgnoreIndices SearchRequest.ignoreIndices()
           
 

Methods in org.elasticsearch.action.search with parameters of type IgnoreIndices
 MultiSearchRequest MultiSearchRequest.add(BytesReference data, boolean contentUnsafe, String[] indices, String[] types, String searchType, IgnoreIndices ignoreIndices)
           
 MultiSearchRequest MultiSearchRequest.ignoreIndices(IgnoreIndices ignoreIndices)
           
 SearchRequest SearchRequest.ignoreIndices(IgnoreIndices ignoreIndices)
           
 MultiSearchRequestBuilder MultiSearchRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 SearchRequestBuilder SearchRequestBuilder.setIgnoreIndices(IgnoreIndices ignoreIndices)
          Specifies what type of requested indices to ignore.
 

Uses of IgnoreIndices in org.elasticsearch.action.support
 

Methods in org.elasticsearch.action.support that return IgnoreIndices
static IgnoreIndices IgnoreIndices.fromId(byte id)
           
static IgnoreIndices IgnoreIndices.fromString(String type)
           
static IgnoreIndices IgnoreIndices.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IgnoreIndices[] IgnoreIndices.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of IgnoreIndices in org.elasticsearch.action.support.broadcast
 

Methods in org.elasticsearch.action.support.broadcast that return IgnoreIndices
 IgnoreIndices BroadcastOperationRequest.ignoreIndices()
           
 

Methods in org.elasticsearch.action.support.broadcast with parameters of type IgnoreIndices
 BroadcastOperationRequest BroadcastOperationRequest.ignoreIndices(IgnoreIndices ignoreIndices)
           
 

Uses of IgnoreIndices in org.elasticsearch.cluster.metadata
 

Methods in org.elasticsearch.cluster.metadata with parameters of type IgnoreIndices
 String[] MetaData.concreteIndices(String[] aliasesOrIndices, IgnoreIndices ignoreIndices, boolean allOnlyOpen)
          Translates the provided indices (possibly aliased) into actual indices.
 String[] MetaData.convertFromWildcards(String[] aliasesOrIndices, boolean wildcardOnlyOpen, IgnoreIndices ignoreIndices)
           
 



Copyright © 2009-2012. All Rights Reserved.