Uses of Class
org.elasticsearch.index.IndexException

Packages that use IndexException
org.elasticsearch.action   
org.elasticsearch.action.support.broadcast   
org.elasticsearch.action.support.replication   
org.elasticsearch.index   
org.elasticsearch.index.engine   
org.elasticsearch.index.gateway   
org.elasticsearch.index.percolator   
org.elasticsearch.index.query   
org.elasticsearch.index.shard   
org.elasticsearch.index.store   
org.elasticsearch.index.translog   
org.elasticsearch.indices   
org.elasticsearch.indices.recovery   
 

Uses of IndexException in org.elasticsearch.action
 

Subclasses of IndexException in org.elasticsearch.action
 class NoShardAvailableActionException
           
 

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

Subclasses of IndexException in org.elasticsearch.action.support.broadcast
 class BroadcastShardOperationFailedException
          An exception indicating that a failure occurred performing an operation on the shard.
 

Uses of IndexException in org.elasticsearch.action.support.replication
 

Subclasses of IndexException in org.elasticsearch.action.support.replication
 class ReplicationShardOperationFailedException
          An exception indicating that a failure occurred performing an operation on the shard.
 

Uses of IndexException in org.elasticsearch.index
 

Subclasses of IndexException in org.elasticsearch.index
 class IndexShardMissingException
           
 

Uses of IndexException in org.elasticsearch.index.engine
 

Subclasses of IndexException in org.elasticsearch.index.engine
 class CloseEngineException
          An exception indicating that an Engine close failed.
 class CreateFailedEngineException
           
 class DeleteByQueryFailedEngineException
           
 class DeleteFailedEngineException
           
 class DocumentAlreadyExistsException
           
 class DocumentMissingException
           
 class DocumentSourceMissingException
           
 class EngineAlreadyStartedException
           
 class EngineClosedException
          An engine is already closed.
 class EngineCreationFailureException
          An exception indicating that an Engine creation failed.
 class EngineException
           
 class FlushFailedEngineException
           
 class FlushNotAllowedEngineException
           
 class IndexFailedEngineException
           
 class OptimizeFailedEngineException
           
 class RecoveryEngineException
           
 class RefreshFailedEngineException
           
 class RollbackFailedEngineException
           
 class RollbackNotAllowedEngineException
           
 class SnapshotFailedEngineException
           
 class VersionConflictEngineException
           
 

Uses of IndexException in org.elasticsearch.index.gateway
 

Subclasses of IndexException in org.elasticsearch.index.gateway
 class IgnoreGatewayRecoveryException
          An exception marking that this recovery attempt should be ignored (since probably, we already recovered).
 class IndexShardGatewayException
           
 class IndexShardGatewayRecoveryException
           
 class IndexShardGatewaySnapshotFailedException
           
 class IndexShardGatewaySnapshotNotAllowedException
           
 

Uses of IndexException in org.elasticsearch.index.percolator
 

Subclasses of IndexException in org.elasticsearch.index.percolator
 class PercolateIndexUnavailable
           
 class PercolatorException
           
 

Uses of IndexException in org.elasticsearch.index.query
 

Subclasses of IndexException in org.elasticsearch.index.query
 class QueryParsingException
           
 

Uses of IndexException in org.elasticsearch.index.shard
 

Subclasses of IndexException in org.elasticsearch.index.shard
 class IllegalIndexShardStateException
           
 class IndexShardClosedException
           
 class IndexShardCreationException
           
 class IndexShardException
           
 class IndexShardNotRecoveringException
           
 class IndexShardNotStartedException
           
 class IndexShardRecoveringException
           
 class IndexShardRelocatedException
           
 class IndexShardStartedException
           
 

Uses of IndexException in org.elasticsearch.index.store
 

Subclasses of IndexException in org.elasticsearch.index.store
 class StoreException
           
 

Uses of IndexException in org.elasticsearch.index.translog
 

Subclasses of IndexException in org.elasticsearch.index.translog
 class TranslogException
           
 

Uses of IndexException in org.elasticsearch.indices
 

Subclasses of IndexException in org.elasticsearch.indices
 class AliasFilterParsingException
           
 class IndexAlreadyExistsException
           
 class IndexCreationException
           
 class IndexMissingException
           
 class InvalidAliasNameException
           
 class InvalidIndexNameException
           
 class TypeMissingException
           
 

Uses of IndexException in org.elasticsearch.indices.recovery
 

Subclasses of IndexException in org.elasticsearch.indices.recovery
 class RecoverFilesRecoveryException
           
 



Copyright © 2009-2012. All Rights Reserved.