Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

AbstractAction<T extends JestResult> - Class in io.searchbox.action
 
AbstractAction() - Constructor for class io.searchbox.action.AbstractAction
 
AbstractAction(AbstractAction.Builder) - Constructor for class io.searchbox.action.AbstractAction
 
AbstractAction.Builder<T extends Action,K> - Class in io.searchbox.action
 
AbstractAliasMappingBuilder<T extends AliasMapping,K> - Class in io.searchbox.indices.aliases
 
AbstractAliasMappingBuilder(Collection<String>, String) - Constructor for class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
 
AbstractAliasMappingBuilder(String, String) - Constructor for class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
 
AbstractBuilder(Collection<String>) - Constructor for class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
AbstractBuilder(String) - Constructor for class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
AbstractBuilder(ClientConfig) - Constructor for class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
AbstractDocumentTargetedAction<T extends JestResult> - Class in io.searchbox.action
 
AbstractDocumentTargetedAction(AbstractDocumentTargetedAction.Builder) - Constructor for class io.searchbox.action.AbstractDocumentTargetedAction
 
AbstractDocumentTargetedAction.Builder<T extends AbstractDocumentTargetedAction,K> - Class in io.searchbox.action
 
AbstractJestClient - Class in io.searchbox.client
 
AbstractJestClient() - Constructor for class io.searchbox.client.AbstractJestClient
 
AbstractMultiIndexActionBuilder<T extends Action,K> - Class in io.searchbox.action
 
AbstractMultiIndexActionBuilder() - Constructor for class io.searchbox.action.AbstractMultiIndexActionBuilder
 
AbstractMultiINodeActionBuilder<T extends Action,K> - Class in io.searchbox.action
 
AbstractMultiINodeActionBuilder() - Constructor for class io.searchbox.action.AbstractMultiINodeActionBuilder
 
AbstractMultiTypeActionBuilder<T extends Action,K> - Class in io.searchbox.action
 
AbstractMultiTypeActionBuilder() - Constructor for class io.searchbox.action.AbstractMultiTypeActionBuilder
 
ACCEPTED_IN_BULK - Static variable in class io.searchbox.params.Parameters
 
Action<T extends JestResult> - Interface in io.searchbox.action
 
addAction(BulkableAction) - Method in class io.searchbox.core.Bulk.Builder
 
addAction(Collection<? extends BulkableAction>) - Method in class io.searchbox.core.Bulk.Builder
 
addAlias(AliasMapping) - Method in class io.searchbox.indices.aliases.ModifyAliases.Builder
 
addAlias(Collection<AliasMapping>) - Method in class io.searchbox.indices.aliases.ModifyAliases.Builder
 
AddAliasMapping - Class in io.searchbox.indices.aliases
 
AddAliasMapping.Builder - Class in io.searchbox.indices.aliases
 
addCleanApiParameter(String) - Method in class io.searchbox.action.AbstractAction.Builder
 
addDoc(Collection<? extends Doc>) - Method in class io.searchbox.core.MultiGet.Builder.ByDoc
 
addDoc(Doc) - Method in class io.searchbox.core.MultiGet.Builder.ByDoc
 
addField(String) - Method in class io.searchbox.core.Doc
Specific stored fields can be specified to be retrieved per document to get, similar to the fields parameter of the Get API.
addFields(Collection<String>) - Method in class io.searchbox.core.Doc
Specific stored fields can be specified to be retrieved per document to get, similar to the fields parameter of the Get API.
addId(Collection<? extends String>) - Method in class io.searchbox.core.MultiGet.Builder.ById
 
addId(String) - Method in class io.searchbox.core.MultiGet.Builder.ById
 
addIndex(String) - Method in class io.searchbox.action.AbstractMultiIndexActionBuilder
 
addIndex(Collection<? extends String>) - Method in class io.searchbox.action.AbstractMultiIndexActionBuilder
 
addIndex(String) - Method in class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
 
addIndex(Collection<String>) - Method in class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
 
addIndexRouting(String) - Method in class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
 
addIndexRouting(List<String>) - Method in class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
 
addNode(String) - Method in class io.searchbox.action.AbstractMultiINodeActionBuilder
Most cluster level APIs allow to specify which nodes to execute on (for example, getting the node stats for a node).
addNode(Collection<? extends String>) - Method in class io.searchbox.action.AbstractMultiINodeActionBuilder
Most cluster level APIs allow to specify which nodes to execute on (for example, getting the node stats for a node).
addRouting(String) - Method in class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
This method will add the given routing as both search & index routing.
addRouting(List<String>) - Method in class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
This method will add the given routings as both search & index routing.
addSearch(Search) - Method in class io.searchbox.core.MultiSearch.Builder
 
addSearch(Collection<? extends Search>) - Method in class io.searchbox.core.MultiSearch.Builder
 
addSearchRouting(String) - Method in class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
 
addSearchRouting(List<String>) - Method in class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
 
addServer(String) - Method in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
addServer(Collection<String>) - Method in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
addSort(Sort) - Method in class io.searchbox.core.Search.Builder
 
addSort(Collection<Sort>) - Method in class io.searchbox.core.Search.Builder
 
addType(Collection<? extends String>) - Method in class io.searchbox.action.AbstractMultiTypeActionBuilder
 
addType(String) - Method in class io.searchbox.action.AbstractMultiTypeActionBuilder
 
Aggregation - Class in io.searchbox.core.search.aggregation
 
Aggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.Aggregation
 
AggregationField - Enum in io.searchbox.core.search.aggregation
 
alias - Variable in class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
 
alias - Variable in class io.searchbox.indices.aliases.AliasMapping
 
AliasMapping - Class in io.searchbox.indices.aliases
 
AliasMapping() - Constructor for class io.searchbox.indices.aliases.AliasMapping
 
ALLOW_NO_INDICES - Static variable in class io.searchbox.params.Parameters
 
allowNoIndices(boolean) - Method in class io.searchbox.action.AbstractMultiIndexActionBuilder
Fail of wildcard indices expressions results into no concrete indices.
Analyze - Class in io.searchbox.indices
Performs the analysis process on a text and return the tokens breakdown of the text.
Analyze(Analyze.Builder) - Constructor for class io.searchbox.indices.Analyze
 
Analyze.Builder - Class in io.searchbox.indices
 
analyzer(String) - Method in class io.searchbox.indices.Analyze.Builder
 
AvgAggregation - Class in io.searchbox.core.search.aggregation
 
AvgAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.AvgAggregation
 

B

bloom(boolean) - Method in class io.searchbox.indices.ClearCache.Builder
 
Bucket - Class in io.searchbox.core.search.aggregation
 
Bucket(JsonObject, Long) - Constructor for class io.searchbox.core.search.aggregation.Bucket
 
Bucket(String, JsonObject, Long) - Constructor for class io.searchbox.core.search.aggregation.Bucket
 
BucketAggregation - Class in io.searchbox.core.search.aggregation
 
BucketAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.BucketAggregation
 
build() - Method in class io.searchbox.action.AbstractAction.Builder
 
build() - Method in class io.searchbox.action.AbstractMultiIndexActionBuilder
 
build() - Method in class io.searchbox.action.AbstractMultiINodeActionBuilder
 
build() - Method in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
build() - Method in class io.searchbox.client.config.ClientConfig.Builder
 
build() - Method in class io.searchbox.cluster.GetSettings.Builder
 
build() - Method in class io.searchbox.cluster.Health.Builder
 
build() - Method in class io.searchbox.cluster.NodesHotThreads.Builder
 
build() - Method in class io.searchbox.cluster.NodesInfo.Builder
 
build() - Method in class io.searchbox.cluster.NodesShutdown.Builder
 
build() - Method in class io.searchbox.cluster.NodesStats.Builder
 
build() - Method in class io.searchbox.cluster.State.Builder
 
build() - Method in class io.searchbox.cluster.UpdateSettings.Builder
 
build() - Method in class io.searchbox.core.Bulk.Builder
 
build() - Method in class io.searchbox.core.Count.Builder
 
build() - Method in class io.searchbox.core.Delete.Builder
 
build() - Method in class io.searchbox.core.DeleteByQuery.Builder
 
build() - Method in class io.searchbox.core.Explain.Builder
 
build() - Method in class io.searchbox.core.Get.Builder
 
build() - Method in class io.searchbox.core.Index.Builder
 
build() - Method in class io.searchbox.core.MoreLikeThis.Builder
 
build() - Method in class io.searchbox.core.MultiGet.Builder.ByDoc
 
build() - Method in class io.searchbox.core.MultiGet.Builder.ById
 
build() - Method in class io.searchbox.core.MultiSearch.Builder
 
build() - Method in class io.searchbox.core.Percolate.Builder
 
build() - Method in class io.searchbox.core.Search.Builder
 
build() - Method in class io.searchbox.core.SearchScroll.Builder
 
build() - Method in class io.searchbox.core.SearchShards.Builder
 
build() - Method in class io.searchbox.core.Suggest.Builder
 
build() - Method in class io.searchbox.core.Update.Builder
 
build() - Method in class io.searchbox.core.Validate.Builder
 
build() - Method in class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
 
build() - Method in class io.searchbox.indices.aliases.AddAliasMapping.Builder
 
build() - Method in class io.searchbox.indices.aliases.GetAliases.Builder
 
build() - Method in class io.searchbox.indices.aliases.ModifyAliases.Builder
 
build() - Method in class io.searchbox.indices.aliases.RemoveAliasMapping.Builder
 
build() - Method in class io.searchbox.indices.Analyze.Builder
 
build() - Method in class io.searchbox.indices.ClearCache.Builder
 
build() - Method in class io.searchbox.indices.CloseIndex.Builder
 
build() - Method in class io.searchbox.indices.CreateIndex.Builder
 
build() - Method in class io.searchbox.indices.DeleteIndex.Builder
 
build() - Method in class io.searchbox.indices.Flush.Builder
 
build() - Method in class io.searchbox.indices.IndicesExists.Builder
 
build() - Method in class io.searchbox.indices.mapping.DeleteMapping.Builder
 
build() - Method in class io.searchbox.indices.mapping.GetMapping.Builder
 
build() - Method in class io.searchbox.indices.mapping.PutMapping.Builder
 
build() - Method in class io.searchbox.indices.OpenIndex.Builder
 
build() - Method in class io.searchbox.indices.Optimize.Builder
 
build() - Method in class io.searchbox.indices.Refresh.Builder
 
build() - Method in class io.searchbox.indices.settings.GetSettings.Builder
 
build() - Method in class io.searchbox.indices.settings.UpdateSettings.Builder
 
build() - Method in class io.searchbox.indices.Stats.Builder
 
build() - Method in class io.searchbox.indices.Status.Builder
 
build() - Method in class io.searchbox.indices.template.DeleteTemplate.Builder
 
build() - Method in class io.searchbox.indices.template.GetTemplate.Builder
 
build() - Method in class io.searchbox.indices.template.PutTemplate.Builder
 
build() - Method in class io.searchbox.indices.type.TypeExist.Builder
 
Builder() - Constructor for class io.searchbox.action.AbstractAction.Builder
 
Builder() - Constructor for class io.searchbox.action.AbstractDocumentTargetedAction.Builder
 
Builder(ClientConfig) - Constructor for class io.searchbox.client.config.ClientConfig.Builder
 
Builder(Collection<String>) - Constructor for class io.searchbox.client.config.ClientConfig.Builder
 
Builder(String) - Constructor for class io.searchbox.client.config.ClientConfig.Builder
 
Builder() - Constructor for class io.searchbox.cluster.GetSettings.Builder
 
Builder() - Constructor for class io.searchbox.cluster.Health.Builder
 
