A B C D F G H I M N O P Q R S T U V W 

A

acceptsDocsOutOfOrder() - Method in class org.elasticsearch.common.lucene.TopLevelFixedBitSetCollector
 
ACTION_NAME - Static variable in class org.elasticsearch.action.updatebyquery.TransportShardUpdateByQueryAction
 
ActionUpdateByQueryPlugin - Class in org.elasticsearch.plugin.action.updatebyquery
 
ActionUpdateByQueryPlugin() - Constructor for class org.elasticsearch.plugin.action.updatebyquery.ActionUpdateByQueryPlugin
 
addScriptParam(String, String) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequestBuilder
 
addScriptParam(String, String) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQuerySourceBuilder
 

B

beforeLocalFork() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryRequest
 
beforeLocalFork() - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryRequest
 
beforeLocalFork() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequest
 
buildAsBytes(XContentType) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQuerySourceBuilder
 
BulkResponseOption - Enum in org.elasticsearch.action.updatebyquery
Specifies how bulk responses that have been created based on the documents that have matched with the update query are returned in the response.
bulkResponseOptions() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryRequest
 
bulkResponseOptions() - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryRequest
 
bulkResponseOptions() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequest
 
bulkResponseOptions(BulkResponseOption) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequest
 
bulkResponses() - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryResponse
 

C

client - Variable in class org.elasticsearch.client.UpdateByQueryClientWrapper
 
collect(int) - Method in class org.elasticsearch.common.lucene.TopLevelFixedBitSetCollector
 
countShardResponses() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryResponse
 

D

description() - Method in class org.elasticsearch.plugin.action.updatebyquery.ActionUpdateByQueryPlugin
 
doExecute(ShardUpdateByQueryRequest, ActionListener<ShardUpdateByQueryResponse>) - Method in class org.elasticsearch.action.updatebyquery.TransportShardUpdateByQueryAction
 
doExecute(UpdateByQueryRequest, ActionListener<UpdateByQueryResponse>) - Method in class org.elasticsearch.action.updatebyquery.TransportUpdateByQueryAction
 
doExecute(ActionListener<UpdateByQueryResponse>) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequestBuilder
 
doExecuteIndexRequest(UpdateByQueryRequest, MetaData, String, Map<String, Set<String>>, ActionListener<IndexUpdateByQueryResponse>) - Method in class org.elasticsearch.action.updatebyquery.TransportUpdateByQueryAction
 

F

failedShardExceptionMessage() - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryResponse
 
failedShardExceptionMessage(String) - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryResponse
 
failuresByShard() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryResponse
 
filteringAliases() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryRequest
 
filteringAliases() - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryRequest
 
fromId(byte) - Static method in enum org.elasticsearch.action.updatebyquery.BulkResponseOption
Constructs the bulk response option from its internal representation.
fromString(String) - Static method in enum org.elasticsearch.action.updatebyquery.BulkResponseOption
Parse the bulk response option from string.

G

getBitSet() - Method in class org.elasticsearch.common.lucene.TopLevelFixedBitSetCollector
 
getIndex() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryResponse
 
getIndexResponses() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 
getMainFailures() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 
getTookInMillis() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 
getTotalHits() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 
getUpdated() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 

H

handleRequest(RestRequest, RestChannel, Client) - Method in class org.elasticsearch.rest.action.updatebyquery.RestUpdateByQueryAction
 
hasFailures() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryResponse
 
hasFailures() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 

I

id() - Method in enum org.elasticsearch.action.updatebyquery.BulkResponseOption
The internal representation of the operation type.
index() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryResponse
 
index(String) - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryResponse
 
indexResponses() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 
indexResponses(IndexUpdateByQueryResponse[]) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 
IndexUpdateByQueryRequest - Class in org.elasticsearch.action.updatebyquery
Represents an update by query request targeted for a specific index.
IndexUpdateByQueryResponse - Class in org.elasticsearch.action.updatebyquery
Encapsulates the result of an update by query request by bundling all bulk item responses.
IndexUpdateByQueryResponse(String, ShardUpdateByQueryResponse[]) - Constructor for class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryResponse
 
INSTANCE - Static variable in class org.elasticsearch.action.updatebyquery.UpdateByQueryAction
 

M

mainFailures() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 
mainFailures(String[]) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 

N

NAME - Static variable in class org.elasticsearch.action.updatebyquery.UpdateByQueryAction
 
name() - Method in class org.elasticsearch.plugin.action.updatebyquery.ActionUpdateByQueryPlugin
 
newRequestBuilder(Client) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryAction
 
newResponse() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryAction
 
nowInMillis() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryRequest
 
nowInMillis() - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryRequest
 

O

