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

A

AbstractElasticsearchRepository<T,ID extends Serializable> - Class in org.springframework.data.elasticsearch.repository.support
Elasticsearch specific repository implementation.
AbstractElasticsearchRepository() - Constructor for class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
AbstractElasticsearchRepository(ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
AbstractElasticsearchRepository(ElasticsearchEntityInformation<T, ID>, ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
AbstractElasticsearchRepositoryQuery - Class in org.springframework.data.elasticsearch.repository.query
AbstractElasticsearchRepositoryQuery
AbstractElasticsearchRepositoryQuery(ElasticsearchQueryMethod, ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.query.AbstractElasticsearchRepositoryQuery
 
AbstractFacetRequest - Class in org.springframework.data.elasticsearch.core.facet
Deprecated.
AbstractFacetRequest(String) - Constructor for class org.springframework.data.elasticsearch.core.facet.AbstractFacetRequest
Deprecated.
 
AbstractFacetResult - Class in org.springframework.data.elasticsearch.core.facet
Deprecated.
AbstractFacetResult(String, FacetType) - Constructor for class org.springframework.data.elasticsearch.core.facet.AbstractFacetResult
Deprecated.
 
AbstractResultMapper - Class in org.springframework.data.elasticsearch.core
 
AbstractResultMapper(EntityMapper) - Constructor for class org.springframework.data.elasticsearch.core.AbstractResultMapper
 
addAggregation(AbstractAggregationBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
addAggregation(AbstractAggregationBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
addAlias(AliasQuery) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
adding new alias
addAlias(AliasQuery) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
addCriteria(Criteria) - Method in class org.springframework.data.elasticsearch.core.query.CriteriaQuery
 
addFacet(FacetRequest) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
addFields(String...) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
addFields(String...) - Method in interface org.springframework.data.elasticsearch.core.query.Query
Add fields to be added as part of search request
addIndices(String...) - Method in interface org.springframework.data.elasticsearch.core.query.Query
Add Indices to be added as part of search request
addPersistentProperty(ElasticsearchPersistentProperty) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
addRange(Double, Double) - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequest
Deprecated.
 
addRange(String, String) - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequest
Deprecated.
 
addScriptField(ScriptField...) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
addSearchIndices(String...) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
addSearchTypes(String...) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
addSort(Sort) - Method in interface org.springframework.data.elasticsearch.core.query.Query
Add Sort to query
addSourceFilter(SourceFilter) - Method in interface org.springframework.data.elasticsearch.core.query.Query
Add source filter to be added as part of search request
addStopWords(String...) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
addTypes(String...) - Method in interface org.springframework.data.elasticsearch.core.query.Query
Add types to be searched
afterPropertiesSet() - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean
 
AggregatedPage<T> - Interface in org.springframework.data.elasticsearch.core.aggregation
 
AggregatedPageImpl<T> - Class in org.springframework.data.elasticsearch.core.aggregation.impl
 
AggregatedPageImpl(List<T>) - Constructor for class org.springframework.data.elasticsearch.core.aggregation.impl.AggregatedPageImpl
 
AggregatedPageImpl(List<T>, Pageable, long) - Constructor for class org.springframework.data.elasticsearch.core.aggregation.impl.AggregatedPageImpl
 
AggregatedPageImpl(List<T>, Pageable, long, Aggregations) - Constructor for class org.springframework.data.elasticsearch.core.aggregation.impl.AggregatedPageImpl
 
AliasBuilder - Class in org.springframework.data.elasticsearch.core.query
 
AliasBuilder() - Constructor for class org.springframework.data.elasticsearch.core.query.AliasBuilder
 
AliasQuery - Class in org.springframework.data.elasticsearch.core.query
AliasQuery is useful for creating new alias or deleting existing ones
AliasQuery() - Constructor for class org.springframework.data.elasticsearch.core.query.AliasQuery
 
allTerms() - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequestBuilder
Deprecated.
 
and(Field) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Chain using AND
and(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Chain using AND
and(Criteria) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Chain using AND
and(Criteria...) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Chain using AND
and(Part, CriteriaQuery, Iterator<Object>) - Method in class org.springframework.data.elasticsearch.repository.query.parser.ElasticsearchQueryCreator
 
applyQueryFilter() - Method in class org.springframework.data.elasticsearch.core.facet.AbstractFacetRequest
Deprecated.
 
applyQueryFilter() - Method in interface org.springframework.data.elasticsearch.core.facet.FacetRequest
Deprecated.
 
applyQueryFilter() - Method in class org.springframework.data.elasticsearch.core.facet.request.HistogramFacetRequestBuilder
Deprecated.
 
applyQueryFilter() - Method in class org.springframework.data.elasticsearch.core.facet.request.NativeFacetRequest
Deprecated.
 
applyQueryFilter() - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequestBuilder
Deprecated.
 
applyQueryFilter() - Method in class org.springframework.data.elasticsearch.core.facet.request.StatisticalFacetRequestBuilder
Deprecated.
 
applyQueryFilter() - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequestBuilder
Deprecated.
 
ascCount() - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequestBuilder
Deprecated.
 
ascTerm() - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequestBuilder
Deprecated.
 

B

between(Object, Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Crates new CriteriaEntry for RANGE [lowerBound TO upperBound]
boost(float) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Boost positive hit with given factor. eg. ^2.3
boundedBy(GeoBox) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Creates new CriteriaEntry for location GeoBox bounding box
boundedBy(Box) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Creates new CriteriaEntry for location Box bounding box
boundedBy(String, String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Creates new CriteriaEntry for bounding box created from points
boundedBy(GeoPoint, GeoPoint) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Creates new CriteriaEntry for bounding box created from points
boundedBy(Point, Point) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
build() - Method in class org.springframework.data.elasticsearch.core.facet.request.HistogramFacetRequestBuilder
Deprecated.
 
build() - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequestBuilder
Deprecated.
 
build() - Method in class org.springframework.data.elasticsearch.core.facet.request.StatisticalFacetRequestBuilder
Deprecated.
 
build() - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequestBuilder
Deprecated.
 
build() - Method in class org.springframework.data.elasticsearch.core.query.AliasBuilder
 
build() - Method in class org.springframework.data.elasticsearch.core.query.FetchSourceFilterBuilder
 
build() - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
build() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
build() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQueryBuilder
 
buildClient() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
bulkIndex(List<IndexQuery>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Bulk index all objects.
bulkIndex(List<IndexQuery>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
bulkUpdate(List<UpdateQuery>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Bulk update all objects.
bulkUpdate(List<UpdateQuery>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 

C

clearScroll(String) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Clears the search contexts associated with specified scroll ids.
clearScroll(String) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
complete(CriteriaQuery, Sort) - Method in class org.springframework.data.elasticsearch.repository.query.parser.ElasticsearchQueryCreator
 
Completion - Class in org.springframework.data.elasticsearch.core.completion
Based on the reference doc - http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-suggesters-completion.html
Completion(String[]) - Constructor for class org.springframework.data.elasticsearch.core.completion.Completion
 
CompletionField - Annotation Type in org.springframework.data.elasticsearch.annotations
Based on the reference doc - http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-suggesters-completion.html
contains(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Crates new CriteriaEntry with leading and trailing wildcards
NOTE: mind your schema as leading wildcards may not be supported and/or execution might be slow.
convert(Date) - Method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JavaDateConverter
 
convert(ReadableInstant) - Method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JodaDateTimeConverter
 
convert(LocalDateTime) - Method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
 
convert(ElasticsearchPersistentProperty) - Method in enum org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.PropertyToFieldNameConverter
 
count(CriteriaQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
return number of elements found by given query
count(CriteriaQuery) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
return number of elements found by given query
count(SearchQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
return number of elements found by given query
count(SearchQuery) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
return number of elements found by given query
count(CriteriaQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
count(SearchQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
count(CriteriaQuery) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
count(SearchQuery) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
count() - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
create(CreationalContext<T>, Class<T>, Object) - Method in class org.springframework.data.elasticsearch.repository.cdi.ElasticsearchRepositoryBean
 
create(Part, Iterator<Object>) - Method in class org.springframework.data.elasticsearch.repository.query.parser.ElasticsearchQueryCreator
 
createAssociation() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
createIndex(Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Create an index for a class
createIndex(String) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Create an index for given indexName
createIndex(String, Object) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Create an index for given indexName and Settings
createIndex(Class<T>, Object) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Create an index for given class and Settings
createIndex(Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
createIndex(String) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
createIndex(String, Object) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
createIndex(Class<T>, Object) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
 
createPersistentProperty(Field, PropertyDescriptor, SimpleElasticsearchPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
 
createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchPartQuery
 
createQuery(ParametersParameterAccessor) - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchStringQuery
 
createRepositoryFactory() - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean
 
Criteria - Class in org.springframework.data.elasticsearch.core.query
Criteria is the central class when constructing queries.
Criteria() - Constructor for class org.springframework.data.elasticsearch.core.query.Criteria
 
Criteria(String) - Constructor for class org.springframework.data.elasticsearch.core.query.Criteria
Creates a new Criteria with provided field name
Criteria(Field) - Constructor for class org.springframework.data.elasticsearch.core.query.Criteria
Creates a new Criteria for the given field
Criteria(List<Criteria>, String) - Constructor for class org.springframework.data.elasticsearch.core.query.Criteria
 
Criteria(List<Criteria>, Field) - Constructor for class org.springframework.data.elasticsearch.core.query.Criteria
 
Criteria.CriteriaEntry - Class in org.springframework.data.elasticsearch.core.query
 
Criteria.OperationKey - Enum in org.springframework.data.elasticsearch.core.query
 
CRITERIA_VALUE_SEPERATOR - Static variable in class org.springframework.data.elasticsearch.core.query.Criteria
 
CriteriaQuery - Class in org.springframework.data.elasticsearch.core.query
CriteriaQuery
CriteriaQuery(Criteria) - Constructor for class org.springframework.data.elasticsearch.core.query.CriteriaQuery
 
CriteriaQuery(Criteria, Pageable) - Constructor for class org.springframework.data.elasticsearch.core.query.CriteriaQuery
 
CustomGeoModule - Class in org.springframework.data.elasticsearch.core.geo
 
CustomGeoModule() - Constructor for class org.springframework.data.elasticsearch.core.geo.CustomGeoModule
Creates a new CustomGeoModule registering serializers and deserializers for spring data commons geo-spatial types.

D

DateFormat - Enum in org.springframework.data.elasticsearch.annotations
 
DateTimeConverters - Class in org.springframework.data.elasticsearch.core.convert
DateTimeConverters
DateTimeConverters() - Constructor for class org.springframework.data.elasticsearch.core.convert.DateTimeConverters
 
DateTimeConverters.JavaDateConverter - Enum in org.springframework.data.elasticsearch.core.convert
 
DateTimeConverters.JodaDateTimeConverter - Enum in org.springframework.data.elasticsearch.core.convert
 
DateTimeConverters.JodaLocalDateTimeConverter - Enum in org.springframework.data.elasticsearch.core.convert
 
DEFAULT_PAGE - Static variable in interface org.springframework.data.elasticsearch.core.query.Query
 
DEFAULT_PAGE_SIZE - Static variable in interface org.springframework.data.elasticsearch.core.query.Query
 
DefaultEntityMapper - Class in org.springframework.data.elasticsearch.core
DocumentMapper using jackson
DefaultEntityMapper() - Constructor for class org.springframework.data.elasticsearch.core.DefaultEntityMapper
 
DefaultResultMapper - Class in org.springframework.data.elasticsearch.core
 
DefaultResultMapper() - Constructor for class org.springframework.data.elasticsearch.core.DefaultResultMapper
 
DefaultResultMapper(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty>) - Constructor for class org.springframework.data.elasticsearch.core.DefaultResultMapper
 
DefaultResultMapper(EntityMapper) - Constructor for class org.springframework.data.elasticsearch.core.DefaultResultMapper
 
DefaultResultMapper(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty>, EntityMapper) - Constructor for class org.springframework.data.elasticsearch.core.DefaultResultMapper
 
delete(String, String, String) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Delete the one object with provided id
delete(CriteriaQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Delete all records matching the criteria
delete(Class<T>, String) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Delete the one object with provided id
delete(DeleteQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Delete all records matching the query
delete(DeleteQuery) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Delete all records matching the query
delete(String, String, String) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
delete(Class<T>, String) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
delete(DeleteQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
delete(DeleteQuery) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
delete(CriteriaQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
delete(ID) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
delete(T) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
delete(Iterable<? extends T>) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
deleteAll() - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
deleteIndex(Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Deletes an index for given entity
deleteIndex(String) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Deletes an index for given indexName
deleteIndex(Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
deleteIndex(String) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
DeleteQuery - Class in org.springframework.data.elasticsearch.core.query
DeleteQuery
DeleteQuery() - Constructor for class org.springframework.data.elasticsearch.core.query.DeleteQuery
 
descCount() - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequestBuilder
Deprecated.
 
descTerm() - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequestBuilder
Deprecated.
 
destroy() - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
 
destroy() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
Document - Annotation Type in org.springframework.data.elasticsearch.annotations
Document
DoUpsert() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 

E

ElasticsearchConverter - Interface in org.springframework.data.elasticsearch.core.convert
ElasticsearchConverter
ElasticsearchCrudRepository<T,ID extends Serializable> - Interface in org.springframework.data.elasticsearch.repository
 
ElasticsearchEntityInformation<T,ID extends Serializable> - Interface in org.springframework.data.elasticsearch.repository.support
 
ElasticsearchEntityInformationCreator - Interface in org.springframework.data.elasticsearch.repository.support
ElasticsearchEntityInformationCreator
ElasticsearchEntityInformationCreatorImpl - Class in org.springframework.data.elasticsearch.repository.support
ElasticsearchEntityInformationCreatorImpl
ElasticsearchEntityInformationCreatorImpl(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty>) - Constructor for class org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformationCreatorImpl
 
ElasticsearchException - Exception in org.springframework.data.elasticsearch
ElasticsearchException
ElasticsearchException(String) - Constructor for exception org.springframework.data.elasticsearch.ElasticsearchException
 
ElasticsearchException(String, Throwable) - Constructor for exception org.springframework.data.elasticsearch.ElasticsearchException
 
ElasticsearchException(String, Throwable, Map<String, String>) - Constructor for exception org.springframework.data.elasticsearch.ElasticsearchException
 
ElasticsearchException(String, Map<String, String>) - Constructor for exception org.springframework.data.elasticsearch.ElasticsearchException
 
ElasticsearchNamespaceHandler - Class in org.springframework.data.elasticsearch.config
ElasticsearchNamespaceHandler
ElasticsearchNamespaceHandler() - Constructor for class org.springframework.data.elasticsearch.config.ElasticsearchNamespaceHandler
 
ElasticsearchOperations - Interface in org.springframework.data.elasticsearch.core
ElasticsearchOperations
elasticsearchOperations - Variable in class org.springframework.data.elasticsearch.repository.query.AbstractElasticsearchRepositoryQuery
 
elasticsearchOperations - Variable in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
ElasticsearchPartQuery - Class in org.springframework.data.elasticsearch.repository.query
ElasticsearchPartQuery
ElasticsearchPartQuery(ElasticsearchQueryMethod, ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.query.ElasticsearchPartQuery
 
ElasticsearchPersistentEntity<T> - Interface in org.springframework.data.elasticsearch.core.mapping
ElasticsearchPersistentEntity
ElasticsearchPersistentProperty - Interface in org.springframework.data.elasticsearch.core.mapping
ElasticsearchPersistentProperty
ElasticsearchPersistentProperty.PropertyToFieldNameConverter - Enum in org.springframework.data.elasticsearch.core.mapping
 
ElasticsearchQueryCreator - Class in org.springframework.data.elasticsearch.repository.query.parser
ElasticsearchQueryCreator
ElasticsearchQueryCreator(PartTree, ParameterAccessor, MappingContext<?, ElasticsearchPersistentProperty>) - Constructor for class org.springframework.data.elasticsearch.repository.query.parser.ElasticsearchQueryCreator
 
ElasticsearchQueryCreator(PartTree, MappingContext<?, ElasticsearchPersistentProperty>) - Constructor for class org.springframework.data.elasticsearch.repository.query.parser.ElasticsearchQueryCreator
 
ElasticsearchQueryMethod - Class in org.springframework.data.elasticsearch.repository.query
ElasticsearchQueryMethod
ElasticsearchQueryMethod(Method, RepositoryMetadata, ProjectionFactory) - Constructor for class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
 
ElasticsearchRepository<T,ID extends Serializable> - Interface in org.springframework.data.elasticsearch.repository
 
ElasticsearchRepositoryBean<T> - Class in org.springframework.data.elasticsearch.repository.cdi
Uses CdiRepositoryBean to create ElasticsearchRepository instances.
ElasticsearchRepositoryBean(Bean<ElasticsearchOperations>, Set<Annotation>, Class<T>, BeanManager, CustomRepositoryImplementationDetector) - Constructor for class org.springframework.data.elasticsearch.repository.cdi.ElasticsearchRepositoryBean
ElasticsearchRepositoryConfigExtension - Class in org.springframework.data.elasticsearch.repository.config
RepositoryConfigurationExtension implementation to configure Elasticsearch repository configuration support, evaluating the EnableElasticsearchRepositories annotation or the equivalent XML element.
ElasticsearchRepositoryConfigExtension() - Constructor for class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
 
ElasticsearchRepositoryExtension - Class in org.springframework.data.elasticsearch.repository.cdi
CDI extension to export Elasticsearch repositories.
ElasticsearchRepositoryExtension() - Constructor for class org.springframework.data.elasticsearch.repository.cdi.ElasticsearchRepositoryExtension
 
ElasticsearchRepositoryFactory - Class in org.springframework.data.elasticsearch.repository.support
Factory to create ElasticsearchRepository
ElasticsearchRepositoryFactory(ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory
 
ElasticsearchRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.elasticsearch.repository.support
Spring FactoryBean implementation to ease container based configuration for XML namespace and JavaConfig.
ElasticsearchRepositoryFactoryBean(Class<? extends T>) - Constructor for class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean
Creates a new ElasticsearchRepositoryFactoryBean for the given repository interface.
ElasticsearchStringQuery - Class in org.springframework.data.elasticsearch.repository.query
ElasticsearchStringQuery
ElasticsearchStringQuery(ElasticsearchQueryMethod, ElasticsearchOperations, String) - Constructor for class org.springframework.data.elasticsearch.repository.query.ElasticsearchStringQuery
 
ElasticsearchTemplate - Class in org.springframework.data.elasticsearch.core
ElasticsearchTemplate
ElasticsearchTemplate(Client) - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
ElasticsearchTemplate(Client, EntityMapper) - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
ElasticsearchTemplate(Client, ElasticsearchConverter, EntityMapper) - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
ElasticsearchTemplate(Client, ResultsMapper) - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
ElasticsearchTemplate(Client, ElasticsearchConverter) - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
ElasticsearchTemplate(Client, ElasticsearchConverter, ResultsMapper) - Constructor for class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
EnableElasticsearchRepositories - Annotation Type in org.springframework.data.elasticsearch.repository.config
Annotation to enable Elasticsearch repositories.
endsWith(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Crates new CriteriaEntry with leading wildcard
NOTE: mind your schema and execution times as leading wildcards may not be supported.
entityClass - Variable in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
entityInformation - Variable in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
EntityMapper - Interface in org.springframework.data.elasticsearch.core
DocumentMapper interface, it will allow to customize how we mapping object to json
excludeTerms(String...) - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequestBuilder
Deprecated.
 
execute(Object[]) - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchPartQuery
 
execute(Object[]) - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchStringQuery
 
exists(ID) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
expression(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Crates new CriteriaEntry allowing native elasticsearch expressions
extract(SearchResponse) - Method in interface org.springframework.data.elasticsearch.core.ResultsExtractor
 
extractIdFromBean(T) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 

F

FacetedPage<T> - Interface in org.springframework.data.elasticsearch.core
Deprecated.
FacetedPageImpl<T> - Class in org.springframework.data.elasticsearch.core
Deprecated.
FacetedPageImpl(List<T>) - Constructor for class org.springframework.data.elasticsearch.core.FacetedPageImpl
Deprecated.
 
FacetedPageImpl(List<T>, Pageable, long) - Constructor for class org.springframework.data.elasticsearch.core.FacetedPageImpl
Deprecated.
 
FacetRequest - Interface in org.springframework.data.elasticsearch.core.facet
Deprecated.
FacetResult - Interface in org.springframework.data.elasticsearch.core.facet
Deprecated.
FacetType - Enum in org.springframework.data.elasticsearch.core.facet
Deprecated.
FetchSourceFilter - Class in org.springframework.data.elasticsearch.core.query
SourceFilter implementation for providing includes and excludes.
FetchSourceFilter(String[], String[]) - Constructor for class org.springframework.data.elasticsearch.core.query.FetchSourceFilter
 
FetchSourceFilterBuilder - Class in org.springframework.data.elasticsearch.core.query
SourceFilter builder for providing includes and excludes.
FetchSourceFilterBuilder() - Constructor for class org.springframework.data.elasticsearch.core.query.FetchSourceFilterBuilder
 
Field - Annotation Type in org.springframework.data.elasticsearch.annotations
 
field(String) - Method in class org.springframework.data.elasticsearch.core.facet.request.HistogramFacetRequestBuilder
Deprecated.
 
field(String) - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequestBuilder
Deprecated.
 
field(String) - Method in class org.springframework.data.elasticsearch.core.facet.request.StatisticalFacetRequestBuilder
Deprecated.
 
Field - Interface in org.springframework.data.elasticsearch.core.query
Defines a Field that can be used within a Criteria.
FIELD_SORT - Static variable in interface org.springframework.data.elasticsearch.core.facet.FacetRequest
Deprecated.
 
FIELD_UNTOUCHED - Static variable in interface org.springframework.data.elasticsearch.core.facet.FacetRequest
Deprecated.
 
FieldIndex - Enum in org.springframework.data.elasticsearch.annotations
 
fieldName() - Method in class org.springframework.data.elasticsearch.core.query.ScriptField
 
fields(String, String) - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequestBuilder
Deprecated.
 
fields(String...) - Method in class org.springframework.data.elasticsearch.core.facet.request.StatisticalFacetRequestBuilder
Deprecated.
 
fields(String...) - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequestBuilder
Deprecated.
 
FieldType - Enum in org.springframework.data.elasticsearch.annotations
 
findAll() - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
findAll(Pageable) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
findAll(Sort) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
findAll(Iterable<ID>) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
findOne(ID) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
from(double) - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequestBuilder
Deprecated.
 
from(String) - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequestBuilder
Deprecated.
 
fromBox(Box) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoBox
return a GeoBox from a Box.
fromPoint(Point) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoPoint
build a GeoPoint from a Point
fromQuery(CriteriaQuery) - Static method in class org.springframework.data.elasticsearch.core.query.CriteriaQuery
 
fromQuery(CriteriaQuery, T) - Static method in class org.springframework.data.elasticsearch.core.query.CriteriaQuery
 
fuzzy(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Crates new CriteriaEntry with trailing ~

G

GeoBox - Class in org.springframework.data.elasticsearch.core.geo
Geo bbox used for #Criteria.
GeoBox(GeoPoint, GeoPoint) - Constructor for class org.springframework.data.elasticsearch.core.geo.GeoBox
 
GeoPoint - Class in org.springframework.data.elasticsearch.core.geo
geo-location used for #Criteria.
GeoPoint(double, double) - Constructor for class org.springframework.data.elasticsearch.core.geo.GeoPoint
 
GeoPointField - Annotation Type in org.springframework.data.elasticsearch.annotations
 
getAggregation(String) - Method in interface org.springframework.data.elasticsearch.core.aggregation.AggregatedPage
 
getAggregation(String) - Method in class org.springframework.data.elasticsearch.core.aggregation.impl.AggregatedPageImpl
 
getAggregations() - Method in interface org.springframework.data.elasticsearch.core.aggregation.AggregatedPage
 
getAggregations() - Method in class org.springframework.data.elasticsearch.core.aggregation.impl.AggregatedPageImpl
 
getAggregations() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
getAggregations() - Method in interface org.springframework.data.elasticsearch.core.query.SearchQuery
 
getAliasName() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
 
getAnnotatedQuery() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
 
getBoost() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
getBoost() - Method in class org.springframework.data.elasticsearch.core.query.IndexBoost
 
getBoostTerms() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getBottomRight() - Method in class org.springframework.data.elasticsearch.core.geo.GeoBox
 
getClazz() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
getClient() - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
 
getClient() - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
getClientIgnoreClusterName() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
getClientNodesSamplerInterval() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
getClientPingTimeout() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
getConjunctionOperator() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Conjunction to be used with this criteria (AND | OR)
getConversionService() - Method in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchConverter
Returns the underlying ConversionService used by the converter.
getConversionService() - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
 
getCount() - Method in class org.springframework.data.elasticsearch.core.facet.result.IntervalUnit
Deprecated.
 
getCount() - Method in class org.springframework.data.elasticsearch.core.facet.result.Range
Deprecated.
Return number of documents in range
getCount() - Method in class org.springframework.data.elasticsearch.core.facet.result.StatisticalResult
Deprecated.
 
getCount() - Method in class org.springframework.data.elasticsearch.core.facet.result.Term
Deprecated.
 
getCriteria() - Method in class org.springframework.data.elasticsearch.core.query.CriteriaQuery
 
getCriteriaChain() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
getElasticsearchConverter() - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
 
getElasticsearchConverter() - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
getElasticsearchSorts() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
getElasticsearchSorts() - Method in interface org.springframework.data.elasticsearch.core.query.SearchQuery
 
getEntityClass() - Method in interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
 
getEntityClass() - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
getEntityInformation(Class<T>) - Method in interface org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformationCreator
 
getEntityInformation(Class<T>) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformationCreatorImpl
 
getEntityInformation(Class<T>) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory
 
getEntityMapper() - Method in class org.springframework.data.elasticsearch.core.AbstractResultMapper
 
getEntityMapper() - Method in interface org.springframework.data.elasticsearch.core.ResultsMapper
 
getExcludes() - Method in class org.springframework.data.elasticsearch.core.query.FetchSourceFilter
 
getExcludes() - Method in interface org.springframework.data.elasticsearch.core.query.SourceFilter
 
getFacet() - Method in interface org.springframework.data.elasticsearch.core.facet.FacetRequest
Deprecated.
 
getFacet() - Method in class org.springframework.data.elasticsearch.core.facet.request.HistogramFacetRequest
Deprecated.
 
getFacet() - Method in class org.springframework.data.elasticsearch.core.facet.request.NativeFacetRequest
Deprecated.
 
getFacet() - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequest
Deprecated.
 
getFacet() - Method in class org.springframework.data.elasticsearch.core.facet.request.StatisticalFacetRequest
Deprecated.
 
getFacet() - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequest
Deprecated.
 
getFacet(String) - Method in interface org.springframework.data.elasticsearch.core.FacetedPage
Deprecated.
 
getFacet(String) - Method in class org.springframework.data.elasticsearch.core.FacetedPageImpl
Deprecated.
 
getFacets() - Method in interface org.springframework.data.elasticsearch.core.FacetedPage
Deprecated.
 
getFacets() - Method in class org.springframework.data.elasticsearch.core.FacetedPageImpl
Deprecated.
 
getFacets() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
getFacets() - Method in interface org.springframework.data.elasticsearch.core.query.SearchQuery
Deprecated.
getFailedDocuments() - Method in exception org.springframework.data.elasticsearch.ElasticsearchException
 
getField() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Field targeted by this Criteria
getFieldName() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty
 
getFieldName() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
getFields() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getFields() - Method in interface org.springframework.data.elasticsearch.core.query.Query
Get fields to be returned as part of search request
getFilter() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
 
getFilter() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
getFilter() - Method in interface org.springframework.data.elasticsearch.core.query.SearchQuery
 
getFilterBuilder() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
 
getFilterCriteria() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
getFilterCriteriaEntries() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
getFrom() - Method in class org.springframework.data.elasticsearch.core.facet.result.Range
Deprecated.
 
getHighlightFields() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
getHighlightFields() - Method in interface org.springframework.data.elasticsearch.core.query.SearchQuery
 
getId() - Method in class org.springframework.data.elasticsearch.core.query.GetQuery
 
getId() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
getId() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getId() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
getIdAttribute() - Method in interface org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformation
 
getIdAttribute() - Method in class org.springframework.data.elasticsearch.repository.support.MappingElasticsearchEntityInformation
 
getIdentifyingAnnotations() - Method in class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
 
getIdentifyingTypes() - Method in class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
 
getIds() - Method in interface org.springframework.data.elasticsearch.core.query.Query
Get Ids
getIncludes() - Method in class org.springframework.data.elasticsearch.core.query.FetchSourceFilter
 
getIncludes() - Method in interface org.springframework.data.elasticsearch.core.query.SourceFilter
 
getIndex() - Method in class org.springframework.data.elasticsearch.core.query.DeleteQuery
 
getIndexName() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
 
getIndexName() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
getIndexName() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
 
getIndexName() - Method in class org.springframework.data.elasticsearch.core.query.IndexBoost
 
getIndexName() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
getIndexName() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getIndexName() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
getIndexName() - Method in interface org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformation
 
getIndexName() - Method in class org.springframework.data.elasticsearch.repository.support.MappingElasticsearchEntityInformation
 
getIndexRouting() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
 
getIndexStoreType() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
 
getIndexStoreType() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
getIndexType() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
 
getIndexType() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
getIndices() - Method in interface org.springframework.data.elasticsearch.core.query.Query
Get Indices to be searched
getIndicesBoost() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
getIndicesBoost() - Method in interface org.springframework.data.elasticsearch.core.query.SearchQuery
 
getInput() - Method in class org.springframework.data.elasticsearch.core.completion.Completion
 
getIntervalUnit() - Method in class org.springframework.data.elasticsearch.core.facet.result.HistogramResult
Deprecated.
 
getKey() - Method in class org.springframework.data.elasticsearch.core.facet.result.IntervalUnit
Deprecated.
 
getKey() - Method in class org.springframework.data.elasticsearch.core.query.Criteria.CriteriaEntry
 
getLat() - Method in class org.springframework.data.elasticsearch.core.geo.GeoPoint
 
getLon() - Method in class org.springframework.data.elasticsearch.core.geo.GeoPoint
 
getMapping(Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Get mapping for a class
getMapping(String, String) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Get mapping for a given indexName and type
getMapping(String, String) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
getMapping(Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
getMappingContext() - Method in interface org.springframework.data.elasticsearch.core.convert.ElasticsearchConverter
Returns the underlying MappingContext used by the converter.
getMappingContext() - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
 
getMax() - Method in class org.springframework.data.elasticsearch.core.facet.result.IntervalUnit
Deprecated.
 
getMax() - Method in class org.springframework.data.elasticsearch.core.facet.result.Range
Deprecated.
 
getMax() - Method in class org.springframework.data.elasticsearch.core.facet.result.StatisticalResult
Deprecated.
 
getMaxDocFreq() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getMaxQueryTerms() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getMaxWordLen() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getMean() - Method in class org.springframework.data.elasticsearch.core.facet.result.IntervalUnit
Deprecated.
 
getMean() - Method in class org.springframework.data.elasticsearch.core.facet.result.StatisticalResult
Deprecated.
 
getMin() - Method in class org.springframework.data.elasticsearch.core.facet.result.IntervalUnit
Deprecated.
 
getMin() - Method in class org.springframework.data.elasticsearch.core.facet.result.Range
Deprecated.
 
getMin() - Method in class org.springframework.data.elasticsearch.core.facet.result.StatisticalResult
Deprecated.
 
getMinDocFreq() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getMinScore() - Method in interface org.springframework.data.elasticsearch.core.query.Query
Get minimum score
getMinTermFreq() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getMinWordLen() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getMissing() - Method in class org.springframework.data.elasticsearch.core.facet.result.TermResult
Deprecated.
 
getModulePrefix() - Method in class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
 
getName() - Method in class org.springframework.data.elasticsearch.core.facet.AbstractFacetRequest
Deprecated.
 
getName() - Method in class org.springframework.data.elasticsearch.core.facet.AbstractFacetResult
Deprecated.
 
getName() - Method in interface org.springframework.data.elasticsearch.core.facet.FacetResult
Deprecated.
 
getName() - Method in interface org.springframework.data.elasticsearch.core.query.Field
Get the name of the field used in schema.xml of elasticsearch server
getName() - Method in class org.springframework.data.elasticsearch.core.query.SimpleField
 
getObject() - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
 
getObject() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
getObject() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
getObjectType() - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
 
getObjectType() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
getOther() - Method in class org.springframework.data.elasticsearch.core.facet.result.TermResult
Deprecated.
 
getOutput() - Method in class org.springframework.data.elasticsearch.core.completion.Completion
 
getPageable() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getPageable() - Method in interface org.springframework.data.elasticsearch.core.query.Query
Get page settings if defined
getPageSize() - Method in class org.springframework.data.elasticsearch.core.query.DeleteQuery
 
getParentId() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
getParentId(T) - Method in interface org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformation
 
getParentId(T) - Method in class org.springframework.data.elasticsearch.repository.support.MappingElasticsearchEntityInformation
 
getParentIdProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
 
getParentIdProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
getParentType() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
 
getParentType() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
getPayload() - Method in class org.springframework.data.elasticsearch.core.completion.Completion
 
getPercentTermsToMatch() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getPersistentEntityFor(Class) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
 
getPersistentEntityFor(Class) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
getQuery() - Method in class org.springframework.data.elasticsearch.core.query.DeleteQuery
 
GetQuery - Class in org.springframework.data.elasticsearch.core.query
GetQuery
GetQuery() - Constructor for class org.springframework.data.elasticsearch.core.query.GetQuery
 
getQuery() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
getQuery() - Method in interface org.springframework.data.elasticsearch.core.query.SearchQuery
 
getQueryCriteriaEntries() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
getQueryLookupStrategy(QueryLookupStrategy.Key) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory
 
getQueryMethod() - Method in class org.springframework.data.elasticsearch.repository.query.AbstractElasticsearchRepositoryQuery
 
getRanges() - Method in class org.springframework.data.elasticsearch.core.facet.result.RangeResult
Deprecated.
 
getRefreshInterval() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
 
getRefreshInterval() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
getReplicas() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
 
getReplicas() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory
 
getRepositoryFactoryClassName() - Method in class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
 
GetResultMapper - Interface in org.springframework.data.elasticsearch.core
 
getResultsMapper() - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
getRoute() - Method in interface org.springframework.data.elasticsearch.core.query.Query
Get route
getRouting() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
 
getRouting() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getScope() - Method in class org.springframework.data.elasticsearch.repository.cdi.ElasticsearchRepositoryBean
 
getScriptFields() - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
getScriptFields() - Method in interface org.springframework.data.elasticsearch.core.query.SearchQuery
 
getScrollTimeInMillis() - Method in class org.springframework.data.elasticsearch.core.query.DeleteQuery
 
getSearchIndices() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getSearchRouting() - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
 
getSearchType() - Method in interface org.springframework.data.elasticsearch.core.query.Query
Type of search
getSearchTypes() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getSetting(String) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Get settings for a given indexName
getSetting(Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Get settings for a given class
getSetting(Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
getSetting(String) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
getShards() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
 
getShards() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
getSort() - Method in interface org.springframework.data.elasticsearch.core.query.Query
 
getSource() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
getSource() - Method in class org.springframework.data.elasticsearch.core.query.StringQuery
 
getSourceFilter() - Method in interface org.springframework.data.elasticsearch.core.query.Query
Get SourceFilter to be returned to get include and exclude source fields as part of search request.
getStdDeviation() - Method in class org.springframework.data.elasticsearch.core.facet.result.StatisticalResult
Deprecated.
 
getStopWords() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getSumOfSquares() - Method in class org.springframework.data.elasticsearch.core.facet.result.StatisticalResult
Deprecated.
 
getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactory
 
getTerm() - Method in class org.springframework.data.elasticsearch.core.facet.result.Term
Deprecated.
 
getTerms() - Method in class org.springframework.data.elasticsearch.core.facet.result.TermResult
Deprecated.
 
getTo() - Method in class org.springframework.data.elasticsearch.core.facet.result.Range
Deprecated.
 
getTopLeft() - Method in class org.springframework.data.elasticsearch.core.geo.GeoBox
 
getTotal() - Method in class org.springframework.data.elasticsearch.core.facet.result.IntervalUnit
Deprecated.
 
getTotal() - Method in class org.springframework.data.elasticsearch.core.facet.result.Range
Deprecated.
 
getTotal() - Method in class org.springframework.data.elasticsearch.core.facet.result.StatisticalResult
Deprecated.
 
getTotal() - Method in class org.springframework.data.elasticsearch.core.facet.result.TermResult
Deprecated.
 
getTotalCount() - Method in class org.springframework.data.elasticsearch.core.facet.result.IntervalUnit
Deprecated.
 
getTotalCount() - Method in class org.springframework.data.elasticsearch.core.facet.result.Range
Deprecated.
 
getType() - Method in class org.springframework.data.elasticsearch.core.facet.AbstractFacetResult
Deprecated.
 
getType() - Method in interface org.springframework.data.elasticsearch.core.facet.FacetResult
Deprecated.
 
getType() - Method in class org.springframework.data.elasticsearch.core.query.DeleteQuery
 
getType() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
getType() - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
getType() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
getType() - Method in interface org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformation
 
getType() - Method in class org.springframework.data.elasticsearch.repository.support.MappingElasticsearchEntityInformation
 
getTypes() - Method in interface org.springframework.data.elasticsearch.core.query.Query
Get types to be searched
getUpdateRequest() - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
getValue() - Method in class org.springframework.data.elasticsearch.core.query.Criteria.CriteriaEntry
 
getVariance() - Method in class org.springframework.data.elasticsearch.core.facet.result.StatisticalResult
Deprecated.
 
getVersion() - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
getVersion(T) - Method in interface org.springframework.data.elasticsearch.repository.support.ElasticsearchEntityInformation
 
getVersion(T) - Method in class org.springframework.data.elasticsearch.repository.support.MappingElasticsearchEntityInformation
 
getVersionProperty() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
 
getWeight() - Method in class org.springframework.data.elasticsearch.core.completion.Completion
 
greaterThan(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
greaterThanEqual(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Crates new CriteriaEntry for RANGE [lowerBound TO *]

H

hasAggregations() - Method in interface org.springframework.data.elasticsearch.core.aggregation.AggregatedPage
 
hasAggregations() - Method in class org.springframework.data.elasticsearch.core.aggregation.impl.AggregatedPageImpl
 
hasAnnotatedQuery() - Method in class org.springframework.data.elasticsearch.repository.query.ElasticsearchQueryMethod
 
hasFacets() - Method in interface org.springframework.data.elasticsearch.core.FacetedPage
Deprecated.
 
hasFacets() - Method in class org.springframework.data.elasticsearch.core.FacetedPageImpl
Deprecated.
 
HistogramFacetRequest - Class in org.springframework.data.elasticsearch.core.facet.request
Deprecated.
HistogramFacetRequest(String) - Constructor for class org.springframework.data.elasticsearch.core.facet.request.HistogramFacetRequest
Deprecated.
 
HistogramFacetRequestBuilder - Class in org.springframework.data.elasticsearch.core.facet.request
Deprecated.
HistogramFacetRequestBuilder(String) - Constructor for class org.springframework.data.elasticsearch.core.facet.request.HistogramFacetRequestBuilder
Deprecated.
 
HistogramResult - Class in org.springframework.data.elasticsearch.core.facet.result
Deprecated.
HistogramResult(String, List<IntervalUnit>) - Constructor for class org.springframework.data.elasticsearch.core.facet.result.HistogramResult
Deprecated.
 

I

in(Object...) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Crates new CriteriaEntry for multiple values (arg0 arg1 arg2 ...)
in(Iterable<?>) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Crates new CriteriaEntry for multiple values (arg0 arg1 arg2 ...)
index(IndexQuery) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Index an object.
index(IndexQuery) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
index(S) - Method in interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
 
index(S) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
IndexBoost - Class in org.springframework.data.elasticsearch.core.query
Defines a IndexBoost to be applied on the "indices_boost" query clause
IndexBoost(String, float) - Constructor for class org.springframework.data.elasticsearch.core.query.IndexBoost
 
indexExists(Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
check if index is exists
indexExists(String) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
check if index is exists for given IndexName
indexExists(Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
indexExists(String) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
IndexQuery - Class in org.springframework.data.elasticsearch.core.query
IndexQuery
IndexQuery() - Constructor for class org.springframework.data.elasticsearch.core.query.IndexQuery
 
IndexQueryBuilder - Class in org.springframework.data.elasticsearch.core.query
IndexQuery Builder
IndexQueryBuilder() - Constructor for class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
init() - Method in class org.springframework.data.elasticsearch.config.ElasticsearchNamespaceHandler
 
InnerField - Annotation Type in org.springframework.data.elasticsearch.annotations
 
INTERNAL_STATS - Static variable in class org.springframework.data.elasticsearch.core.facet.AbstractFacetRequest
Deprecated.
 
interval(long) - Method in class org.springframework.data.elasticsearch.core.facet.request.HistogramFacetRequestBuilder
Deprecated.
 
IntervalUnit - Class in org.springframework.data.elasticsearch.core.facet.result
Deprecated.
IntervalUnit(long, long, long, double, double, double, double) - Constructor for class org.springframework.data.elasticsearch.core.facet.result.IntervalUnit
Deprecated.
 
is(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Crates new CriteriaEntry without any wildcards
isAnd() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
isCreateIndexAndMapping() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
 
isCreateIndexAndMapping() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
isIdProperty() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
Gets the value of the property idProperty.
isNegating() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
isOr() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
isSingleton() - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
 
isSingleton() - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
isUseServerConfiguration() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
 
isUseServerConfiguration() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 

L

lessThan(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
lessThanEqual(Object) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Crates new CriteriaEntry for RANGE [* TO upperBound]

M

mapEntity(String, Class<T>) - Method in class org.springframework.data.elasticsearch.core.AbstractResultMapper
 
Mapping - Annotation Type in org.springframework.data.elasticsearch.annotations
Elasticsearch Mapping
MappingElasticsearchConverter - Class in org.springframework.data.elasticsearch.core.convert
MappingElasticsearchConverter
MappingElasticsearchConverter(MappingContext<? extends ElasticsearchPersistentEntity<?>, ElasticsearchPersistentProperty>) - Constructor for class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
 
MappingElasticsearchEntityInformation<T,ID extends Serializable> - Class in org.springframework.data.elasticsearch.repository.support
Elasticsearch specific implementation of AbstractEntityInformation
MappingElasticsearchEntityInformation(ElasticsearchPersistentEntity<T>) - Constructor for class org.springframework.data.elasticsearch.repository.support.MappingElasticsearchEntityInformation
 
MappingElasticsearchEntityInformation(ElasticsearchPersistentEntity<T>, String, String) - Constructor for class org.springframework.data.elasticsearch.repository.support.MappingElasticsearchEntityInformation
 
mapResult(GetResponse, Class<T>) - Method in class org.springframework.data.elasticsearch.core.DefaultResultMapper
 
mapResult(GetResponse, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.GetResultMapper
 
mapResults(SearchResponse, Class<T>, Pageable) - Method in class org.springframework.data.elasticsearch.core.DefaultResultMapper
 
mapResults(MultiGetResponse, Class<T>) - Method in class org.springframework.data.elasticsearch.core.DefaultResultMapper
 
mapResults(MultiGetResponse, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.MultiGetResultMapper
 
mapResults(SearchResponse, Class<T>, Pageable) - Method in interface org.springframework.data.elasticsearch.core.SearchResultMapper
 
mapToObject(String, Class<T>) - Method in class org.springframework.data.elasticsearch.core.DefaultEntityMapper
 
mapToObject(String, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.EntityMapper
 
mapToString(Object) - Method in class org.springframework.data.elasticsearch.core.DefaultEntityMapper
 
mapToString(Object) - Method in interface org.springframework.data.elasticsearch.core.EntityMapper
 
moreLikeThis(MoreLikeThisQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
more like this query to search for documents that are "like" a specific document.
moreLikeThis(MoreLikeThisQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
MoreLikeThisQuery - Class in org.springframework.data.elasticsearch.core.query
MoreLikeThisQuery
MoreLikeThisQuery() - Constructor for class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
MultiField - Annotation Type in org.springframework.data.elasticsearch.annotations
 
multiGet(SearchQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Execute a multiGet against elasticsearch for the given ids
multiGet(SearchQuery, Class<T>, MultiGetResultMapper) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Execute a multiGet against elasticsearch for the given ids with MultiGetResultMapper
multiGet(SearchQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
multiGet(SearchQuery, Class<T>, MultiGetResultMapper) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
MultiGetResultMapper - Interface in org.springframework.data.elasticsearch.core
 

N

NativeFacetRequest - Class in org.springframework.data.elasticsearch.core.facet.request
Deprecated.
NativeFacetRequest() - Constructor for class org.springframework.data.elasticsearch.core.facet.request.NativeFacetRequest
Deprecated.
 
NativeSearchQuery - Class in org.springframework.data.elasticsearch.core.query
NativeSearchQuery
NativeSearchQuery(QueryBuilder) - Constructor for class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
NativeSearchQuery(QueryBuilder, QueryBuilder) - Constructor for class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
NativeSearchQuery(QueryBuilder, QueryBuilder, List<SortBuilder>) - Constructor for class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
NativeSearchQuery(QueryBuilder, QueryBuilder, List<SortBuilder>, HighlightBuilder.Field[]) - Constructor for class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
NativeSearchQueryBuilder - Class in org.springframework.data.elasticsearch.core.query
NativeSearchQuery
NativeSearchQueryBuilder() - Constructor for class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
NodeClientBeanDefinitionParser - Class in org.springframework.data.elasticsearch.config
NodeClientBeanDefinitionParser
NodeClientBeanDefinitionParser() - Constructor for class org.springframework.data.elasticsearch.config.NodeClientBeanDefinitionParser
 
NodeClientFactoryBean - Class in org.springframework.data.elasticsearch.client
NodeClientFactoryBean
NodeClientFactoryBean(boolean) - Constructor for class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
 
not() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Crates new CriteriaEntry with trailing -
notIn(Object...) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
notIn(Iterable<?>) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
NumberKeyedRepository<T,ID extends Number> - Class in org.springframework.data.elasticsearch.repository.support
Elasticsearch specific repository implementation.
NumberKeyedRepository() - Constructor for class org.springframework.data.elasticsearch.repository.support.NumberKeyedRepository
 
NumberKeyedRepository(ElasticsearchEntityInformation<T, ID>, ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.NumberKeyedRepository
 
NumberKeyedRepository(ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.NumberKeyedRepository
 

O

or(Field) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Chain using OR
or(Criteria) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Chain using OR
or(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Chain using OR
or(CriteriaQuery, CriteriaQuery) - Method in class org.springframework.data.elasticsearch.repository.query.parser.ElasticsearchQueryCreator
 
org.springframework.data.elasticsearch - package org.springframework.data.elasticsearch
 
org.springframework.data.elasticsearch.annotations - package org.springframework.data.elasticsearch.annotations
 
org.springframework.data.elasticsearch.client - package org.springframework.data.elasticsearch.client
 
org.springframework.data.elasticsearch.config - package org.springframework.data.elasticsearch.config
 
org.springframework.data.elasticsearch.core - package org.springframework.data.elasticsearch.core
 
org.springframework.data.elasticsearch.core.aggregation - package org.springframework.data.elasticsearch.core.aggregation
 
org.springframework.data.elasticsearch.core.aggregation.impl - package org.springframework.data.elasticsearch.core.aggregation.impl
 
org.springframework.data.elasticsearch.core.completion - package org.springframework.data.elasticsearch.core.completion
 
org.springframework.data.elasticsearch.core.convert - package org.springframework.data.elasticsearch.core.convert
 
org.springframework.data.elasticsearch.core.facet - package org.springframework.data.elasticsearch.core.facet
 
org.springframework.data.elasticsearch.core.facet.request - package org.springframework.data.elasticsearch.core.facet.request
 
org.springframework.data.elasticsearch.core.facet.result - package org.springframework.data.elasticsearch.core.facet.result
 
org.springframework.data.elasticsearch.core.geo - package org.springframework.data.elasticsearch.core.geo
 
org.springframework.data.elasticsearch.core.mapping - package org.springframework.data.elasticsearch.core.mapping
 
org.springframework.data.elasticsearch.core.query - package org.springframework.data.elasticsearch.core.query
 
org.springframework.data.elasticsearch.repository - package org.springframework.data.elasticsearch.repository
 
org.springframework.data.elasticsearch.repository.cdi - package org.springframework.data.elasticsearch.repository.cdi
 
org.springframework.data.elasticsearch.repository.config - package org.springframework.data.elasticsearch.repository.config
 
org.springframework.data.elasticsearch.repository.query - package org.springframework.data.elasticsearch.repository.query
 
org.springframework.data.elasticsearch.repository.query.parser - package org.springframework.data.elasticsearch.repository.query.parser
 
org.springframework.data.elasticsearch.repository.support - package org.springframework.data.elasticsearch.repository.support
 

P

Parent - Annotation Type in org.springframework.data.elasticsearch.annotations
Parent
parseInternal(Element, ParserContext) - Method in class org.springframework.data.elasticsearch.config.NodeClientBeanDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.data.elasticsearch.config.TransportClientBeanDefinitionParser
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
 
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.elasticsearch.repository.config.ElasticsearchRepositoryConfigExtension
 
putMapping(Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Create mapping for a class
putMapping(String, String, Object) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Create mapping for a given indexName and type
putMapping(Class<T>, Object) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Create mapping for a class
putMapping(Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
putMapping(Class<T>, Object) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
putMapping(String, String, Object) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 

Q

Query - Annotation Type in org.springframework.data.elasticsearch.annotations
Query
query(SearchQuery, ResultsExtractor<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
 
query(SearchQuery, ResultsExtractor<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
Query - Interface in org.springframework.data.elasticsearch.core.query
Query
queryForAlias(String) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
get all the alias pointing to specified index
queryForAlias(String) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
queryForIds(SearchQuery) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Execute the query against elasticsearch and return ids
queryForIds(SearchQuery) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
queryForList(CriteriaQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Execute the criteria query against elasticsearch and return result as List
queryForList(StringQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Execute the string query against elasticsearch and return result as List
queryForList(SearchQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Execute the search query against elasticsearch and return result as List
queryForList(CriteriaQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
queryForList(StringQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
queryForList(SearchQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
queryForObject(GetQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Execute the query against elasticsearch and return the first returned object
queryForObject(GetQuery, Class<T>, GetResultMapper) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Execute the query against elasticsearch and return the first returned object using custom mapper
queryForObject(CriteriaQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Execute the query against elasticsearch and return the first returned object
queryForObject(StringQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Execute the query against elasticsearch and return the first returned object
queryForObject(GetQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
queryForObject(GetQuery, Class<T>, GetResultMapper) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
queryForObject(CriteriaQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
queryForObject(StringQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
queryForPage(SearchQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Execute the query against elasticsearch and return result as Page
queryForPage(SearchQuery, Class<T>, SearchResultMapper) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Execute the query against elasticsearch and return result as Page using custom mapper
queryForPage(CriteriaQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Execute the query against elasticsearch and return result as Page
queryForPage(StringQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Execute the query against elasticsearch and return result as Page
queryForPage(StringQuery, Class<T>, SearchResultMapper) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Execute the query against elasticsearch and return result as Page using custom mapper
queryForPage(SearchQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
queryForPage(SearchQuery, Class<T>, SearchResultMapper) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
queryForPage(CriteriaQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
queryForPage(StringQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
queryForPage(StringQuery, Class<T>, SearchResultMapper) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
queryMethod - Variable in class org.springframework.data.elasticsearch.repository.query.AbstractElasticsearchRepositoryQuery
 

R

range(Double, Double) - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequest
Deprecated.
 
range(String, String) - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequest
Deprecated.
 
range(double, double) - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequestBuilder
Deprecated.
 
range(String, String) - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequestBuilder
Deprecated.
 
Range - Class in org.springframework.data.elasticsearch.core.facet.result
Deprecated.
Range(Double, Double, long, double, double, double, double) - Constructor for class org.springframework.data.elasticsearch.core.facet.result.Range
Deprecated.
 
RANGE_INTERNAL_SUM - Static variable in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequest
Deprecated.
 
RangeFacetRequest - Class in org.springframework.data.elasticsearch.core.facet.request
Deprecated.
RangeFacetRequest(String) - Constructor for class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequest
Deprecated.
 
RangeFacetRequestBuilder - Class in org.springframework.data.elasticsearch.core.facet.request
Deprecated.
RangeFacetRequestBuilder(String) - Constructor for class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequestBuilder
Deprecated.
 
RangeResult - Class in org.springframework.data.elasticsearch.core.facet.result
Deprecated.
RangeResult(String, List<Range>) - Constructor for class org.springframework.data.elasticsearch.core.facet.result.RangeResult
Deprecated.
 
readFileFromClasspath(String) - Static method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
refresh(String) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
refresh the index
refresh(Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
refresh the index
refresh(String) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
refresh(Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
refresh() - Method in interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
 
refresh() - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
regex(String) - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequestBuilder
Deprecated.
 
removeAlias(AliasQuery) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
removing previously created alias
removeAlias(AliasQuery) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
ResultsExtractor<T> - Interface in org.springframework.data.elasticsearch.core
 
ResultsMapper - Interface in org.springframework.data.elasticsearch.core
ResultsMapper

S

save(S) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
save(List<S>) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
save(Iterable<S>) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
scan(CriteriaQuery, long, boolean) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Returns scroll id for criteria query
scan(CriteriaQuery, long, boolean, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Returns scroll id for criteria query
scan(SearchQuery, long, boolean) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Returns scroll id for scan query
scan(SearchQuery, long, boolean, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Returns scroll id for scan query
scan(CriteriaQuery, long, boolean) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
scan(CriteriaQuery, long, boolean, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
scan(SearchQuery, long, boolean) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
scan(SearchQuery, long, boolean, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
script() - Method in class org.springframework.data.elasticsearch.core.query.ScriptField
 
ScriptedField - Annotation Type in org.springframework.data.elasticsearch.annotations
 
ScriptField - Class in org.springframework.data.elasticsearch.core.query
 
ScriptField(String, Script) - Constructor for class org.springframework.data.elasticsearch.core.query.ScriptField
 
scroll(String, long, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Scrolls the results for give scroll id
scroll(String, long, SearchResultMapper) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Scrolls the results for give scroll id using custom result mapper
scroll(String, long, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
scroll(String, long, SearchResultMapper) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
search(QueryBuilder) - Method in interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
 
search(QueryBuilder, Pageable) - Method in interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
 
search(SearchQuery) - Method in interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
 
search(QueryBuilder) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
search(QueryBuilder, Pageable) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
search(SearchQuery) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
SearchQuery - Interface in org.springframework.data.elasticsearch.core.query
NativeSearchQuery
SearchResultMapper - Interface in org.springframework.data.elasticsearch.core
 
searchSimilar(T, String[], Pageable) - Method in interface org.springframework.data.elasticsearch.repository.ElasticsearchRepository
 
searchSimilar(T, String[], Pageable) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
setAggregations(List<AbstractAggregationBuilder>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
setAliasName(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
 
setAllTerms(boolean) - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequest
Deprecated.
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.elasticsearch.core.convert.MappingElasticsearchConverter
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
setApplyQueryFilter(boolean) - Method in class org.springframework.data.elasticsearch.core.facet.AbstractFacetRequest
Deprecated.
 
setBoostTerms(Float) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setClazz(Class) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
setClientIgnoreClusterName(Boolean) - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
setClientNodesSamplerInterval(String) - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
setClientPingTimeout(String) - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
setClientTransportSniff(Boolean) - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
setClusterName(String) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
 
setClusterName(String) - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
setClusterNodes(String) - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
setDoUpsert(boolean) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
setElasticsearchOperations(ElasticsearchOperations) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
setElasticsearchOperations(ElasticsearchOperations) - Method in class org.springframework.data.elasticsearch.repository.support.ElasticsearchRepositoryFactoryBean
Configures the ElasticsearchOperations to be used to create Elasticsearch repositories.
setEnableHttp(boolean) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
 
setEntityClass(Class<T>) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
setExcludeTerms(String...) - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequest
Deprecated.
 
setFacets(List<FacetRequest>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
setField(String) - Method in class org.springframework.data.elasticsearch.core.facet.request.HistogramFacetRequest
Deprecated.
 
setField(String) - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequest
Deprecated.
 
setField(String) - Method in class org.springframework.data.elasticsearch.core.facet.request.StatisticalFacetRequest
Deprecated.
 
setFields(String, String) - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequest
Deprecated.
 
setFields(String...) - Method in class org.springframework.data.elasticsearch.core.facet.request.StatisticalFacetRequest
Deprecated.
 
setFields(String...) - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequest
Deprecated.
 
setFilter(Map<String, Object>) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
 
setFilterBuilder(QueryBuilder) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
 
setId(String) - Method in class org.springframework.data.elasticsearch.core.query.GetQuery
 
setId(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
setId(String) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setId(String) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
setIndex(String) - Method in class org.springframework.data.elasticsearch.core.query.DeleteQuery
 
setIndexName(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
 
setIndexName(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
setIndexName(String) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setIndexName(String) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
setIndexRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
 
setIndicesBoost(List<IndexBoost>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
setInput(String[]) - Method in class org.springframework.data.elasticsearch.core.completion.Completion
 
setInterval(long) - Method in class org.springframework.data.elasticsearch.core.facet.request.HistogramFacetRequest
Deprecated.
 
setLocal(boolean) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
 
setMaxDocFreq(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setMaxQueryTerms(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setMaxWordLen(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setMinDocFreq(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setMinTermFreq(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setMinWordLen(Integer) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setObject(Object) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
setOrder(TermFacetOrder) - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequest
Deprecated.
 
setOutput(String) - Method in class org.springframework.data.elasticsearch.core.completion.Completion
 
setPageable(Pageable) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setPageable(Pageable) - Method in interface org.springframework.data.elasticsearch.core.query.Query
restrict result to entries on given page.
setPageSize(Integer) - Method in class org.springframework.data.elasticsearch.core.query.DeleteQuery
 
setParentId(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
setPathConfiguration(String) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
 
setPathData(String) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
 
setPathHome(String) - Method in class org.springframework.data.elasticsearch.client.NodeClientFactoryBean
 
setPayload(Object) - Method in class org.springframework.data.elasticsearch.core.completion.Completion
 
setPercentTermsToMatch(Float) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setProperties(Properties) - Method in class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
setQuery(QueryBuilder) - Method in class org.springframework.data.elasticsearch.core.query.DeleteQuery
 
setRegex(String) - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequest
Deprecated.
 
setRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
 
setRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setScriptFields(List<ScriptField>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQuery
 
setScrollTimeInMillis(Long) - Method in class org.springframework.data.elasticsearch.core.query.DeleteQuery
 
setSearchRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasQuery
 
setSearchTimeout(String) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
setSize(int) - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequest
Deprecated.
 
setSource(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
setTimeUnit(DateHistogramInterval) - Method in class org.springframework.data.elasticsearch.core.facet.request.HistogramFacetRequest
Deprecated.
 
Setting - Annotation Type in org.springframework.data.elasticsearch.annotations
Elasticsearch Setting
settingPath() - Method in interface org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentEntity
 
settingPath() - Method in class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
setType(String) - Method in class org.springframework.data.elasticsearch.core.query.DeleteQuery
 
setType(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
setType(String) - Method in class org.springframework.data.elasticsearch.core.query.MoreLikeThisQuery
 
setType(String) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
setUpdateRequest(UpdateRequest) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
setVersion(Long) - Method in class org.springframework.data.elasticsearch.core.query.IndexQuery
 
setWeight(Integer) - Method in class org.springframework.data.elasticsearch.core.completion.Completion
 
SimpleElasticsearchMappingContext - Class in org.springframework.data.elasticsearch.core.mapping
SimpleElasticsearchMappingContext
SimpleElasticsearchMappingContext() - Constructor for class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchMappingContext
 
SimpleElasticsearchPersistentEntity<T> - Class in org.springframework.data.elasticsearch.core.mapping
Elasticsearch specific PersistentEntity implementation holding
SimpleElasticsearchPersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentEntity
 
SimpleElasticsearchPersistentProperty - Class in org.springframework.data.elasticsearch.core.mapping
Elasticsearch specific PersistentProperty implementation processing
SimpleElasticsearchPersistentProperty(Field, PropertyDescriptor, PersistentEntity<?, ElasticsearchPersistentProperty>, SimpleTypeHolder) - Constructor for class org.springframework.data.elasticsearch.core.mapping.SimpleElasticsearchPersistentProperty
 
SimpleElasticsearchRepository<T> - Class in org.springframework.data.elasticsearch.repository.support
Elasticsearch specific repository implementation.
SimpleElasticsearchRepository() - Constructor for class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
SimpleElasticsearchRepository(ElasticsearchEntityInformation<T, String>, ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
SimpleElasticsearchRepository(ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
SimpleField - Class in org.springframework.data.elasticsearch.core.query
The most trivial implementation of a Field
SimpleField(String) - Constructor for class org.springframework.data.elasticsearch.core.query.SimpleField
 
size(int) - Method in class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequestBuilder
Deprecated.
 
SourceFilter - Interface in org.springframework.data.elasticsearch.core.query
SourceFilter for providing includes and excludes.
startsWith(String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Crates new CriteriaEntry with trailing wildcard
StatisticalFacetRequest - Class in org.springframework.data.elasticsearch.core.facet.request
Deprecated.
StatisticalFacetRequest(String) - Constructor for class org.springframework.data.elasticsearch.core.facet.request.StatisticalFacetRequest
Deprecated.
 
StatisticalFacetRequestBuilder - Class in org.springframework.data.elasticsearch.core.facet.request
Deprecated.
StatisticalFacetRequestBuilder(String) - Constructor for class org.springframework.data.elasticsearch.core.facet.request.StatisticalFacetRequestBuilder
Deprecated.
 
StatisticalResult - Class in org.springframework.data.elasticsearch.core.facet.result
Deprecated.
StatisticalResult(String, long, double, double, double, double, double, double, double) - Constructor for class org.springframework.data.elasticsearch.core.facet.result.StatisticalResult
Deprecated.
 
stream(CriteriaQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Executes the given CriteriaQuery against elasticsearch and return result as CloseableIterator.
stream(SearchQuery, Class<T>) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Executes the given SearchQuery against elasticsearch and return result as CloseableIterator.
stream(SearchQuery, Class<T>, SearchResultMapper) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Executes the given SearchQuery against elasticsearch and return result as CloseableIterator using custom mapper.
stream(CriteriaQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
stream(SearchQuery, Class<T>) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
stream(SearchQuery, Class<T>, SearchResultMapper) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
stringIdRepresentation(ID) - Method in class org.springframework.data.elasticsearch.repository.support.AbstractElasticsearchRepository
 
stringIdRepresentation(ID) - Method in class org.springframework.data.elasticsearch.repository.support.NumberKeyedRepository
 
stringIdRepresentation(String) - Method in class org.springframework.data.elasticsearch.repository.support.SimpleElasticsearchRepository
 
stringIdRepresentation(UUID) - Method in class org.springframework.data.elasticsearch.repository.support.UUIDElasticsearchRepository
 
StringQuery - Class in org.springframework.data.elasticsearch.core.query
StringQuery
StringQuery(String) - Constructor for class org.springframework.data.elasticsearch.core.query.StringQuery
 
StringQuery(String, Pageable) - Constructor for class org.springframework.data.elasticsearch.core.query.StringQuery
 
StringQuery(String, Pageable, Sort) - Constructor for class org.springframework.data.elasticsearch.core.query.StringQuery
 
suggest(SuggestBuilder.SuggestionBuilder<?>, String...) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
suggest(SuggestBuilder.SuggestionBuilder<?>, Class) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 

T

Term - Class in org.springframework.data.elasticsearch.core.facet.result
Deprecated.
Term(String, long) - Constructor for class org.springframework.data.elasticsearch.core.facet.result.Term
Deprecated.
 
TermFacetOrder - Enum in org.springframework.data.elasticsearch.core.facet.request
Deprecated.
TermFacetRequest - Class in org.springframework.data.elasticsearch.core.facet.request
Deprecated.
TermFacetRequest(String) - Constructor for class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequest
Deprecated.
 
TermFacetRequestBuilder - Class in org.springframework.data.elasticsearch.core.facet.request
Deprecated.
TermFacetRequestBuilder(String) - Constructor for class org.springframework.data.elasticsearch.core.facet.request.TermFacetRequestBuilder
Deprecated.
 
TermResult - Class in org.springframework.data.elasticsearch.core.facet.result
Deprecated.
TermResult(String, List<Term>, long, long, long) - Constructor for class org.springframework.data.elasticsearch.core.facet.result.TermResult
Deprecated.
 
timeUnit(DateHistogramInterval) - Method in class org.springframework.data.elasticsearch.core.facet.request.HistogramFacetRequestBuilder
Deprecated.
 
to(double) - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequestBuilder
Deprecated.
 
to(String) - Method in class org.springframework.data.elasticsearch.core.facet.request.RangeFacetRequestBuilder
Deprecated.
 
toPoint(GeoPoint) - Static method in class org.springframework.data.elasticsearch.core.geo.GeoPoint
 
toString() - Method in class org.springframework.data.elasticsearch.core.facet.result.IntervalUnit
Deprecated.
 
toString() - Method in class org.springframework.data.elasticsearch.core.query.Criteria.CriteriaEntry
 
toString() - Method in class org.springframework.data.elasticsearch.core.query.Criteria
 
toString() - Method in class org.springframework.data.elasticsearch.core.query.SimpleField
 
TransportClientBeanDefinitionParser - Class in org.springframework.data.elasticsearch.config
TransportClientBeanDefinitionParser
TransportClientBeanDefinitionParser() - Constructor for class org.springframework.data.elasticsearch.config.TransportClientBeanDefinitionParser
 
TransportClientFactoryBean - Class in org.springframework.data.elasticsearch.client
TransportClientFactoryBean
TransportClientFactoryBean() - Constructor for class org.springframework.data.elasticsearch.client.TransportClientFactoryBean
 
typeExists(String, String) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
check if type is exists in an index
typeExists(String, String) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 

U

update(UpdateQuery) - Method in interface org.springframework.data.elasticsearch.core.ElasticsearchOperations
Partial update of the document
update(UpdateQuery) - Method in class org.springframework.data.elasticsearch.core.ElasticsearchTemplate
 
UpdateQuery - Class in org.springframework.data.elasticsearch.core.query
 
UpdateQuery() - Constructor for class org.springframework.data.elasticsearch.core.query.UpdateQuery
 
UpdateQueryBuilder - Class in org.springframework.data.elasticsearch.core.query
 
UpdateQueryBuilder() - Constructor for class org.springframework.data.elasticsearch.core.query.UpdateQueryBuilder
 
UUIDElasticsearchRepository<T> - Class in org.springframework.data.elasticsearch.repository.support
Elasticsearch specific repository implementation.
UUIDElasticsearchRepository() - Constructor for class org.springframework.data.elasticsearch.repository.support.UUIDElasticsearchRepository
 
UUIDElasticsearchRepository(ElasticsearchEntityInformation<T, UUID>, ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.UUIDElasticsearchRepository
 
UUIDElasticsearchRepository(ElasticsearchOperations) - Constructor for class org.springframework.data.elasticsearch.repository.support.UUIDElasticsearchRepository
 

V

valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.DateFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.FieldIndex
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.elasticsearch.annotations.FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JavaDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JodaDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.facet.FacetType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.facet.request.TermFacetOrder
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.PropertyToFieldNameConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.elasticsearch.core.query.Criteria.OperationKey
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.data.elasticsearch.annotations.DateFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.elasticsearch.annotations.FieldIndex
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.elasticsearch.annotations.FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JavaDateConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JodaDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.elasticsearch.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.elasticsearch.core.facet.FacetType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.elasticsearch.core.facet.request.TermFacetOrder
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.elasticsearch.core.mapping.ElasticsearchPersistentProperty.PropertyToFieldNameConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.elasticsearch.core.query.Criteria.OperationKey
Returns an array containing the constants of this enum type, in the order they are declared.

W

where(String) - Static method in class org.springframework.data.elasticsearch.core.query.Criteria
Static factory method to create a new Criteria for field with given name
where(Field) - Static method in class org.springframework.data.elasticsearch.core.query.Criteria
Static factory method to create a new Criteria for provided field
WILDCARD - Static variable in class org.springframework.data.elasticsearch.core.query.Criteria
 
withAliasName(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasBuilder
 
withClass(Class) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQueryBuilder
 
withDoUpsert(boolean) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQueryBuilder
 
withExcludes(String...) - Method in class org.springframework.data.elasticsearch.core.query.FetchSourceFilterBuilder
 
withFacet(FacetRequest) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withFields(String...) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withFilter(Map<String, Object>) - Method in class org.springframework.data.elasticsearch.core.query.AliasBuilder
 
withFilter(QueryBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withFilterBuilder(QueryBuilder) - Method in class org.springframework.data.elasticsearch.core.query.AliasBuilder
 
withHighlightFields(HighlightBuilder.Field...) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withId(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
withId(String) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQueryBuilder
 
withIds(Collection<String>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
within(GeoPoint, String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Creates new CriteriaEntry for location WITHIN distance
within(Point, Distance) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Creates new CriteriaEntry for location WITHIN distance
within(String, String) - Method in class org.springframework.data.elasticsearch.core.query.Criteria
Creates new CriteriaEntry for geoLocation WITHIN distance
withIncludes(String...) - Method in class org.springframework.data.elasticsearch.core.query.FetchSourceFilterBuilder
 
withIndexName(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasBuilder
 
withIndexName(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
withIndexName(String) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQueryBuilder
 
withIndexRequest(IndexRequest) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQueryBuilder
 
withIndexRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasBuilder
 
withIndices(String...) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withIndicesBoost(List<IndexBoost>) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withMinScore(float) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withObject(Object) - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
withPageable(Pageable) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withParentId(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
withQuery(QueryBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withRoute(String) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasBuilder
 
withScriptField(ScriptField) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withSearchRouting(String) - Method in class org.springframework.data.elasticsearch.core.query.AliasBuilder
 
withSearchType(SearchType) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withSort(SortBuilder) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withSource(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
withSourceFilter(SourceFilter) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withType(String) - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
withType(String) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQueryBuilder
 
withTypes(String...) - Method in class org.springframework.data.elasticsearch.core.query.NativeSearchQueryBuilder
 
withUpdateRequest(UpdateRequest) - Method in class org.springframework.data.elasticsearch.core.query.UpdateQueryBuilder
 
withVersion(Long) - Method in class org.springframework.data.elasticsearch.core.query.IndexQueryBuilder
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links
Spring Data Elasticsearch

Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.