Builder() - Constructor for class io.searchbox.cluster.NodesHotThreads.Builder
 
Builder() - Constructor for class io.searchbox.cluster.NodesInfo.Builder
 
Builder() - Constructor for class io.searchbox.cluster.NodesShutdown.Builder
 
Builder() - Constructor for class io.searchbox.cluster.NodesStats.Builder
 
Builder() - Constructor for class io.searchbox.cluster.State.Builder
 
Builder(Object) - Constructor for class io.searchbox.cluster.UpdateSettings.Builder
There is a specific list of settings that can be updated, please see Elasticsearch docs for more information.
Builder() - Constructor for class io.searchbox.core.Bulk.Builder
 
Builder() - Constructor for class io.searchbox.core.Count.Builder
 
Builder(String) - Constructor for class io.searchbox.core.Delete.Builder
 
Builder(String) - Constructor for class io.searchbox.core.DeleteByQuery.Builder
 
Builder(String, String, String, Object) - Constructor for class io.searchbox.core.Explain.Builder
 
Builder(String, String) - Constructor for class io.searchbox.core.Get.Builder
Index and ID parameters are mandatory but type is optional (_all will be used for type if left blank).
Builder(Object) - Constructor for class io.searchbox.core.Index.Builder
 
Builder(String, String, String, Object) - Constructor for class io.searchbox.core.MoreLikeThis.Builder
 
Builder(Search) - Constructor for class io.searchbox.core.MultiSearch.Builder
 
Builder(Collection<? extends Search>) - Constructor for class io.searchbox.core.MultiSearch.Builder
 
Builder(String, String, Object) - Constructor for class io.searchbox.core.Percolate.Builder
 
Builder(String) - Constructor for class io.searchbox.core.Search.Builder
 
Builder(String, String) - Constructor for class io.searchbox.core.SearchScroll.Builder
 
Builder() - Constructor for class io.searchbox.core.SearchShards.Builder
 
Builder(String) - Constructor for class io.searchbox.core.Suggest.Builder
Suggest requests executed against the _suggest endpoint should omit the surrounding suggest element which is only used if the suggest request is part of a search.
Builder(Object) - Constructor for class io.searchbox.core.Update.Builder
 
Builder(Object) - Constructor for class io.searchbox.core.Validate.Builder
 
Builder(List<String>, String) - Constructor for class io.searchbox.indices.aliases.AddAliasMapping.Builder
 
Builder(String, String) - Constructor for class io.searchbox.indices.aliases.AddAliasMapping.Builder
 
Builder() - Constructor for class io.searchbox.indices.aliases.GetAliases.Builder
 
Builder(AliasMapping) - Constructor for class io.searchbox.indices.aliases.ModifyAliases.Builder
 
Builder(Collection<AliasMapping>) - Constructor for class io.searchbox.indices.aliases.ModifyAliases.Builder
 
Builder(List<String>, String) - Constructor for class io.searchbox.indices.aliases.RemoveAliasMapping.Builder
 
Builder(String, String) - Constructor for class io.searchbox.indices.aliases.RemoveAliasMapping.Builder
 
Builder() - Constructor for class io.searchbox.indices.Analyze.Builder
 
Builder() - Constructor for class io.searchbox.indices.ClearCache.Builder
 
Builder(String) - Constructor for class io.searchbox.indices.CloseIndex.Builder
 
Builder(String) - Constructor for class io.searchbox.indices.CreateIndex.Builder
 
Builder(String) - Constructor for class io.searchbox.indices.DeleteIndex.Builder
 
Builder() - Constructor for class io.searchbox.indices.Flush.Builder
 
Builder(String) - Constructor for class io.searchbox.indices.IndicesExists.Builder
 
Builder(Collection<? extends String>) - Constructor for class io.searchbox.indices.IndicesExists.Builder
 
Builder(String, String) - Constructor for class io.searchbox.indices.mapping.DeleteMapping.Builder
 
Builder() - Constructor for class io.searchbox.indices.mapping.GetMapping.Builder
 
Builder(String, String, Object) - Constructor for class io.searchbox.indices.mapping.PutMapping.Builder
 
Builder(String) - Constructor for class io.searchbox.indices.OpenIndex.Builder
 
Builder() - Constructor for class io.searchbox.indices.Optimize.Builder
 
Builder() - Constructor for class io.searchbox.indices.Refresh.Builder
 
Builder() - Constructor for class io.searchbox.indices.settings.GetSettings.Builder
 
Builder(Object) - Constructor for class io.searchbox.indices.settings.UpdateSettings.Builder
Please see the related page on Elasticsearch guide for the list of settings that can be changed using this action/API.
Builder() - Constructor for class io.searchbox.indices.Stats.Builder
 
Builder() - Constructor for class io.searchbox.indices.Status.Builder
 
Builder(String) - Constructor for class io.searchbox.indices.template.DeleteTemplate.Builder
 
Builder(String) - Constructor for class io.searchbox.indices.template.GetTemplate.Builder
 
Builder(String, Object) - Constructor for class io.searchbox.indices.template.PutTemplate.Builder
 
Builder(String) - Constructor for class io.searchbox.indices.template.TemplateAction.Builder
 
Builder(String) - Constructor for class io.searchbox.indices.type.TypeExist.Builder
 
buildQueryString() - Method in class io.searchbox.action.AbstractAction
 
buildURI() - Method in class io.searchbox.action.AbstractAction
 
buildURI() - Method in class io.searchbox.action.AbstractDocumentTargetedAction
 
buildURI() - Method in class io.searchbox.cluster.GetSettings
 
buildURI() - Method in class io.searchbox.cluster.Health
 
buildURI() - Method in class io.searchbox.cluster.NodesHotThreads
 
buildURI() - Method in class io.searchbox.cluster.NodesInfo
 
buildURI() - Method in class io.searchbox.cluster.NodesShutdown
 
buildURI() - Method in class io.searchbox.cluster.NodesStats
 
buildURI() - Method in class io.searchbox.cluster.State
 
buildURI() - Method in class io.searchbox.cluster.UpdateSettings
 
buildURI() - Method in class io.searchbox.core.Bulk
 
buildURI() - Method in class io.searchbox.core.Count
 
buildURI() - Method in class io.searchbox.core.DeleteByQuery
 
buildURI() - Method in class io.searchbox.core.Explain
 
buildURI() - Method in class io.searchbox.core.MoreLikeThis
 
buildURI() - Method in class io.searchbox.core.MultiGet
 
buildURI() - Method in class io.searchbox.core.MultiSearch
 
buildURI() - Method in class io.searchbox.core.Percolate
 
buildURI() - Method in class io.searchbox.core.Search
 
buildURI() - Method in class io.searchbox.core.SearchScroll
 
buildURI() - Method in class io.searchbox.core.SearchShards
 
buildURI() - Method in class io.searchbox.core.Suggest
 
buildURI() - Method in class io.searchbox.core.Update
 
buildURI() - Method in class io.searchbox.core.Validate
 
buildURI() - Method in class io.searchbox.indices.aliases.GetAliases
 
buildURI() - Method in class io.searchbox.indices.aliases.ModifyAliases
 
buildURI() - Method in class io.searchbox.indices.Analyze
 
buildURI() - Method in class io.searchbox.indices.ClearCache
 
buildURI() - Method in class io.searchbox.indices.CloseIndex
 
buildURI() - Method in class io.searchbox.indices.Flush
 
buildURI() - Method in class io.searchbox.indices.mapping.DeleteMapping
 
buildURI() - Method in class io.searchbox.indices.mapping.GetMapping
 
buildURI() - Method in class io.searchbox.indices.mapping.PutMapping
 
buildURI() - Method in class io.searchbox.indices.OpenIndex
 
buildURI() - Method in class io.searchbox.indices.Optimize
 
buildURI() - Method in class io.searchbox.indices.Refresh
 
buildURI() - Method in class io.searchbox.indices.settings.IndicesSettingsAbstractAction
 
buildURI() - Method in class io.searchbox.indices.Stats
 
buildURI() - Method in class io.searchbox.indices.Status
 
buildURI() - Method in class io.searchbox.indices.template.TemplateAction
 
Bulk - Class in io.searchbox.core
The bulk API makes it possible to perform many index/delete operations in a single API call.
Bulk(Bulk.Builder) - Constructor for class io.searchbox.core.Bulk
 
Bulk.Builder - Class in io.searchbox.core
 
BulkableAction<T extends JestResult> - Interface in io.searchbox.action
Represents an Action that can be included in a Bulk request.
bulkableActions - Variable in class io.searchbox.core.Bulk
 
ByDoc(Collection<? extends Doc>) - Constructor for class io.searchbox.core.MultiGet.Builder.ByDoc
 
ByDoc(Doc) - Constructor for class io.searchbox.core.MultiGet.Builder.ByDoc
 
ById(String, String) - Constructor for class io.searchbox.core.MultiGet.Builder.ById
The mget API allows for _type to be optional.

C

CALLBACK - Static variable in class io.searchbox.params.Parameters
 
CardinalityAggregation - Class in io.searchbox.core.search.aggregation
 
CardinalityAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.CardinalityAggregation
 
CHARSET - Static variable in class io.searchbox.action.AbstractAction
 
cleanApiParameters - Variable in class io.searchbox.action.AbstractAction.Builder
 
clear(boolean) - Method in class io.searchbox.indices.Stats.Builder
 
ClearCache - Class in io.searchbox.indices
 
ClearCache(ClearCache.Builder) - Constructor for class io.searchbox.indices.ClearCache
 
ClearCache.Builder - Class in io.searchbox.indices
 
client - Variable in class io.searchbox.client.config.discovery.NodeChecker
 
ClientConfig - Class in io.searchbox.client.config
 
ClientConfig(ClientConfig.AbstractBuilder) - Constructor for class io.searchbox.client.config.ClientConfig
 
ClientConfig.AbstractBuilder<T extends ClientConfig,K extends ClientConfig.AbstractBuilder> - Class in io.searchbox.client.config
 
ClientConfig.Builder - Class in io.searchbox.client.config
 
closeIdleConnections(long, TimeUnit) - Method in interface io.searchbox.client.config.idle.ReapableConnectionManager
 
CloseIndex - Class in io.searchbox.indices
 
CloseIndex(CloseIndex.Builder) - Constructor for class io.searchbox.indices.CloseIndex
 
CloseIndex.Builder - Class in io.searchbox.indices
 
completed(T) - Method in interface io.searchbox.client.JestResultHandler
 
connTimeout - Variable in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
connTimeout(int) - Method in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
CONSISTENCY - Static variable in class io.searchbox.params.Parameters
 
Count - Class in io.searchbox.core
 
Count(Count.Builder) - Constructor for class io.searchbox.core.Count
 
count - Variable in class io.searchbox.core.search.aggregation.Bucket
 
Count.Builder - Class in io.searchbox.core
 
CountResult - Class in io.searchbox.core
 
CountResult(CountResult) - Constructor for class io.searchbox.core.CountResult
 
CountResult(Gson) - Constructor for class io.searchbox.core.CountResult
 
CreateIndex - Class in io.searchbox.indices
 
CreateIndex(CreateIndex.Builder) - Constructor for class io.searchbox.indices.CreateIndex
 
CreateIndex.Builder - Class in io.searchbox.indices
 
createNewElasticSearchResult(T, String, int, String, Gson) - Method in class io.searchbox.action.AbstractAction
 
createNewElasticSearchResult(String, int, String, Gson) - Method in interface io.searchbox.action.Action
 
createNewElasticSearchResult(String, int, String, Gson) - Method in class io.searchbox.action.GenericResultAbstractAction
 
createNewElasticSearchResult(String, int, String, Gson) - Method in class io.searchbox.action.GenericResultAbstractDocumentTargetedAction
 