org.elasticsearch.action.bulk - package org.elasticsearch.action.bulk
 
org.elasticsearch.action.updatebyquery - package org.elasticsearch.action.updatebyquery
Update by query action.
org.elasticsearch.client - package org.elasticsearch.client
 
org.elasticsearch.common.lucene - package org.elasticsearch.common.lucene
 
org.elasticsearch.plugin.action.updatebyquery - package org.elasticsearch.plugin.action.updatebyquery
 
org.elasticsearch.rest.action.updatebyquery - package org.elasticsearch.rest.action.updatebyquery
 

P

prepareUpdateByQuery() - Method in interface org.elasticsearch.client.UpdateByQueryClient
Prepares a update for documents matching a query using a script.
prepareUpdateByQuery() - Method in class org.elasticsearch.client.UpdateByQueryClientWrapper
 
processModule(Module) - Method in class org.elasticsearch.plugin.action.updatebyquery.ActionUpdateByQueryPlugin
 
PublicBulkShardRequest - Class in org.elasticsearch.action.bulk
 
PublicBulkShardRequest() - Constructor for class org.elasticsearch.action.bulk.PublicBulkShardRequest
 
PublicBulkShardRequest(BulkRequest, String, int, boolean, BulkItemRequest[]) - Constructor for class org.elasticsearch.action.bulk.PublicBulkShardRequest
 
PublicBulkShardResponse - Class in org.elasticsearch.action.bulk
 
PublicBulkShardResponse() - Constructor for class org.elasticsearch.action.bulk.PublicBulkShardResponse
 
PublicBulkShardResponse(ShardId, BulkItemResponse[]) - Constructor for class org.elasticsearch.action.bulk.PublicBulkShardResponse
 

Q

query(QueryBuilder) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQuerySourceBuilder
 
query(BytesReference) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQuerySourceBuilder
 

R

readFrom(StreamInput) - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryResponse
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequest
 
readFrom(StreamInput) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 
readResponseItem(StreamInput) - Static method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryResponse
 
responses(BulkItemResponse[]) - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryResponse
 
responsesByShard() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryResponse
 
RestUpdateByQueryAction - Class in org.elasticsearch.rest.action.updatebyquery
Rest handler for update by query requests.
RestUpdateByQueryAction(Settings, Client, RestController) - Constructor for class org.elasticsearch.rest.action.updatebyquery.RestUpdateByQueryAction
 
routing() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryRequest
 
routing() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequest
 
routing(String) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequest
 

S

script(String) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQuerySourceBuilder
 
scriptFile(String) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQuerySourceBuilder
 
scriptLang(String) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQuerySourceBuilder
 
scriptParams(Map<String, Object>) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQuerySourceBuilder
 
setConsistencyLevel(WriteConsistencyLevel) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequestBuilder
 
setIncludeBulkResponses(BulkResponseOption) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequestBuilder
 
setNextReader(AtomicReaderContext) - Method in class org.elasticsearch.common.lucene.TopLevelFixedBitSetCollector
 
setQuery(QueryBuilder) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequestBuilder
Constructs a new search source builder with a search query.
setQuery(BytesReference) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequestBuilder
Constructs a new search source builder with a search query.
setReplicationType(ReplicationType) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequestBuilder
 
setScorer(Scorer) - Method in class org.elasticsearch.common.lucene.TopLevelFixedBitSetCollector
 
setScript(String) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequestBuilder
 
setScriptFile(String) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequestBuilder
 
setScriptLang(String) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequestBuilder
 
setScriptParams(Map<String, Object>) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequestBuilder
 
setTypes(String...) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequestBuilder
 
shardId() - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryRequest
 
shardId() - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryResponse
 
shardId(int) - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryResponse
 
shardResponses(ShardUpdateByQueryResponse[]) - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryResponse
 
ShardUpdateByQueryRequest - Class in org.elasticsearch.action.updatebyquery
Represents a shard update by query request, that will be performed on the targeted shard.
ShardUpdateByQueryResponse - Class in org.elasticsearch.action.updatebyquery
Update by query response from a single shard.
ShardUpdateByQueryResponse(int) - Constructor for class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryResponse
 
ShardUpdateByQueryResponse(int, int, int, BulkItemResponse[]) - Constructor for class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryResponse
 
ShardUpdateByQueryResponse(int, String) - Constructor for class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryResponse
 
source() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryRequest
 
source() - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryRequest
 
source(BytesReference, boolean) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequest
 
source(UpdateByQuerySourceBuilder) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequest
 
source() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequest
 
sourceUnsafe() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryRequest
 
sourceUnsafe() - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryRequest
 
sourceUnsafe() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequest
 

T

targetNodeId() - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryRequest
 