createNewElasticSearchResult(String, int, String, Gson) - Method in class io.searchbox.core.Count
 
createNewElasticSearchResult(String, int, String, Gson) - Method in class io.searchbox.core.Search
 
createNewElasticSearchResult(String, int, String, Gson) - Method in class io.searchbox.core.Suggest
 
createSourceObject(JsonElement, Class<T>) - Method in class io.searchbox.client.JestResult
 

D

DateHistogramAggregation - Class in io.searchbox.core.search.aggregation
 
DateHistogramAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.DateHistogramAggregation
 
DateHistogramAggregation.DateHistogram - Class in io.searchbox.core.search.aggregation
 
DateHistogramFacet - Class in io.searchbox.core.search.facet
 
DateHistogramFacet(String, JsonObject) - Constructor for class io.searchbox.core.search.facet.DateHistogramFacet
 
DateHistogramFacet.DateHistogram - Class in io.searchbox.core.search.facet
 
DateRange(JsonObject, Double, Double, Long, String, String) - Constructor for class io.searchbox.core.search.aggregation.DateRangeAggregation.DateRange
 
DateRangeAggregation - Class in io.searchbox.core.search.aggregation
 
DateRangeAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.DateRangeAggregation
 
DateRangeAggregation.DateRange - Class in io.searchbox.core.search.aggregation
 
defaultIndex(String) - Method in class io.searchbox.core.Bulk.Builder
 
defaultMaxTotalConnectionPerRoute - Variable in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
defaultMaxTotalConnectionPerRoute(int) - Method in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
defaultScheme - Variable in class io.searchbox.client.config.discovery.NodeChecker
 
defaultSchemeForDiscoveredNodes - Variable in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
defaultSchemeForDiscoveredNodes(String) - Method in class io.searchbox.client.config.ClientConfig.AbstractBuilder
The default URI scheme to use for discovered nodes.
defaultType(String) - Method in class io.searchbox.core.Bulk.Builder
 
delay(String) - Method in class io.searchbox.cluster.NodesShutdown.Builder
By default, the shutdown will be executed after a 1 second delay (1s).
Delete - Class in io.searchbox.core
 
Delete.Builder - Class in io.searchbox.core
 
DeleteByQuery - Class in io.searchbox.core
 
DeleteByQuery(DeleteByQuery.Builder) - Constructor for class io.searchbox.core.DeleteByQuery
 
DeleteByQuery.Builder - Class in io.searchbox.core
 
DeleteIndex - Class in io.searchbox.indices
 
DeleteIndex(DeleteIndex.Builder) - Constructor for class io.searchbox.indices.DeleteIndex
 
DeleteIndex.Builder - Class in io.searchbox.indices
 
DeleteMapping - Class in io.searchbox.indices.mapping
 
DeleteMapping(DeleteMapping.Builder) - Constructor for class io.searchbox.indices.mapping.DeleteMapping
 
DeleteMapping.Builder - Class in io.searchbox.indices.mapping
 
DeleteTemplate - Class in io.searchbox.indices.template
 
DeleteTemplate(DeleteTemplate.Builder) - Constructor for class io.searchbox.indices.template.DeleteTemplate
 
DeleteTemplate.Builder - Class in io.searchbox.indices.template
 
discoveryEnabled(boolean) - Method in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
discoveryFrequency - Variable in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
discoveryFrequency(long, TimeUnit) - Method in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
discoveryFrequencyTimeUnit - Variable in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
Doc - Class in io.searchbox.core
Represents a single get request description in a MultiGet request.
Doc(String, String, String) - Constructor for class io.searchbox.core.Doc
 
docs(boolean) - Method in class io.searchbox.indices.Stats.Builder
 
docsToMaps(List<Doc>) - Method in class io.searchbox.core.MultiGet
 
DocumentTargetedAction<T extends JestResult> - Interface in io.searchbox.action
Represents an Action that can (but NOT necessarily does) operate on a targeted single document on Elasticsearch.

E

ELASTIC_SEARCH_DATE_FORMAT - Static variable in class io.searchbox.client.AbstractJestClient
 
Entry(JsonObject, String, Long) - Constructor for class io.searchbox.core.search.aggregation.TermsAggregation.Entry
 
equals(Object) - Method in class io.searchbox.action.AbstractAction
 
equals(Object) - Method in class io.searchbox.client.config.ClientConfig
 
equals(Object) - Method in class io.searchbox.cluster.UpdateSettings
 
equals(Object) - Method in class io.searchbox.core.Count
 
equals(Object) - Method in class io.searchbox.core.DeleteByQuery
 
equals(Object) - Method in class io.searchbox.core.Explain
 
equals(Object) - Method in class io.searchbox.core.Index
 
equals(Object) - Method in class io.searchbox.core.MoreLikeThis
 
equals(Object) - Method in class io.searchbox.core.MultiGet
 
equals(Object) - Method in class io.searchbox.core.MultiSearch
 
equals(Object) - Method in class io.searchbox.core.Percolate
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.Aggregation
 
equals(String) - Method in enum io.searchbox.core.search.aggregation.AggregationField
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.AvgAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.Bucket
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.CardinalityAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.DateHistogramAggregation.DateHistogram
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.DateHistogramAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.DateRangeAggregation.DateRange
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.DateRangeAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.ExtendedStatsAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.FilterAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.FiltersAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.GeoBoundsAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.GeoDistanceAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.GeoHashGridAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.GeoHashGridAggregation.GeoHashGrid
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.HistogramAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.HistogramAggregation.Histogram
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.Ipv4RangeAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.Ipv4RangeAggregation.Ipv4Range
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.MaxAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.MinAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.MissingAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.PercentileRanksAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.PercentilesAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.Range
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.RangeAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.RootAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.ScriptedMetricAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.SignificantTermsAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.SignificantTermsAggregation.SignificantTerm
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.SingleValueAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.StatsAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.SumAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.TermsAggregation.Entry
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.TermsAggregation
 
equals(Object) - Method in class io.searchbox.core.search.aggregation.ValueCountAggregation
 
equals(Object) - Method in class io.searchbox.core.Search
 
equals(Object) - Method in class io.searchbox.core.SearchResult.Hit
 
equals(Object) - Method in class io.searchbox.core.SearchScroll
 
equals(Object) - Method in class io.searchbox.core.Suggest
 
equals(Object) - Method in class io.searchbox.core.SuggestResult.Suggestion
 
equals(Object) - Method in class io.searchbox.core.Update
 
equals(Object) - Method in class io.searchbox.core.Validate
 
equals(Object) - Method in class io.searchbox.indices.aliases.ModifyAliases
 
equals(Object) - Method in class io.searchbox.indices.Analyze
 
equals(Object) - Method in class io.searchbox.indices.CreateIndex
 
equals(Object) - Method in class io.searchbox.indices.mapping.PutMapping
 
equals(Object) - Method in class io.searchbox.indices.settings.UpdateSettings
 
equals(Object) - Method in class io.searchbox.indices.template.PutTemplate
 
errorMessage - Variable in class io.searchbox.client.JestResult
 
ES_METADATA_ID - Static variable in class io.searchbox.client.JestResult
 
execute(Action<T>) - Method in interface io.searchbox.client.JestClient
 
executeAsync(Action<T>, JestResultHandler<T>) - Method in interface io.searchbox.client.JestClient
 
Explain - Class in io.searchbox.core
 
EXPLAIN - Static variable in class io.searchbox.params.Parameters
 
Explain.Builder - Class in io.searchbox.core
 
explanation - Variable in class io.searchbox.core.SearchResult.Hit
 
EXPLANATION_KEY - Static variable in class io.searchbox.core.SearchResult
 
ExtendedStatsAggregation - Class in io.searchbox.core.search.aggregation
 
ExtendedStatsAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.ExtendedStatsAggregation
 
extractHighlight(JsonObject) - Method in class io.searchbox.core.SearchResult
 
extractHit(Class<T>, Class<K>, JsonElement, String) - Method in class io.searchbox.core.SearchResult
 
extractSort(JsonArray) - Method in class io.searchbox.core.SearchResult
 
extractSource() - Method in class io.searchbox.client.JestResult
 

F

Facet - Class in io.searchbox.core.search.facet
 
Facet() - Constructor for class io.searchbox.core.search.facet.Facet
 
failed(Exception) - Method in interface io.searchbox.client.JestResultHandler
 
field(String) - Method in class io.searchbox.indices.Analyze.Builder
The analyzer can be derived based on a field mapping.
fieldData(boolean) - Method in class io.searchbox.indices.ClearCache.Builder
 
filter - Variable in class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
 
filter - Variable in class io.searchbox.indices.aliases.AliasMapping
 
filter(String) - Method in class io.searchbox.indices.Analyze.Builder
 
filter(boolean) - Method in class io.searchbox.indices.ClearCache.Builder
 
FilterAggregation - Class in io.searchbox.core.search.aggregation
 
FilterAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.FilterAggregation
 
FilterFacet - Class in io.searchbox.core.search.facet
 
FilterFacet(String, JsonObject) - Constructor for class io.searchbox.core.search.facet.FilterFacet
 
FiltersAggregation - Class in io.searchbox.core.search.aggregation
 
FiltersAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.FiltersAggregation
 
Flush - Class in io.searchbox.indices
 
flush(boolean) - Method in class io.searchbox.indices.Optimize.Builder
Should a flush be performed after the optimize.
flush(boolean) - Method in class io.searchbox.indices.Stats.Builder
 
Flush.Builder - Class in io.searchbox.indices
 
format(String) - Method in class io.searchbox.indices.Analyze.Builder
By default, the format the tokens are returned in are in json and its called detailed.

G

GenericResultAbstractAction - Class in io.searchbox.action
 
GenericResultAbstractAction() - Constructor for class io.searchbox.action.GenericResultAbstractAction
 
GenericResultAbstractAction(AbstractAction.Builder) - Constructor for class io.searchbox.action.GenericResultAbstractAction
 
GenericResultAbstractDocumentTargetedAction - Class in io.searchbox.action
 
GenericResultAbstractDocumentTargetedAction(AbstractDocumentTargetedAction.Builder) - Constructor for class io.searchbox.action.GenericResultAbstractDocumentTargetedAction
 
GeoBoundsAggregation - Class in io.searchbox.core.search.aggregation
 
GeoBoundsAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.GeoBoundsAggregation
 
GeoDistanceAggregation - Class in io.searchbox.core.search.aggregation
 
GeoDistanceAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.GeoDistanceAggregation
 
GeoDistanceFacet - Class in io.searchbox.core.search.facet
 
GeoDistanceFacet(String, JsonObject) - Constructor for class io.searchbox.core.search.facet.GeoDistanceFacet
 
GeoDistanceFacet.Range - Class in io.searchbox.core.search.facet
 
GeoHashGrid(JsonObject, String, Long) - Constructor for class io.searchbox.core.search.aggregation.GeoHashGridAggregation.GeoHashGrid
 
GeoHashGridAggregation - Class in io.searchbox.core.search.aggregation
 
GeoHashGridAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.GeoHashGridAggregation
 
GeoHashGridAggregation.GeoHashGrid - Class in io.searchbox.core.search.aggregation
 
Get - Class in io.searchbox.core
 
get(boolean) - Method in class io.searchbox.indices.Stats.Builder
 
Get.Builder - Class in io.searchbox.core
 
getAggregation(String, Class<T>) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getAggregations(Map<String, Class>) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getAggregations() - Method in class io.searchbox.core.SearchResult
 
GetAliases - Class in io.searchbox.indices.aliases
 
GetAliases.Builder - Class in io.searchbox.indices.aliases
 
getAvg() - Method in class io.searchbox.core.search.aggregation.AvgAggregation
 