tookInMillis() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 
TopLevelFixedBitSetCollector - Class in org.elasticsearch.common.lucene
Collector that collects the hits in a FixedBitSet instance.
TopLevelFixedBitSetCollector(int) - Constructor for class org.elasticsearch.common.lucene.TopLevelFixedBitSetCollector
 
totalHits() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryResponse
 
totalHits() - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryResponse
 
totalHits() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQuerySourceBuilder
 
TransportShardUpdateByQueryAction - Class in org.elasticsearch.action.updatebyquery
Transport action that translates the shard update by query request into a bulk request.
TransportShardUpdateByQueryAction(Settings, ThreadPool, TransportShardBulkAction, ActionFilters, TransportService, CacheRecycler, IndicesService, ClusterService, ScriptService, PageCacheRecycler, BigArrays) - Constructor for class org.elasticsearch.action.updatebyquery.TransportShardUpdateByQueryAction
 
TransportUpdateByQueryAction - Class in org.elasticsearch.action.updatebyquery
Delegates a IndexUpdateByQueryRequest to the primary shards of the index this request is targeted to.
TransportUpdateByQueryAction(Settings, ThreadPool, ActionFilters, TransportService, ClusterService, TransportShardUpdateByQueryAction) - Constructor for class org.elasticsearch.action.updatebyquery.TransportUpdateByQueryAction
 
types() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryRequest
 
types() - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryRequest
 
types() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequest
 
types(String...) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequest
 

U

updateByQuery(UpdateByQueryRequest, ActionListener<UpdateByQueryResponse>) - Method in interface org.elasticsearch.client.UpdateByQueryClient
Updates documents that match a query specified in the request.
updateByQuery(UpdateByQueryRequest) - Method in interface org.elasticsearch.client.UpdateByQueryClient
Performs the same action as in UpdateByQueryClient.updateByQuery(org.elasticsearch.action.updatebyquery.UpdateByQueryRequest, org.elasticsearch.action.ActionListener), but works with an ActionFuture instead of a ActionListener.
updateByQuery(UpdateByQueryRequest, ActionListener<UpdateByQueryResponse>) - Method in class org.elasticsearch.client.UpdateByQueryClientWrapper
 
updateByQuery(UpdateByQueryRequest) - Method in class org.elasticsearch.client.UpdateByQueryClientWrapper
 
UpdateByQueryAction - Class in org.elasticsearch.action.updatebyquery
Entry point from client to transport actions.
UpdateByQueryClient - Interface in org.elasticsearch.client
 
updateByQueryClient - Variable in class org.elasticsearch.rest.action.updatebyquery.RestUpdateByQueryAction
 
UpdateByQueryClientWrapper - Class in org.elasticsearch.client
 
UpdateByQueryClientWrapper(Client) - Constructor for class org.elasticsearch.client.UpdateByQueryClientWrapper
 
UpdateByQueryRequest - Class in org.elasticsearch.action.updatebyquery
Represents an update by query request.
UpdateByQueryRequest(String[], String[]) - Constructor for class org.elasticsearch.action.updatebyquery.UpdateByQueryRequest
 
UpdateByQueryRequestBuilder - Class in org.elasticsearch.action.updatebyquery
A request builder that produces IndexUpdateByQueryRequest instances.
UpdateByQueryRequestBuilder(Client) - Constructor for class org.elasticsearch.action.updatebyquery.UpdateByQueryRequestBuilder
 
UpdateByQueryResponse - Class in org.elasticsearch.action.updatebyquery
Encapsulates the result of an update by query request by bundling all bulk item responses.
UpdateByQueryResponse(long, IndexUpdateByQueryResponse...) - Constructor for class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 
UpdateByQuerySourceBuilder - Class in org.elasticsearch.action.updatebyquery
Source builder of the script, lang, params and query for a update by query request.
UpdateByQuerySourceBuilder() - Constructor for class org.elasticsearch.action.updatebyquery.UpdateByQuerySourceBuilder
 
updated() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryResponse
 
updated() - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryResponse
 
updated() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 

V

validate() - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryRequest
 
validate() - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryRequest
 
validate() - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequest
 
valueOf(String) - Static method in enum org.elasticsearch.action.updatebyquery.BulkResponseOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.elasticsearch.action.updatebyquery.BulkResponseOption
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeTo(StreamOutput) - Method in class org.elasticsearch.action.updatebyquery.IndexUpdateByQueryResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.updatebyquery.ShardUpdateByQueryResponse
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryRequest
 
writeTo(StreamOutput) - Method in class org.elasticsearch.action.updatebyquery.UpdateByQueryResponse
 
A B C D F G H I M N O P Q R S T U V W 

Copyright © 2013-2015. All Rights Reserved.