getAvg() - Method in class io.searchbox.core.search.aggregation.StatsAggregation
 
getAvgAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getBackgroundCount() - Method in class io.searchbox.core.search.aggregation.SignificantTermsAggregation.SignificantTerm
 
getBottomRightLat() - Method in class io.searchbox.core.search.aggregation.GeoBoundsAggregation
 
getBottomRightLon() - Method in class io.searchbox.core.search.aggregation.GeoBoundsAggregation
 
getBucketMap() - Method in class io.searchbox.core.search.aggregation.FiltersAggregation
Method for getting counts using named filters
getBuckets() - Method in class io.searchbox.core.search.aggregation.DateHistogramAggregation
 
getBuckets() - Method in class io.searchbox.core.search.aggregation.DateRangeAggregation
 
getBuckets() - Method in class io.searchbox.core.search.aggregation.FiltersAggregation
Method for getting counts when filters when using anonymous filtering
getBuckets() - Method in class io.searchbox.core.search.aggregation.GeoDistanceAggregation
 
getBuckets() - Method in class io.searchbox.core.search.aggregation.GeoHashGridAggregation
 
getBuckets() - Method in class io.searchbox.core.search.aggregation.HistogramAggregation
 
getBuckets() - Method in class io.searchbox.core.search.aggregation.Ipv4RangeAggregation
 
getBuckets() - Method in class io.searchbox.core.search.aggregation.RangeAggregation
 
getBuckets() - Method in class io.searchbox.core.search.aggregation.SignificantTermsAggregation
 
getBuckets() - Method in class io.searchbox.core.search.aggregation.TermsAggregation
 
getBulkMethodName() - Method in interface io.searchbox.action.BulkableAction
 
getBulkMethodName() - Method in class io.searchbox.core.Delete
 
getBulkMethodName() - Method in class io.searchbox.core.Index
 
getBulkMethodName() - Method in class io.searchbox.core.Update
 
getCardinality() - Method in class io.searchbox.core.search.aggregation.CardinalityAggregation
 
getCardinalityAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getConnTimeout() - Method in class io.searchbox.client.config.ClientConfig
 
getCount() - Method in class io.searchbox.core.CountResult
 
getCount() - Method in class io.searchbox.core.search.aggregation.Bucket
 
getCount() - Method in class io.searchbox.core.search.aggregation.StatsAggregation
 
getCount() - Method in class io.searchbox.core.search.facet.DateHistogramFacet.DateHistogram
 
getCount() - Method in class io.searchbox.core.search.facet.FilterFacet
 
getCount() - Method in class io.searchbox.core.search.facet.HistogramFacet.Histogram
 
getCount() - Method in class io.searchbox.core.search.facet.QueryFacet
 
getCount() - Method in class io.searchbox.core.search.facet.RangeFacet.Range
 
getCount() - Method in class io.searchbox.core.search.facet.StatisticalFacet
 
getCount() - Method in class io.searchbox.core.search.facet.TermsFacet.Term
 
getCount() - Method in class io.searchbox.core.search.facet.TermsStatsFacet.TermsStats
 
getData(Gson) - Method in class io.searchbox.action.AbstractAction
 
getData(Gson) - Method in interface io.searchbox.action.Action
 
getData(Gson) - Method in class io.searchbox.core.Bulk
 
getData(Gson) - Method in class io.searchbox.core.MultiSearch
 
getData(Gson) - Method in class io.searchbox.core.Search
 
getData() - Method in class io.searchbox.indices.aliases.AliasMapping
 
getDateHistogramAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getDateHistograms() - Method in class io.searchbox.core.search.facet.DateHistogramFacet
 
getDateRangeAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getDefaultSchemeForDiscoveredNodes() - Method in class io.searchbox.client.config.ClientConfig
 
getDiscoveryFrequency() - Method in class io.searchbox.client.config.ClientConfig
 
getDiscoveryFrequencyTimeUnit() - Method in class io.searchbox.client.config.ClientConfig
 
getDocCountErrorUpperBound() - Method in class io.searchbox.core.search.aggregation.TermsAggregation
 
getErrorMessage() - Method in class io.searchbox.client.JestResult
 
getExtendedStatsAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getFacets(Class<T>) - Method in class io.searchbox.core.SearchResult
 
getFields() - Method in class io.searchbox.core.Doc
 
getFilterAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getFiltersAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getFirstHit(Class<T>) - Method in class io.searchbox.core.SearchResult
 
getFirstHit(Class<T>, Class<K>) - Method in class io.searchbox.core.SearchResult
 
getFrom() - Method in class io.searchbox.core.search.aggregation.Range
 
getFrom() - Method in class io.searchbox.core.search.facet.GeoDistanceFacet.Range
 
getFrom() - Method in class io.searchbox.core.search.facet.RangeFacet.Range
 
getFromAsString() - Method in class io.searchbox.core.search.aggregation.DateRangeAggregation.DateRange
 
getFromAsString() - Method in class io.searchbox.core.search.aggregation.Ipv4RangeAggregation.Ipv4Range
 
getGeoBoundsAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getGeoDistanceAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getGeohashGridAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getGson() - Method in class io.searchbox.client.config.ClientConfig
 
getHeader(String) - Method in class io.searchbox.action.AbstractAction
 
getHeaders() - Method in class io.searchbox.action.AbstractAction
 
getHeaders() - Method in interface io.searchbox.action.Action
 
getHistogramAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getHistograms() - Method in class io.searchbox.core.search.facet.HistogramFacet
 
getHits(Class<T>) - Method in class io.searchbox.core.SearchResult
 
getHits(Class<T>, Class<K>) - Method in class io.searchbox.core.SearchResult
 
getHits(Class<T>, Class<K>, boolean) - Method in class io.searchbox.core.SearchResult
 
getHttpAddress(String) - Method in class io.searchbox.client.config.discovery.NodeChecker
Converts the Elasticsearch reported publish address in the format "inet[:]" or "inet[/:]" to a normalized http address in the form "http://host:port".
getId() - Method in class io.searchbox.action.AbstractDocumentTargetedAction
 
getId() - Method in interface io.searchbox.action.DocumentTargetedAction
 
getId() - Method in class io.searchbox.core.Doc
 
getIdFromSource(Object) - Static method in class io.searchbox.action.AbstractAction
 
getIndex() - Method in class io.searchbox.action.AbstractDocumentTargetedAction
 
getIndex() - Method in interface io.searchbox.action.DocumentTargetedAction
 
getIndex() - Method in class io.searchbox.core.Doc
 
getIndex() - Method in class io.searchbox.core.Search
 
getIndex() - Method in class io.searchbox.core.Suggest
 
getIpv4RangeAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getJoinedIndices() - Method in class io.searchbox.action.AbstractMultiIndexActionBuilder
 
getJoinedIndices() - Method in class io.searchbox.core.SearchScroll.Builder
 
getJoinedNodes() - Method in class io.searchbox.action.AbstractMultiINodeActionBuilder
 
getJoinedTypes() - Method in class io.searchbox.action.AbstractMultiTypeActionBuilder
 
getJsonMap() - Method in class io.searchbox.client.JestResult
Deprecated.
getJsonObject() - Method in class io.searchbox.client.JestResult
 
getJsonString() - Method in class io.searchbox.client.JestResult
 
getKey() - Method in class io.searchbox.core.search.aggregation.GeoHashGridAggregation.GeoHashGrid
 
getKey() - Method in class io.searchbox.core.search.aggregation.HistogramAggregation.Histogram
 
getKey() - Method in class io.searchbox.core.search.aggregation.SignificantTermsAggregation.SignificantTerm
 
getKey() - Method in class io.searchbox.core.search.aggregation.TermsAggregation.Entry
 
getKey() - Method in class io.searchbox.core.search.facet.HistogramFacet.Histogram
 
getKeys() - Method in class io.searchbox.client.JestResult
 
GetMapping - Class in io.searchbox.indices.mapping
 
GetMapping.Builder - Class in io.searchbox.indices.mapping
 
getMax() - Method in class io.searchbox.core.search.aggregation.MaxAggregation
 
getMax() - Method in class io.searchbox.core.search.aggregation.StatsAggregation
 
getMax() - Method in class io.searchbox.core.search.facet.GeoDistanceFacet.Range
 
getMax() - Method in class io.searchbox.core.search.facet.RangeFacet.Range
 
getMax() - Method in class io.searchbox.core.search.facet.StatisticalFacet
 
getMax() - Method in class io.searchbox.core.search.facet.TermsStatsFacet.TermsStats
 
getMaxAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getMaxConnectionIdleTime() - Method in class io.searchbox.client.config.ClientConfig
 
getMaxConnectionIdleTimeDurationTimeUnit() - Method in class io.searchbox.client.config.ClientConfig
 
getMaxScore() - Method in class io.searchbox.core.SearchResult
 
getMean() - Method in class io.searchbox.core.search.facet.GeoDistanceFacet.Range
 
getMean() - Method in class io.searchbox.core.search.facet.RangeFacet.Range
 
getMean() - Method in class io.searchbox.core.search.facet.StatisticalFacet
 
getMean() - Method in class io.searchbox.core.search.facet.TermsStatsFacet.TermsStats
 
getMin() - Method in class io.searchbox.core.search.aggregation.MinAggregation
 
getMin() - Method in class io.searchbox.core.search.aggregation.StatsAggregation
 
getMin() - Method in class io.searchbox.core.search.facet.GeoDistanceFacet.Range
 
getMin() - Method in class io.searchbox.core.search.facet.RangeFacet.Range
 
getMin() - Method in class io.searchbox.core.search.facet.StatisticalFacet
 
getMin() - Method in class io.searchbox.core.search.facet.TermsStatsFacet.TermsStats
 
getMinAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getMissing() - Method in class io.searchbox.core.search.aggregation.MissingAggregation
 
getMissing() - Method in class io.searchbox.core.search.facet.TermsFacet
 
getMissing() - Method in class io.searchbox.core.search.facet.TermsStatsFacet
 
getMissingAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getName() - Method in class io.searchbox.core.search.aggregation.Aggregation
 
getName() - Method in class io.searchbox.core.search.aggregation.RangeAggregation
 
getName() - Method in class io.searchbox.core.search.facet.Facet
 
getName() - Method in class io.searchbox.core.search.facet.TermsFacet.Term
 
getNextServer() - Method in class io.searchbox.client.AbstractJestClient
 
getOther() - Method in class io.searchbox.core.search.facet.TermsFacet
 
getParameter(String) - Method in class io.searchbox.action.AbstractAction
 
getParameter(String) - Method in interface io.searchbox.action.BulkableAction
 
getPath(String[]) - Method in class io.searchbox.core.SearchResult
 
getPathToResult() - Method in class io.searchbox.action.AbstractAction
 
getPathToResult() - Method in interface io.searchbox.action.Action
 
getPathToResult() - Method in class io.searchbox.client.JestResult
 
getPathToResult() - Method in class io.searchbox.core.Bulk
 
getPathToResult() - Method in class io.searchbox.core.Count
 
getPathToResult() - Method in class io.searchbox.core.Delete
 
getPathToResult() - Method in class io.searchbox.core.DeleteByQuery
 
getPathToResult() - Method in class io.searchbox.core.Get
 
getPathToResult() - Method in class io.searchbox.core.Index
 
getPathToResult() - Method in class io.searchbox.core.Search
 
getPathToResult() - Method in class io.searchbox.core.SearchScroll
 
getPathToResult() - Method in class io.searchbox.core.Update
 
getPathToResult() - Method in class io.searchbox.core.Validate
 
getPercentileRanks() - Method in class io.searchbox.core.search.aggregation.PercentileRanksAggregation
 
getPercentileRanksAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getPercentiles() - Method in class io.searchbox.core.search.aggregation.PercentilesAggregation
 
getPercentilesAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getQuery() - Method in class io.searchbox.core.Suggest.Builder
 
getRangeAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getRanges() - Method in class io.searchbox.core.search.facet.GeoDistanceFacet
 
getRanges() - Method in class io.searchbox.core.search.facet.RangeFacet
 
getReadTimeout() - Method in class io.searchbox.client.config.ClientConfig
 
getRequestURL(String, String) - Method in class io.searchbox.client.AbstractJestClient
 
getRestMethodName() - Method in class io.searchbox.action.AbstractAction
 
getRestMethodName() - Method in interface io.searchbox.action.Action
 
getRestMethodName() - Method in class io.searchbox.cluster.GetSettings
 
getRestMethodName() - Method in class io.searchbox.cluster.Health
 
getRestMethodName() - Method in class io.searchbox.cluster.NodesHotThreads
 
getRestMethodName() - Method in class io.searchbox.cluster.NodesInfo
 
getRestMethodName() - Method in class io.searchbox.cluster.NodesShutdown
 
getRestMethodName() - Method in class io.searchbox.cluster.NodesStats
 
getRestMethodName() - Method in class io.searchbox.cluster.State
 
getRestMethodName() - Method in class io.searchbox.cluster.UpdateSettings
 
getRestMethodName() - Method in class io.searchbox.core.Bulk
 
getRestMethodName() - Method in class io.searchbox.core.Count
 
getRestMethodName() - Method in class io.searchbox.core.Delete
 
getRestMethodName() - Method in class io.searchbox.core.DeleteByQuery
 
getRestMethodName() - Method in class io.searchbox.core.Explain
 
getRestMethodName() - Method in class io.searchbox.core.Get
 
getRestMethodName() - Method in class io.searchbox.core.Index
 
getRestMethodName() - Method in class io.searchbox.core.MoreLikeThis
 
getRestMethodName() - Method in class io.searchbox.core.MultiGet
 
getRestMethodName() - Method in class io.searchbox.core.MultiSearch
 
getRestMethodName() - Method in class io.searchbox.core.Percolate
 
getRestMethodName() - Method in class io.searchbox.core.Search
 
getRestMethodName() - Method in class io.searchbox.core.SearchScroll
 
getRestMethodName() - Method in class io.searchbox.core.SearchShards
 
getRestMethodName() - Method in class io.searchbox.core.Suggest
 
getRestMethodName() - Method in class io.searchbox.core.Update
 
getRestMethodName() - Method in class io.searchbox.core.Validate
 
getRestMethodName() - Method in class io.searchbox.indices.aliases.GetAliases
 
getRestMethodName() - Method in class io.searchbox.indices.aliases.ModifyAliases
 
getRestMethodName() - Method in class io.searchbox.indices.Analyze
 
getRestMethodName() - Method in class io.searchbox.indices.ClearCache
 
getRestMethodName() - Method in class io.searchbox.indices.CloseIndex
 
getRestMethodName() - Method in class io.searchbox.indices.CreateIndex
 
getRestMethodName() - Method in class io.searchbox.indices.DeleteIndex
 
getRestMethodName() - Method in class io.searchbox.indices.Flush
 
getRestMethodName() - Method in class io.searchbox.indices.IndicesExists
 
getRestMethodName() - Method in class io.searchbox.indices.mapping.DeleteMapping
 
getRestMethodName() - Method in class io.searchbox.indices.mapping.GetMapping
 
getRestMethodName() - Method in class io.searchbox.indices.mapping.PutMapping
 
getRestMethodName() - Method in class io.searchbox.indices.OpenIndex
 
getRestMethodName() - Method in class io.searchbox.indices.Optimize
 
getRestMethodName() - Method in class io.searchbox.indices.Refresh
 
getRestMethodName() - Method in class io.searchbox.indices.settings.GetSettings
 
getRestMethodName() - Method in class io.searchbox.indices.settings.UpdateSettings
 
getRestMethodName() - Method in class io.searchbox.indices.Stats
 
getRestMethodName() - Method in class io.searchbox.indices.Status
 
getRestMethodName() - Method in class io.searchbox.indices.template.DeleteTemplate
 
getRestMethodName() - Method in class io.searchbox.indices.template.GetTemplate
 
getRestMethodName() - Method in class io.searchbox.indices.template.PutTemplate
 
getRestMethodName() - Method in class io.searchbox.indices.type.TypeExist
 
getRouting() - Method in class io.searchbox.core.Doc
 
getScore() - Method in class io.searchbox.core.search.aggregation.SignificantTermsAggregation.SignificantTerm
 
getScriptedMetric() - Method in class io.searchbox.core.search.aggregation.ScriptedMetricAggregation
 
getScriptedMetricAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getScrollId() - Method in class io.searchbox.core.SearchScroll.Builder
 
getServerList() - Method in class io.searchbox.client.config.ClientConfig
 
getServerPoolSize() - Method in class io.searchbox.client.AbstractJestClient
 
GetSettings - Class in io.searchbox.cluster
Retrieve cluster wide settings.
GetSettings - Class in io.searchbox.indices.settings
The get settings API allows to retrieve settings of index/indices.
GetSettings.Builder - Class in io.searchbox.cluster
 
GetSettings.Builder - Class in io.searchbox.indices.settings
 
getSignificantTermsAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getSource() - Method in class io.searchbox.core.Doc
 
getSourceAsObject(Class<T>) - Method in class io.searchbox.client.JestResult
 
getSourceAsObject(Class<T>) - Method in class io.searchbox.core.CountResult
Deprecated.
getSourceAsObject(Class<T>) - Method in class io.searchbox.core.SearchResult
Deprecated.
getSourceAsObjectList(Class<T>) - Method in class io.searchbox.client.JestResult
 
getSourceAsObjectList(Class<T>) - Method in class io.searchbox.core.CountResult
Deprecated.
getSourceAsObjectList(Class<T>) - Method in class io.searchbox.core.SearchResult
Deprecated.
getStatsAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getStdDeviation() - Method in class io.searchbox.core.search.aggregation.ExtendedStatsAggregation
 
getStdDeviation() - Method in class io.searchbox.core.search.facet.StatisticalFacet
 
getSuggestions(String) - Method in class io.searchbox.core.SuggestResult
 
getSum() - Method in class io.searchbox.core.search.aggregation.StatsAggregation
 
getSum() - Method in class io.searchbox.core.search.aggregation.SumAggregation
 
getSumAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getSumOfSquares() - Method in class io.searchbox.core.search.aggregation.ExtendedStatsAggregation
 
getSumOfSquares() - Method in class io.searchbox.core.search.facet.StatisticalFacet
 
getSumOtherDocCount() - Method in class io.searchbox.core.search.aggregation.TermsAggregation
 
GetTemplate - Class in io.searchbox.indices.template
 
GetTemplate(GetTemplate.Builder) - Constructor for class io.searchbox.indices.template.GetTemplate
 
GetTemplate.Builder - Class in io.searchbox.indices.template
 
getTerm() - Method in class io.searchbox.core.search.facet.TermsStatsFacet.TermsStats
 
getTermsAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getTermsStatsList() - Method in class io.searchbox.core.search.facet.TermsStatsFacet
 
getTime() - Method in class io.searchbox.core.search.aggregation.DateHistogramAggregation.DateHistogram
 
getTime() - Method in class io.searchbox.core.search.facet.DateHistogramFacet.DateHistogram
 
getTimeAsString() - Method in class io.searchbox.core.search.aggregation.DateHistogramAggregation.DateHistogram
 
getTo() - Method in class io.searchbox.core.search.aggregation.Range
 
getTo() - Method in class io.searchbox.core.search.facet.GeoDistanceFacet.Range
 
getTo() - Method in class io.searchbox.core.search.facet.RangeFacet.Range
 
getToAsString() - Method in class io.searchbox.core.search.aggregation.DateRangeAggregation.DateRange
 
getToAsString() - Method in class io.searchbox.core.search.aggregation.Ipv4RangeAggregation.Ipv4Range
 
getTopLeftLat() - Method in class io.searchbox.core.search.aggregation.GeoBoundsAggregation
 
getTopLeftLon() - Method in class io.searchbox.core.search.aggregation.GeoBoundsAggregation
 
getTotal() - Method in class io.searchbox.core.search.facet.GeoDistanceFacet.Range
 
getTotal() - Method in class io.searchbox.core.search.facet.RangeFacet.Range
 
getTotal() - Method in class io.searchbox.core.search.facet.StatisticalFacet
 
getTotal() - Method in class io.searchbox.core.search.facet.TermsFacet
 
getTotal() - Method in class io.searchbox.core.search.facet.TermsStatsFacet.TermsStats
 
getTotal() - Method in class io.searchbox.core.SearchResult
 
getTotalCount() - Method in class io.searchbox.core.search.aggregation.SignificantTermsAggregation
 
getTotalCount() - Method in class io.searchbox.core.search.facet.GeoDistanceFacet.Range
 
getTotalCount() - Method in class io.searchbox.core.search.facet.RangeFacet.Range
 
getTotalCount() - Method in class io.searchbox.core.search.facet.TermsStatsFacet.TermsStats
 
getType() - Method in class io.searchbox.action.AbstractDocumentTargetedAction
 
getType() - Method in interface io.searchbox.action.DocumentTargetedAction
 
getType() - Method in class io.searchbox.core.Doc
 
getType() - Method in class io.searchbox.core.Search
 
getType() - Method in class io.searchbox.core.Suggest
 
getType() - Method in class io.searchbox.indices.aliases.AddAliasMapping
 
getType() - Method in class io.searchbox.indices.aliases.AliasMapping
 
getType() - Method in class io.searchbox.indices.aliases.RemoveAliasMapping
 
getURI() - Method in class io.searchbox.action.AbstractAction
 
getURI() - Method in interface io.searchbox.action.Action
 
getValue(String) - Method in class io.searchbox.client.JestResult
 
getValue() - Method in class io.searchbox.core.search.aggregation.SingleValueAggregation
 
getValueCount() - Method in class io.searchbox.core.search.aggregation.ValueCountAggregation
 
getValueCountAggregation(String) - Method in class io.searchbox.core.search.aggregation.MetricAggregation
 
getVariance() - Method in class io.searchbox.core.search.aggregation.ExtendedStatsAggregation
 
getVariance() - Method in class io.searchbox.core.search.facet.StatisticalFacet
 
gson - Variable in class io.searchbox.client.AbstractJestClient
 
gson - Variable in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
gson(Gson) - Method in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
gson - Variable in class io.searchbox.client.JestResult
 

H

hashCode() - Method in class io.searchbox.action.AbstractAction
 
hashCode() - Method in class io.searchbox.client.config.ClientConfig
 
hashCode() - Method in class io.searchbox.cluster.UpdateSettings
 
hashCode() - Method in class io.searchbox.core.Count
 
hashCode() - Method in class io.searchbox.core.DeleteByQuery
 
hashCode() - Method in class io.searchbox.core.Explain
 
hashCode() - Method in class io.searchbox.core.Index
 
hashCode() - Method in class io.searchbox.core.MoreLikeThis
 
hashCode() - Method in class io.searchbox.core.MultiGet
 
hashCode() - Method in class io.searchbox.core.MultiSearch
 
hashCode() - Method in class io.searchbox.core.Percolate
 
hashCode() - Method in class io.searchbox.core.search.aggregation.Aggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.Bucket
 
hashCode() - Method in class io.searchbox.core.search.aggregation.CardinalityAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.DateHistogramAggregation.DateHistogram
 
hashCode() - Method in class io.searchbox.core.search.aggregation.DateHistogramAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.DateRangeAggregation.DateRange
 
hashCode() - Method in class io.searchbox.core.search.aggregation.DateRangeAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.ExtendedStatsAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.FilterAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.FiltersAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.GeoBoundsAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.GeoDistanceAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.GeoHashGridAggregation.GeoHashGrid
 
hashCode() - Method in class io.searchbox.core.search.aggregation.GeoHashGridAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.HistogramAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.HistogramAggregation.Histogram
 
hashCode() - Method in class io.searchbox.core.search.aggregation.Ipv4RangeAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.Ipv4RangeAggregation.Ipv4Range
 
hashCode() - Method in class io.searchbox.core.search.aggregation.MaxAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.MinAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.MissingAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.PercentileRanksAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.PercentilesAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.Range
 
hashCode() - Method in class io.searchbox.core.search.aggregation.RangeAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.RootAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.ScriptedMetricAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.SignificantTermsAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.SignificantTermsAggregation.SignificantTerm
 
hashCode() - Method in class io.searchbox.core.search.aggregation.SingleValueAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.StatsAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.SumAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.TermsAggregation.Entry
 
hashCode() - Method in class io.searchbox.core.search.aggregation.TermsAggregation
 
hashCode() - Method in class io.searchbox.core.search.aggregation.ValueCountAggregation
 
hashCode() - Method in class io.searchbox.core.Search
 
hashCode() - Method in class io.searchbox.core.SearchResult.Hit
 
hashCode() - Method in class io.searchbox.core.SearchScroll
 
hashCode() - Method in class io.searchbox.core.Suggest
 
hashCode() - Method in class io.searchbox.core.SuggestResult.Suggestion
 
hashCode() - Method in class io.searchbox.core.Update
 
hashCode() - Method in class io.searchbox.core.Validate
 
hashCode() - Method in class io.searchbox.indices.aliases.ModifyAliases
 
hashCode() - Method in class io.searchbox.indices.Analyze
 
hashCode() - Method in class io.searchbox.indices.CreateIndex
 
hashCode() - Method in class io.searchbox.indices.mapping.PutMapping
 
hashCode() - Method in class io.searchbox.indices.settings.UpdateSettings
 
hashCode() - Method in class io.searchbox.indices.template.PutTemplate
 
headers - Variable in class io.searchbox.action.AbstractAction.Builder
 
Health - Class in io.searchbox.cluster
 
Health(Health.Builder) - Constructor for class io.searchbox.cluster.Health
 
Health.Builder - Class in io.searchbox.cluster
 
highlight - Variable in class io.searchbox.core.SearchResult.Hit
 
HIGHLIGHT_KEY - Static variable in class io.searchbox.core.SearchResult
 
HistogramAggregation - Class in io.searchbox.core.search.aggregation
 
HistogramAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.HistogramAggregation
 
HistogramAggregation.Histogram - Class in io.searchbox.core.search.aggregation
 
HistogramFacet - Class in io.searchbox.core.search.facet
 
HistogramFacet(String, JsonObject) - Constructor for class io.searchbox.core.search.facet.HistogramFacet
 
HistogramFacet.Histogram - Class in io.searchbox.core.search.facet
 
Hit(Class<T>, JsonElement) - Constructor for class io.searchbox.core.SearchResult.Hit
 
Hit(Class<T>, JsonElement, Class<K>, JsonElement) - Constructor for class io.searchbox.core.SearchResult.Hit
 
Hit(Class<T>, JsonElement, Class<K>, JsonElement, Map<String, List<String>>, List<String>) - Constructor for class io.searchbox.core.SearchResult.Hit
 
Hit(T) - Constructor for class io.searchbox.core.SearchResult.Hit
 
Hit(T, K) - Constructor for class io.searchbox.core.SearchResult.Hit
 
Hit(T, K, Map<String, List<String>>, List<String>) - Constructor for class io.searchbox.core.SearchResult.Hit
 

I

id(String) - Method in class io.searchbox.action.AbstractDocumentTargetedAction.Builder
 
id - Variable in class io.searchbox.action.AbstractDocumentTargetedAction
 
IdleConnectionReaper - Class in io.searchbox.client.config.idle
Used to reap idle connections from the connection manager.
IdleConnectionReaper(ClientConfig, ReapableConnectionManager) - Constructor for class io.searchbox.client.config.idle.IdleConnectionReaper
 
IGNORE_UNAVAILABLE - Static variable in class io.searchbox.params.Parameters
 
ignoreUnavailable(boolean) - Method in class io.searchbox.action.AbstractMultiIndexActionBuilder
Ignore unavailable indices, this includes indices that not exists or closed indices.
index(String) - Method in class io.searchbox.action.AbstractDocumentTargetedAction.Builder
 
Index - Class in io.searchbox.core
 
index(String) - Method in class io.searchbox.core.Validate.Builder
 
index(String) - Method in class io.searchbox.indices.Analyze.Builder
 
Index.Builder - Class in io.searchbox.core
 
indexing(boolean) - Method in class io.searchbox.indices.Stats.Builder
 
indexing(boolean, String...) - Method in class io.searchbox.indices.Stats.Builder
 
indexName - Variable in class io.searchbox.action.AbstractAction
 
indexNames - Variable in class io.searchbox.action.AbstractMultiIndexActionBuilder
 
indexRouting - Variable in class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
 
indexRouting - Variable in class io.searchbox.indices.aliases.AliasMapping
 
indices(String) - Method in class io.searchbox.cluster.State.Builder
When not filtering metadata, a comma separated list of indices to include in the response.
indices - Variable in class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
 
indices - Variable in class io.searchbox.indices.aliases.AliasMapping
 
IndicesExists - Class in io.searchbox.indices
 
IndicesExists(IndicesExists.Builder) - Constructor for class io.searchbox.indices.IndicesExists
 
IndicesExists.Builder - Class in io.searchbox.indices
 
IndicesSettingsAbstractAction - Class in io.searchbox.indices.settings
 
IndicesSettingsAbstractAction(AbstractAction.Builder) - Constructor for class io.searchbox.indices.settings.IndicesSettingsAbstractAction
 
interval(String) - Method in class io.searchbox.cluster.NodesHotThreads.Builder
the interval to do the second sampling of threads.
io.searchbox.action - package io.searchbox.action
 
io.searchbox.annotations - package io.searchbox.annotations
 
io.searchbox.client - package io.searchbox.client
 
io.searchbox.client.config - package io.searchbox.client.config
 
io.searchbox.client.config.discovery - package io.searchbox.client.config.discovery
 
io.searchbox.client.config.exception - package io.searchbox.client.config.exception
 
io.searchbox.client.config.idle - package io.searchbox.client.config.idle
 
io.searchbox.cluster - package io.searchbox.cluster
 
io.searchbox.core - package io.searchbox.core
 
io.searchbox.core.search.aggregation - package io.searchbox.core.search.aggregation
 
io.searchbox.core.search.facet - package io.searchbox.core.search.facet
 
io.searchbox.core.search.sort - package io.searchbox.core.search.sort
 
io.searchbox.indices - package io.searchbox.indices
 
io.searchbox.indices.aliases - package io.searchbox.indices.aliases
 
io.searchbox.indices.mapping - package io.searchbox.indices.mapping
 
io.searchbox.indices.settings - package io.searchbox.indices.settings
 
io.searchbox.indices.template - package io.searchbox.indices.template
 
io.searchbox.indices.type - package io.searchbox.indices.type
 
io.searchbox.params - package io.searchbox.params
 
Ipv4Range(JsonObject, Double, Double, Long, String, String) - Constructor for class io.searchbox.core.search.aggregation.Ipv4RangeAggregation.Ipv4Range
 
Ipv4RangeAggregation - Class in io.searchbox.core.search.aggregation
 
Ipv4RangeAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.Ipv4RangeAggregation
 
Ipv4RangeAggregation.Ipv4Range - Class in io.searchbox.core.search.aggregation
 
isDiscoveryEnabled - Variable in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
isDiscoveryEnabled() - Method in class io.searchbox.client.config.ClientConfig
 
isMultiThreaded - Variable in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
isMultiThreaded() - Method in class io.searchbox.client.config.ClientConfig
 
isRequestCompressionEnabled() - Method in class io.searchbox.client.AbstractJestClient
 
isRequestCompressionEnabled - Variable in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
isRequestCompressionEnabled() - Method in class io.searchbox.client.config.ClientConfig
 
isSucceeded - Variable in class io.searchbox.client.JestResult
 
isSucceeded() - Method in class io.searchbox.client.JestResult
 

J

JestClient - Interface in io.searchbox.client
 
JestId - Annotation Type in io.searchbox.annotations
 
JestResult - Class in io.searchbox.client
 
JestResult(JestResult) - Constructor for class io.searchbox.client.JestResult
 
JestResult(Gson) - Constructor for class io.searchbox.client.JestResult
 
JestResultHandler<T> - Interface in io.searchbox.client
 
jsonObject - Variable in class io.searchbox.client.JestResult
 
jsonRoot - Variable in class io.searchbox.core.search.aggregation.Aggregation
 
jsonString - Variable in class io.searchbox.client.JestResult
 

L

length - Variable in class io.searchbox.core.SuggestResult.Suggestion
 
local() - Method in class io.searchbox.cluster.State.Builder
For debugging purposes, you can retrieve the cluster state local to a particular node.
local(Boolean) - Method in class io.searchbox.core.SearchShards.Builder
 
log - Static variable in class io.searchbox.action.AbstractAction
 

M

MaxAggregation - Class in io.searchbox.core.search.aggregation
 
MaxAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.MaxAggregation
 
maxConnectionIdleTime - Variable in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
maxConnectionIdleTime(long, TimeUnit) - Method in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
maxConnectionIdleTimeDurationTimeUnit - Variable in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
maxNumSegments(Number) - Method in class io.searchbox.indices.Optimize.Builder
The number of segments to optimize to.
maxTotalConnection - Variable in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
maxTotalConnection(int) - Method in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
merge(boolean) - Method in class io.searchbox.indices.Stats.Builder
 
MetricAggregation - Class in io.searchbox.core.search.aggregation
 
MetricAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.MetricAggregation
 
MinAggregation - Class in io.searchbox.core.search.aggregation
 
MinAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.MinAggregation
 
MissingAggregation - Class in io.searchbox.core.search.aggregation
 
MissingAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.MissingAggregation
 
ModifyAliases - Class in io.searchbox.indices.aliases
 
ModifyAliases.Builder - Class in io.searchbox.indices.aliases
 
MoreLikeThis - Class in io.searchbox.core
 
MoreLikeThis.Builder - Class in io.searchbox.core
 
MultiGet - Class in io.searchbox.core
 
MultiGet(AbstractAction.Builder) - Constructor for class io.searchbox.core.MultiGet
 
MultiGet(MultiGet.Builder.ByDoc) - Constructor for class io.searchbox.core.MultiGet
 
MultiGet(MultiGet.Builder.ById) - Constructor for class io.searchbox.core.MultiGet
 
MultiGet.Builder - Class in io.searchbox.core
 
MultiGet.Builder.ByDoc - Class in io.searchbox.core
 
MultiGet.Builder.ById - Class in io.searchbox.core
 
MultiSearch - Class in io.searchbox.core
 
MultiSearch(MultiSearch.Builder) - Constructor for class io.searchbox.core.MultiSearch
 
MultiSearch.Builder - Class in io.searchbox.core
 
multiThreaded(boolean) - Method in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 

N

name - Variable in class io.searchbox.core.search.aggregation.Aggregation
 
name - Variable in class io.searchbox.core.search.facet.Facet
 
NodeChecker - Class in io.searchbox.client.config.discovery
Discovers new nodes by calling NodesInfo API on the next available server and parses the nodes object in response to get http publish address.
NodeChecker(JestClient, ClientConfig) - Constructor for class io.searchbox.client.config.discovery.NodeChecker
 
NodeChecker(JestClient, String, Long, TimeUnit) - Constructor for class io.searchbox.client.config.discovery.NodeChecker
 
nodes - Variable in class io.searchbox.action.AbstractAction
 
NodesHotThreads - Class in io.searchbox.cluster
Allows to get the current hot threads on each node in the cluster.
NodesHotThreads(NodesHotThreads.Builder) - Constructor for class io.searchbox.cluster.NodesHotThreads
 
NodesHotThreads.Builder - Class in io.searchbox.cluster
 
NodesInfo - Class in io.searchbox.cluster
 
NodesInfo(NodesInfo.Builder) - Constructor for class io.searchbox.cluster.NodesInfo
 
NodesInfo.Builder - Class in io.searchbox.cluster
 
NodesShutdown - Class in io.searchbox.cluster
 
NodesShutdown(NodesShutdown.Builder) - Constructor for class io.searchbox.cluster.NodesShutdown
 
NodesShutdown.Builder - Class in io.searchbox.cluster
 
NodesStats - Class in io.searchbox.cluster
 
NodesStats(NodesStats.Builder) - Constructor for class io.searchbox.cluster.NodesStats
 
NodesStats.Builder - Class in io.searchbox.cluster
 
NoServerConfiguredException - Exception in io.searchbox.client.config.exception
Exception that specified that the client has no knowledge of an elasticsearch node to communicate with.
NoServerConfiguredException(String) - Constructor for exception io.searchbox.client.config.exception.NoServerConfiguredException
Constructs a new runtime exception with the specified detail message.

O

offset - Variable in class io.searchbox.core.SuggestResult.Suggestion
 
onlyExpungeDeletes(boolean) - Method in class io.searchbox.indices.Optimize.Builder
Should the optimize process only expunge segments with deletes in it.
OP_TYPE - Static variable in class io.searchbox.params.Parameters
 
OpenIndex - Class in io.searchbox.indices
 
OpenIndex(OpenIndex.Builder) - Constructor for class io.searchbox.indices.OpenIndex
 
OpenIndex.Builder - Class in io.searchbox.indices
 
Optimize - Class in io.searchbox.indices
 
Optimize.Builder - Class in io.searchbox.indices
 
options - Variable in class io.searchbox.core.SuggestResult.Suggestion
 

P

parameters - Variable in class io.searchbox.action.AbstractAction.Builder
 
Parameters - Class in io.searchbox.params
 
PARENT - Static variable in class io.searchbox.params.Parameters
 
parseResponseBody(String) - Method in class io.searchbox.action.AbstractAction
 
parseResponseBody(String) - Method in class io.searchbox.cluster.NodesHotThreads
 
PATH_TO_MAX_SCORE - Static variable in class io.searchbox.core.SearchResult
 
PATH_TO_TOTAL - Static variable in class io.searchbox.core.SearchResult
 
pathToResult - Variable in class io.searchbox.client.JestResult
 
payload - Variable in class io.searchbox.action.AbstractAction
 
PercentileRanksAggregation - Class in io.searchbox.core.search.aggregation
 
PercentileRanksAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.PercentileRanksAggregation
 
PercentilesAggregation - Class in io.searchbox.core.search.aggregation
 
PercentilesAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.PercentilesAggregation
 
Percolate - Class in io.searchbox.core
Use this action to query on registered percolaters.
Percolate(Percolate.Builder) - Constructor for class io.searchbox.core.Percolate
 
PERCOLATE - Static variable in class io.searchbox.params.Parameters
 
Percolate.Builder - Class in io.searchbox.core
 
PERCOLATOR - Static variable in class io.searchbox.params.Parameters
 
preference(String) - Method in class io.searchbox.core.SearchShards.Builder
 
prefixQuery(String) - Method in class io.searchbox.indices.settings.GetSettings.Builder
Prefix Query Option allows to include only settings (whose keys) matches the specified prefix.
PutMapping - Class in io.searchbox.indices.mapping
 
PutMapping(PutMapping.Builder) - Constructor for class io.searchbox.indices.mapping.PutMapping
 
PutMapping.Builder - Class in io.searchbox.indices.mapping
 
PutTemplate - Class in io.searchbox.indices.template
 
PutTemplate(PutTemplate.Builder) - Constructor for class io.searchbox.indices.template.PutTemplate
 
PutTemplate.Builder - Class in io.searchbox.indices.template
 

Q

query(String) - Method in class io.searchbox.core.Count.Builder
 
QueryFacet - Class in io.searchbox.core.search.facet
 
QueryFacet(String, JsonObject) - Constructor for class io.searchbox.core.search.facet.QueryFacet
 

R

Range - Class in io.searchbox.core.search.aggregation
Represents data range defined by two limits (a lower limit called from and an upper limit called to) in a bucket.
Range(JsonObject, Double, Double, Long) - Constructor for class io.searchbox.core.search.aggregation.Range
 
Range(Double, Double, Long, Long, Double, Double, Double, Double) - Constructor for class io.searchbox.core.search.facet.RangeFacet.Range
 
RangeAggregation - Class in io.searchbox.core.search.aggregation
 
RangeAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.RangeAggregation
 
RangeFacet - Class in io.searchbox.core.search.facet
 
RangeFacet(String, JsonObject) - Constructor for class io.searchbox.core.search.facet.RangeFacet
 
RangeFacet.Range - Class in io.searchbox.core.search.facet
 
readTimeout - Variable in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
readTimeout(int) - Method in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
ReapableConnectionManager - Interface in io.searchbox.client.config.idle
 
refresh(boolean) - Method in class io.searchbox.action.AbstractAction.Builder
 
refresh(boolean) - Method in class io.searchbox.indices.Optimize.Builder
Should a refresh be performed after the optimize.
Refresh - Class in io.searchbox.indices
 
refresh(boolean) - Method in class io.searchbox.indices.Stats.Builder
 
REFRESH - Static variable in class io.searchbox.params.Parameters
 
Refresh.Builder - Class in io.searchbox.indices
 
RemoveAliasMapping - Class in io.searchbox.indices.aliases
 
RemoveAliasMapping.Builder - Class in io.searchbox.indices.aliases
 
REPLICATION - Static variable in class io.searchbox.params.Parameters
 
requestCompressionEnabled(boolean) - Method in class io.searchbox.client.config.ClientConfig.AbstractBuilder
Whether to GZIP compress request bodies.
RESULT_CASING - Static variable in class io.searchbox.params.Parameters
 
resultCasing(String) - Method in class io.searchbox.action.AbstractAction.Builder
All REST APIs accept the case parameter.
RETRY_ON_CONFLICT - Static variable in class io.searchbox.params.Parameters
 
RootAggregation - Class in io.searchbox.core.search.aggregation
Place holder class used to represent the root aggregation returned to the user for processing.
RootAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.RootAggregation
 
routing(String) - Method in class io.searchbox.core.SearchShards.Builder
 
ROUTING - Static variable in class io.searchbox.params.Parameters
 
runOneIteration() - Method in class io.searchbox.client.config.discovery.NodeChecker
 
runOneIteration() - Method in class io.searchbox.client.config.idle.IdleConnectionReaper
 

S

scheduler - Variable in class io.searchbox.client.config.discovery.NodeChecker
 
scheduler() - Method in class io.searchbox.client.config.discovery.NodeChecker
 
scheduler() - Method in class io.searchbox.client.config.idle.IdleConnectionReaper
 
ScriptedMetricAggregation - Class in io.searchbox.core.search.aggregation
 
ScriptedMetricAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.ScriptedMetricAggregation
 
SCROLL - Static variable in class io.searchbox.params.Parameters
 
SCROLL_ID - Static variable in class io.searchbox.params.Parameters
 
Search - Class in io.searchbox.core
 
search(boolean) - Method in class io.searchbox.indices.Stats.Builder
 
Search.Builder - Class in io.searchbox.core
 
SEARCH_TYPE - Static variable in class io.searchbox.params.Parameters
 
SearchResult - Class in io.searchbox.core
 
SearchResult(SearchResult) - Constructor for class io.searchbox.core.SearchResult
 
SearchResult(Gson) - Constructor for class io.searchbox.core.SearchResult
 
SearchResult.Hit<T,K> - Class in io.searchbox.core
Immutable class representing a search hit.
searchRouting - Variable in class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
 
searchRouting - Variable in class io.searchbox.indices.aliases.AliasMapping
 
SearchScroll - Class in io.searchbox.core
 
SearchScroll(SearchScroll.Builder) - Constructor for class io.searchbox.core.SearchScroll
 
SearchScroll.Builder - Class in io.searchbox.core
 
SearchShards - Class in io.searchbox.core
The search shards api returns the indices and shards that a search request would be executed against.
SearchShards.Builder - Class in io.searchbox.core
 
SearchType - Enum in io.searchbox.params
 
Segments - Class in io.searchbox.indices
 
Segments() - Constructor for class io.searchbox.indices.Segments
 
serverList - Variable in class io.searchbox.client.config.ClientConfig.AbstractBuilder
 
setErrorMessage(String) - Method in class io.searchbox.client.JestResult
manually set an error message, eg.
setFilter(Map<String, Object>) - Method in class io.searchbox.indices.aliases.AbstractAliasMappingBuilder
Aliases with filters provide an easy way to create different “views” of the same index.
setHeader(String, Object) - Method in class io.searchbox.action.AbstractAction.Builder
 
setHeader(Map<String, Object>) - Method in class io.searchbox.action.AbstractAction.Builder
 
setIdleConnectionReaper(IdleConnectionReaper) - Method in class io.searchbox.client.AbstractJestClient
 
setIgnoreUnmapped() - Method in class io.searchbox.core.search.sort.Sort
 
setJsonMap(Map<String, Object>) - Method in class io.searchbox.client.JestResult
 
setJsonObject(JsonObject) - Method in class io.searchbox.client.JestResult
 
setJsonString(String) - Method in class io.searchbox.client.JestResult
 
setMissing(Object) - Method in class io.searchbox.core.search.sort.Sort
 
setNodeChecker(NodeChecker) - Method in class io.searchbox.client.AbstractJestClient
 
setParameter(String, Object) - Method in class io.searchbox.action.AbstractAction.Builder
 
setParameter(Map<String, Object>) - Method in class io.searchbox.action.AbstractAction.Builder
Deprecated.
setPathToResult(String) - Method in class io.searchbox.action.AbstractAction
 
setPathToResult(String) - Method in class io.searchbox.client.JestResult
 
setRequestCompressionEnabled(boolean) - Method in class io.searchbox.client.AbstractJestClient
 
setRouting(String) - Method in class io.searchbox.core.Doc
 
setSearchType(SearchType) - Method in class io.searchbox.core.Search.Builder
 
setServers(Set<String>) - Method in class io.searchbox.client.AbstractJestClient
 
setServers(Set<String>) - Method in interface io.searchbox.client.JestClient
 
setSource(Object) - Method in class io.searchbox.core.Doc
By default, the _source field will be returned for every document (if stored).
setSucceeded(boolean) - Method in class io.searchbox.client.JestResult
 
settings(boolean) - Method in class io.searchbox.cluster.NodesHotThreads.Builder
 
settings(Object) - Method in class io.searchbox.indices.CreateIndex.Builder
 
setURI(String) - Method in class io.searchbox.action.AbstractAction
 
shutdownClient() - Method in class io.searchbox.client.AbstractJestClient
 
shutdownClient() - Method in interface io.searchbox.client.JestClient
 
SignificantTerm(JsonObject, String, Long, Double, Long) - Constructor for class io.searchbox.core.search.aggregation.SignificantTermsAggregation.SignificantTerm
 
SignificantTermsAggregation - Class in io.searchbox.core.search.aggregation
 
SignificantTermsAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.SignificantTermsAggregation
 
SignificantTermsAggregation.SignificantTerm - Class in io.searchbox.core.search.aggregation
 
SingleValueAggregation - Class in io.searchbox.core.search.aggregation
 
SingleValueAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.SingleValueAggregation
 
SIZE - Static variable in class io.searchbox.params.Parameters
 
Snapshot - Class in io.searchbox.indices
 
Snapshot() - Constructor for class io.searchbox.indices.Snapshot
 
Sort - Class in io.searchbox.core.search.sort
 
Sort(String) - Constructor for class io.searchbox.core.search.sort.Sort
 
Sort(String, Sort.Sorting) - Constructor for class io.searchbox.core.search.sort.Sort
 
sort - Variable in class io.searchbox.core.SearchResult.Hit
 
Sort.Missing - Enum in io.searchbox.core.search.sort
 
Sort.Sorting - Enum in io.searchbox.core.search.sort
 
SORT_KEY - Static variable in class io.searchbox.core.SearchResult
 
source - Variable in class io.searchbox.core.SearchResult.Hit
 
source(Object) - Method in class io.searchbox.indices.Analyze.Builder
 
State - Class in io.searchbox.cluster
 
State(State.Builder) - Constructor for class io.searchbox.cluster.State
 
State.Builder - Class in io.searchbox.cluster
 
StatisticalFacet - Class in io.searchbox.core.search.facet
 
StatisticalFacet(String, JsonObject) - Constructor for class io.searchbox.core.search.facet.StatisticalFacet
 
Stats - Class in io.searchbox.indices
 
Stats.Builder - Class in io.searchbox.indices
 
StatsAggregation - Class in io.searchbox.core.search.aggregation
 
StatsAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.StatsAggregation
 
Status - Class in io.searchbox.indices
 
Status.Builder - Class in io.searchbox.indices
 
store(boolean) - Method in class io.searchbox.indices.Stats.Builder
 
Suggest - Class in io.searchbox.core
 
Suggest.Builder - Class in io.searchbox.core
 
Suggestion(String, Integer, Integer, List<Map<String, Object>>) - Constructor for class io.searchbox.core.SuggestResult.Suggestion
 
SuggestResult - Class in io.searchbox.core
 
SuggestResult(SuggestResult) - Constructor for class io.searchbox.core.SuggestResult
 
SuggestResult(Gson) - Constructor for class io.searchbox.core.SuggestResult
 
SuggestResult.Suggestion - Class in io.searchbox.core
 
SumAggregation - Class in io.searchbox.core.search.aggregation
 
SumAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.SumAggregation
 

T

template - Variable in class io.searchbox.indices.template.TemplateAction.Builder
 
TemplateAction - Class in io.searchbox.indices.template
 
TemplateAction(TemplateAction.Builder) - Constructor for class io.searchbox.indices.template.TemplateAction
 
TemplateAction.Builder<T extends TemplateAction,K> - Class in io.searchbox.indices.template
 
templateName - Variable in class io.searchbox.indices.template.TemplateAction
 
Templates - Class in io.searchbox.indices
 
Templates() - Constructor for class io.searchbox.indices.Templates
 
Term(String, Integer) - Constructor for class io.searchbox.core.search.facet.TermsFacet.Term
 
terms() - Method in class io.searchbox.core.search.facet.TermsFacet
 
TermsAggregation - Class in io.searchbox.core.search.aggregation
 
TermsAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.TermsAggregation
 
TermsAggregation.Entry - Class in io.searchbox.core.search.aggregation
 
TermsFacet - Class in io.searchbox.core.search.facet
 
TermsFacet(String, JsonObject) - Constructor for class io.searchbox.core.search.facet.TermsFacet
 
TermsFacet.Term - Class in io.searchbox.core.search.facet
 
TermsStats(String, Long, Long, Double, Double, Double, Double) - Constructor for class io.searchbox.core.search.facet.TermsStatsFacet.TermsStats
 
TermsStatsFacet - Class in io.searchbox.core.search.facet
 
TermsStatsFacet(String, JsonObject) - Constructor for class io.searchbox.core.search.facet.TermsStatsFacet
 
TermsStatsFacet.TermsStats - Class in io.searchbox.core.search.facet
 
text - Variable in class io.searchbox.core.SuggestResult.Suggestion
 
threads(Integer) - Method in class io.searchbox.cluster.NodesHotThreads.Builder
number of hot threads to provide, defaults to 3
TIMEOUT - Static variable in class io.searchbox.params.Parameters
 
TIMESTAMP - Static variable in class io.searchbox.params.Parameters
 
tokenizer(String) - Method in class io.searchbox.indices.Analyze.Builder
 
toMap() - Method in class io.searchbox.core.Doc
 
toMap() - Method in class io.searchbox.core.search.sort.Sort
 
toString() - Method in class io.searchbox.action.AbstractAction
 
toString() - Method in enum io.searchbox.core.search.aggregation.AggregationField
 
toString() - Method in enum io.searchbox.core.search.sort.Sort.Missing
 
toString() - Method in enum io.searchbox.core.search.sort.Sort.Sorting
 
toString() - Method in enum io.searchbox.params.SearchType
 
TTL - Static variable in class io.searchbox.params.Parameters
 
type(String) - Method in class io.searchbox.action.AbstractDocumentTargetedAction.Builder
 
type(String) - Method in class io.searchbox.cluster.NodesHotThreads.Builder
The type to sample, defaults to cpu, but supports wait and block to see hot threads that are in wait or block state
TYPE - Static variable in class io.searchbox.core.search.aggregation.AvgAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.CardinalityAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.DateHistogramAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.DateRangeAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.FilterAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.FiltersAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.GeoBoundsAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.GeoDistanceAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.GeoHashGridAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.HistogramAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.Ipv4RangeAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.MaxAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.MinAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.MissingAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.PercentileRanksAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.PercentilesAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.RangeAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.ScriptedMetricAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.SignificantTermsAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.StatsAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.SumAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.TermsAggregation
 
TYPE - Static variable in class io.searchbox.core.search.aggregation.ValueCountAggregation
 
TYPE - Static variable in class io.searchbox.core.search.facet.DateHistogramFacet
 
TYPE - Static variable in class io.searchbox.core.search.facet.FilterFacet
 
TYPE - Static variable in class io.searchbox.core.search.facet.GeoDistanceFacet
 
TYPE - Static variable in class io.searchbox.core.search.facet.HistogramFacet
 
TYPE - Static variable in class io.searchbox.core.search.facet.QueryFacet
 
TYPE - Static variable in class io.searchbox.core.search.facet.RangeFacet
 
TYPE - Static variable in class io.searchbox.core.search.facet.StatisticalFacet
 
TYPE - Static variable in class io.searchbox.core.search.facet.TermsFacet
 
TYPE - Static variable in class io.searchbox.core.search.facet.TermsStatsFacet
 
type(String) - Method in class io.searchbox.core.Validate.Builder
 
type(String) - Method in class io.searchbox.indices.DeleteIndex.Builder
 
TypeExist - Class in io.searchbox.indices.type
 
TypeExist(TypeExist.Builder) - Constructor for class io.searchbox.indices.type.TypeExist
 
TypeExist.Builder - Class in io.searchbox.indices.type
 
typeName - Variable in class io.searchbox.action.AbstractAction
 

U

Update - Class in io.searchbox.core
 
Update.Builder - Class in io.searchbox.core
 
UpdateSettings - Class in io.searchbox.cluster
Allows to update cluster wide specific settings.
UpdateSettings - Class in io.searchbox.indices.settings
Change specific index level settings in real time.
UpdateSettings.Builder - Class in io.searchbox.cluster
 
UpdateSettings.Builder - Class in io.searchbox.indices.settings
 

V

Validate - Class in io.searchbox.core
 
Validate.Builder - Class in io.searchbox.core
 
ValueCountAggregation - Class in io.searchbox.core.search.aggregation
 
ValueCountAggregation(String, JsonObject) - Constructor for class io.searchbox.core.search.aggregation.ValueCountAggregation
 
valueOf(String) - Static method in enum io.searchbox.core.search.aggregation.AggregationField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.searchbox.core.search.sort.Sort.Missing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.searchbox.core.search.sort.Sort.Sorting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.searchbox.params.SearchType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.searchbox.core.search.aggregation.AggregationField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.searchbox.core.search.sort.Sort.Missing
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.searchbox.core.search.sort.Sort.Sorting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.searchbox.params.SearchType
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class io.searchbox.params.Parameters
 
VERSION_TYPE - Static variable in class io.searchbox.params.Parameters
 

W

waitForMerge(boolean) - Method in class io.searchbox.indices.Optimize.Builder
Should the request wait for the merge to end.
warmer(boolean) - Method in class io.searchbox.indices.Stats.Builder
 
withBlocks() - Method in class io.searchbox.cluster.State.Builder
Shows the blocks part of the response
withClear() - Method in class io.searchbox.cluster.NodesStats.Builder
Clears all the flags (first).
withFs() - Method in class io.searchbox.cluster.NodesStats.Builder
File system information, data path, free disk space, read/write stats
withHttp() - Method in class io.searchbox.cluster.NodesInfo.Builder
 
withHttp() - Method in class io.searchbox.cluster.NodesStats.Builder
HTTP connection information
withIndices() - Method in class io.searchbox.cluster.NodesStats.Builder
Indices stats about size, document count, indexing and deletion times, search times, field cache size , merges and flushes
withJvm() - Method in class io.searchbox.cluster.NodesInfo.Builder
 
withJvm() - Method in class io.searchbox.cluster.NodesStats.Builder
JVM stats, memory pool information, garbage collection, buffer pools
withMasterNode() - Method in class io.searchbox.cluster.State.Builder
Shows the elected master_node part of the response.
withMetadata() - Method in class io.searchbox.cluster.State.Builder
Shows the metadata part of the response.
withNetwork() - Method in class io.searchbox.cluster.NodesInfo.Builder
 
withNetwork() - Method in class io.searchbox.cluster.NodesStats.Builder
TCP information
withNodes() - Method in class io.searchbox.cluster.State.Builder
Shows the nodes part of the response
withOs() - Method in class io.searchbox.cluster.NodesInfo.Builder
 
withOs() - Method in class io.searchbox.cluster.NodesStats.Builder
Operating system stats, load average, cpu, mem, swap
withPlugins() - Method in class io.searchbox.cluster.NodesInfo.Builder
 
withProcess() - Method in class io.searchbox.cluster.NodesInfo.Builder
 
withProcess() - Method in class io.searchbox.cluster.NodesStats.Builder
Process statistics, memory consumption, cpu usage, open file descriptors
withRoutingTable() - Method in class io.searchbox.cluster.State.Builder
Shows the routing_table part of the response.
withSettings() - Method in class io.searchbox.cluster.NodesInfo.Builder
 
withSettings() - Method in class io.searchbox.cluster.NodesStats.Builder
 
withThreadPool() - Method in class io.searchbox.cluster.NodesInfo.Builder
 
withThreadPool() - Method in class io.searchbox.cluster.NodesStats.Builder
Statistics about each thread pool, including current size, queue and rejected tasks
withTransport() - Method in class io.searchbox.cluster.NodesInfo.Builder
 
withTransport() - Method in class io.searchbox.cluster.NodesStats.Builder
Transport statistics about sent and received bytes in cluster communication
withVersion() - Method in class io.searchbox.cluster.State.Builder
Shows the cluster state version.
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2015. All rights reserved.