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

A

AbstractSolrQuery - Class in org.springframework.data.solr.repository.query
Base implementation of a solr specific RepositoryQuery
AbstractSolrQuery(SolrOperations, SolrQueryMethod) - Constructor for class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
add(String, Object) - Method in class org.springframework.data.solr.core.query.PartialUpdate
Add field with given name and value to the fields to be updated.
add(UpdateField) - Method in class org.springframework.data.solr.core.query.PartialUpdate
Add UpdateField to the list of fields to be updated
addAllFacetFieldResultPages(Map<Field, Page<FacetFieldEntry>>) - Method in class org.springframework.data.solr.core.query.result.FacetPage
 
addCriteria(Criteria) - Method in interface org.springframework.data.solr.core.query.SolrDataQuery
Append criteria to query.
addFacetOnField(Field) - Method in class org.springframework.data.solr.core.query.FacetOptions
Append additional field for faceting
addFacetOnField(String) - Method in class org.springframework.data.solr.core.query.FacetOptions
Append additional field with given name for faceting
addFacetOnFlieldnames(Collection<String>) - Method in class org.springframework.data.solr.core.query.FacetOptions
Append all fieldnames for faceting
addFacetQuery(SolrDataQuery) - Method in class org.springframework.data.solr.core.query.FacetOptions
Append facet.query
addFacetResultPage(Page<FacetFieldEntry>, Field) - Method in class org.springframework.data.solr.core.query.result.FacetPage
 
addFilterQuery(FilterQuery) - Method in interface org.springframework.data.solr.core.query.Query
add query to filter results Corresponds to 'fq' in solr
addFilterQuery(FilterQuery) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
addGroupByField(Field) - Method in interface org.springframework.data.solr.core.query.Query
add the given field to those used for grouping result Corresponds to '' in solr
addGroupByField(Field) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
addGroupByField(String) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
addProjectionOnField(Field) - Method in interface org.springframework.data.solr.core.query.Query
add given Field to those included in result.
addProjectionOnField(Field) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
addProjectionOnField(String) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
addProjectionOnFields(Field...) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
addProjectionOnFields(String...) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
addSort(Sort) - Method in interface org.springframework.data.solr.core.query.Query
Add Sort to query
addSort(Sort) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
addValueToField(String, Object) - Method in class org.springframework.data.solr.core.query.PartialUpdate
Add field with given name and value using UpateAction.ADD to the fields to be updated.
afterPropertiesSet() - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
afterPropertiesSet() - Method in class org.springframework.data.solr.core.SolrTemplate
 
afterPropertiesSet() - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactoryBean
 
afterPropertiesSet() - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
 
and(Field) - Method in class org.springframework.data.solr.core.query.Criteria
Chain using AND
and(String) - Method in class org.springframework.data.solr.core.query.Criteria
Chain using AND
and(Criteria) - Method in class org.springframework.data.solr.core.query.Criteria
Chain using AND
and(Criteria...) - Method in class org.springframework.data.solr.core.query.Criteria
Chain using AND
appendProjection(Query) - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
asQueryStringRepresentation() - Method in enum org.springframework.data.solr.core.query.Query.Operator
 
assertNoCollection(Object) - Method in class org.springframework.data.solr.core.SolrTemplate
 

B

between(Object, Object) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new CriteriaEntry for RANGE [lowerBound TO upperBound]
between(Object, Object, boolean, boolean) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new CriteriaEntry for RANGE [lowerBound TO upperBound]
boost(float) - Method in class org.springframework.data.solr.core.query.Criteria
Boost positive hit with given factor. eg. ^2.3
BoundingBox - Class in org.springframework.data.solr.core.geo
 
BoundingBox(GeoLocation, GeoLocation) - Constructor for class org.springframework.data.solr.core.geo.BoundingBox
 

C

commit() - Method in interface org.springframework.data.solr.core.SolrOperations
Send commit command
commit() - Method in class org.springframework.data.solr.core.SolrTemplate
 
constructSolrQuery(SolrDataQuery) - Method in class org.springframework.data.solr.core.QueryParser
Convert given Query into a SolrQuery executable via SolrServer
contains(String) - Method in class org.springframework.data.solr.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.solr.core.convert.DateTimeConverters.JavaDateConverter
 
convert(ReadableInstant) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeConverter
 
convert(LocalDateTime) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
 
convert(Number) - Method in enum org.springframework.data.solr.core.convert.NumberConverters.NumberConverter
 
convert(Distance) - Method in enum org.springframework.data.solr.core.geo.GeoConverters.DistanceToStringConverter
 
convert(GeoLocation) - Method in enum org.springframework.data.solr.core.geo.GeoConverters.GeoLocationToStringConverter
 
convert(SolrPersistentProperty) - Method in enum org.springframework.data.solr.core.mapping.SolrPersistentProperty.PropertyToFieldNameConverter
 
convertBeanToSolrInputDocument(Object) - Method in interface org.springframework.data.solr.core.SolrOperations
Convert given bean into a solrj InputDocument
convertBeanToSolrInputDocument(Object) - Method in class org.springframework.data.solr.core.SolrTemplate
 
count(SolrDataQuery) - Method in interface org.springframework.data.solr.core.SolrOperations
return number of elements found by for given query
count(SolrDataQuery) - Method in class org.springframework.data.solr.core.SolrTemplate
 
count() - Method in interface org.springframework.data.solr.repository.SolrRepository
Returns the number of entities available.
count() - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
count(Query) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
create(CreationalContext<T>, Class<T>) - Method in class org.springframework.data.solr.repository.cdi.SolrRepositoryBean
 
createAssociation() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
createPathConfiguredSolrServer(String) - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.solr.core.mapping.SimpleSolrMappingContext
 
createPersistentProperty(Field, PropertyDescriptor, SimpleSolrPersistentEntity<?>, SimpleTypeHolder) - Method in class org.springframework.data.solr.core.mapping.SimpleSolrMappingContext
 
createQuery(SolrParameterAccessor) - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
createQuery(SolrParameterAccessor) - Method in class org.springframework.data.solr.repository.query.PartTreeSolrQuery
 
createQuery(SolrParameterAccessor) - Method in class org.springframework.data.solr.repository.query.StringBasedSolrQuery
 
createQueryFragmentForCriteria(Criteria) - Method in class org.springframework.data.solr.core.QueryParser
 
Criteria - Class in org.springframework.data.solr.core.query
Criteria is the central class when constructing queries.
Criteria() - Constructor for class org.springframework.data.solr.core.query.Criteria
 
Criteria(String) - Constructor for class org.springframework.data.solr.core.query.Criteria
Creates a new Criteria for the Filed with provided name
Criteria(Field) - Constructor for class org.springframework.data.solr.core.query.Criteria
Creates a new Criteria for the given field
Criteria(List<Criteria>, String) - Constructor for class org.springframework.data.solr.core.query.Criteria
 
Criteria(List<Criteria>, Field) - Constructor for class org.springframework.data.solr.core.query.Criteria
 
Criteria.CriteriaEntry - Class in org.springframework.data.solr.core.query
 
Criteria.OperationKey - Enum in org.springframework.data.solr.core.query
 
CRITERIA_VALUE_SEPERATOR - Static variable in class org.springframework.data.solr.core.query.Criteria
 
CRITERIA_VALUE_SEPERATOR - Static variable in class org.springframework.data.solr.core.QueryParser
 

D

DateTimeConverters - Class in org.springframework.data.solr.core.convert
Converts a Date values into a solr readable String that can be directly used within the 'q' parameter.
DateTimeConverters() - Constructor for class org.springframework.data.solr.core.convert.DateTimeConverters
 
DateTimeConverters.JavaDateConverter - Enum in org.springframework.data.solr.core.convert
 
DateTimeConverters.JodaDateTimeConverter - Enum in org.springframework.data.solr.core.convert
 
DateTimeConverters.JodaLocalDateTimeConverter - Enum in org.springframework.data.solr.core.convert
 
DEFAULT_FACET_LIMIT - Static variable in class org.springframework.data.solr.core.query.FacetOptions
 
DEFAULT_FACET_MIN_COUNT - Static variable in class org.springframework.data.solr.core.query.FacetOptions
 
DEFAULT_FACET_SORT - Static variable in class org.springframework.data.solr.core.query.FacetOptions
 
DEFAULT_PAGE - Static variable in class org.springframework.data.solr.core.query.SimpleQuery
 
DEFAULT_PAGE_SIZE - Static variable in interface org.springframework.data.solr.core.query.Query
 
delete(SolrDataQuery) - Method in interface org.springframework.data.solr.core.SolrOperations
Find and delete all objects matching the provided Query
delete(SolrDataQuery) - Method in class org.springframework.data.solr.core.SolrTemplate
 
delete(String) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
delete(T) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
delete(Iterable<? extends T>) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
deleteAll() - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
deleteById(String) - Method in interface org.springframework.data.solr.core.SolrOperations
Detele the one object with provided id
deleteById(Collection<String>) - Method in interface org.springframework.data.solr.core.SolrOperations
Delete objects with given ids
deleteById(String) - Method in class org.springframework.data.solr.core.SolrTemplate
 
deleteById(Collection<String>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
destroy() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactoryBean
 
destroy() - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactory
 
Distance - Class in org.springframework.data.solr.core.geo
 
Distance(double) - Constructor for class org.springframework.data.solr.core.geo.Distance
Create new Distance with Distance.Unit.KILOMETERS as default unit
Distance(double, Distance.Unit) - Constructor for class org.springframework.data.solr.core.geo.Distance
Create new Distance
Distance.Unit - Enum in org.springframework.data.solr.core.geo
 
doCreateRepositoryFactory() - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
 
doInSolr(SolrServer) - Method in interface org.springframework.data.solr.core.SolrCallback
 

E

EmbeddedSolrServerBeanDefinitionParser - Class in org.springframework.data.solr.server.config
Implementation of BeanDefinitionParser that parses embedded-solr-server element.
EmbeddedSolrServerBeanDefinitionParser() - Constructor for class org.springframework.data.solr.server.config.EmbeddedSolrServerBeanDefinitionParser
 
EmbeddedSolrServerFactory - Class in org.springframework.data.solr.server.support
The EmbeddedSolrServerFactory allows hosting of an SolrServer instance in embedded mode.
EmbeddedSolrServerFactory() - Constructor for class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
EmbeddedSolrServerFactory(String) - Constructor for class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
EmbeddedSolrServerFactoryBean - Class in org.springframework.data.solr.server.support
Implementation of FactoryBean for registration of an EmbeddedSolrServer as a Spring bean.
EmbeddedSolrServerFactoryBean() - Constructor for class org.springframework.data.solr.server.support.EmbeddedSolrServerFactoryBean
 
EnableSolrRepositories - Annotation Type in org.springframework.data.solr.repository.config
Annotation to enable Solr repositories.
endsWith(String) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new CriteriaEntry with leading wildcard
NOTE: mind your schema and execution times as leading wildcards may not be supported.
equals(Object) - Method in class org.springframework.data.solr.core.query.result.StringPageKey
 
execute(SolrCallback<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute action within callback
execute(SolrCallback<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
execute(Object[]) - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
exists(String) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
expression(String) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new CriteriaEntry allowing native solr expressions

F

Facet - Annotation Type in org.springframework.data.solr.repository
 
FacetEntry - Interface in org.springframework.data.solr.core.query.result
FacetEntry is returned as result of a FacetQuery holding the key (eg. fieldname, query,...), value and valueCount for the requested facet
FacetFieldEntry - Interface in org.springframework.data.solr.core.query.result
Entry for facet on field
FacetOptions - Class in org.springframework.data.solr.core.query
Set of options that can be set on a FacetQuery
FacetOptions() - Constructor for class org.springframework.data.solr.core.query.FacetOptions
 
FacetOptions(String...) - Constructor for class org.springframework.data.solr.core.query.FacetOptions
Creates new instance faceting on fields with given name
FacetOptions(Field...) - Constructor for class org.springframework.data.solr.core.query.FacetOptions
Creates new instance faceting on given fields
FacetOptions(SolrDataQuery...) - Constructor for class org.springframework.data.solr.core.query.FacetOptions
Creates new instance faceting on given queries
FacetOptions.FacetSort - Enum in org.springframework.data.solr.core.query
 
FacetPage<T> - Class in org.springframework.data.solr.core.query.result
FacetPage holds a page for each field targeted by the facet query as well as the page values returned by facet.query
FacetPage(List<T>) - Constructor for class org.springframework.data.solr.core.query.result.FacetPage
 
FacetPage(List<T>, Pageable, long) - Constructor for class org.springframework.data.solr.core.query.result.FacetPage
 
FacetQuery - Interface in org.springframework.data.solr.core.query
 
FacetQueryEntry - Interface in org.springframework.data.solr.core.query.result
Facet Entry for facet via query
Field - Interface in org.springframework.data.solr.core.query
Defines a Field that can be used within a Criteria.
FilterQuery - Interface in org.springframework.data.solr.core.query
Filter Queries are simple solr Queries applied after executing the original query.
findAll() - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
findAll(Pageable) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
findAll(Sort) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
findAll(Iterable<String>) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
findOne(String) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
fromQuery(Query) - Static method in class org.springframework.data.solr.core.query.SimpleQuery
 
fromQuery(Query, T) - Static method in class org.springframework.data.solr.core.query.SimpleQuery
 
fuzzy(String) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new CriteriaEntry with trailing ~
fuzzy(String, float) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new CriteriaEntry with trailing ~ followed by levensteinDistance

G

GeoConverters - Class in org.springframework.data.solr.core.geo
 
GeoConverters() - Constructor for class org.springframework.data.solr.core.geo.GeoConverters
 
GeoConverters.DistanceToStringConverter - Enum in org.springframework.data.solr.core.geo
 
GeoConverters.GeoLocationToStringConverter - Enum in org.springframework.data.solr.core.geo
Converts a GeoLocation to a solrReadable request parameter.
GeoLocation - Class in org.springframework.data.solr.core.geo
 
GeoLocation(double, double) - Constructor for class org.springframework.data.solr.core.geo.GeoLocation
 
getAction() - Method in class org.springframework.data.solr.core.query.SimpleUpdateField
 
getAction() - Method in interface org.springframework.data.solr.core.query.UpdateField
UpdateAction to perform during update
getAllFacets() - Method in class org.springframework.data.solr.core.query.result.FacetPage
 
getBoost() - Method in class org.springframework.data.solr.core.query.Criteria
Boost criteria value
getConjunctionOperator() - Method in class org.springframework.data.solr.core.query.Criteria
Conjunction to be used with this criteria (AND | OR)
getConversionService() - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
getConverter() - Method in interface org.springframework.data.solr.core.SolrOperations
 
getConverter() - Method in class org.springframework.data.solr.core.SolrTemplate
 
getCore() - Method in interface org.springframework.data.solr.server.SolrServerFactory
Get the core the SolrServer instance is bound to
getCore() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
getCore() - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactory
 
getCriteria() - Method in interface org.springframework.data.solr.core.query.SolrDataQuery
 
getCriteriaChain() - Method in class org.springframework.data.solr.core.query.Criteria
Get the collection of criterias
getCriteriaEntries() - Method in class org.springframework.data.solr.core.query.Criteria
 
getDefaultOperator() - Method in interface org.springframework.data.solr.core.query.Query
Get the specified default operator for query expressions, overriding the default operator specified in the schema.xml file.
getDefaultOperator() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
getDefaultOperator() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getEntityClass() - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
getEntityInformation(Class<T>) - Method in interface org.springframework.data.solr.repository.query.SolrEntityInformationCreator
 
getEntityInformation() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getEntityInformation(Class<T>) - Method in class org.springframework.data.solr.repository.support.SolrEntityInformationCreatorImpl
 
getEntityInformation(Class<T>) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactory
 
getExceptionTranslator() - Static method in class org.springframework.data.solr.core.SolrTemplate
 
getFacetFields() - Method in class org.springframework.data.solr.core.query.result.FacetPage
Get Fields contained in Result.
getFacetLimit() - Method in class org.springframework.data.solr.core.query.FacetOptions
Get the max number of results per facet field.
getFacetMinCount() - Method in class org.springframework.data.solr.core.query.FacetOptions
get the min number of hits a result has to have to get listed in result.
getFacetOnFields() - Method in class org.springframework.data.solr.core.query.FacetOptions
Get the list of Fields to facet on
getFacetOptions() - Method in interface org.springframework.data.solr.core.query.FacetQuery
 
getFacetOptions() - Method in class org.springframework.data.solr.core.query.SimpleFacetQuery
 
getFacetOptions() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getFacetQueries() - Method in class org.springframework.data.solr.core.query.FacetOptions
Get the list of facetQueries
getFacetQueryResult() - Method in class org.springframework.data.solr.core.query.result.FacetPage
 
getFacetResultPage(Field) - Method in class org.springframework.data.solr.core.query.result.FacetPage
 
getFacetResultPages() - Method in class org.springframework.data.solr.core.query.result.FacetPage
 
getFacetSort() - Method in class org.springframework.data.solr.core.query.FacetOptions
Get sorting of facet results.
getField() - Method in class org.springframework.data.solr.core.query.Criteria
Field targeted by this Criteria
getField() - Method in interface org.springframework.data.solr.core.query.result.FacetFieldEntry
get the associated Field
getField() - Method in class org.springframework.data.solr.core.query.result.SimpleFacetFieldEntry
 
getFieldName() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
getFieldName() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
 
getFilterQueries() - Method in interface org.springframework.data.solr.core.query.Query
Get filter queries if defined
getFilterQueries() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
getGeoLocationEnd() - Method in class org.springframework.data.solr.core.geo.BoundingBox
 
getGeoLocationStart() - Method in class org.springframework.data.solr.core.geo.BoundingBox
 
getGroupByFields() - Method in interface org.springframework.data.solr.core.query.Query
Get group by fields if defined
getGroupByFields() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
getId(T) - Method in class org.springframework.data.solr.repository.support.MappingSolrEntityInformation
 
getIdAttribute() - Method in interface org.springframework.data.solr.repository.query.SolrEntityInformation
 
getIdAttribute() - Method in class org.springframework.data.solr.repository.support.MappingSolrEntityInformation
 
getIdField() - Method in class org.springframework.data.solr.core.query.PartialUpdate
 
getIdField() - Method in interface org.springframework.data.solr.core.query.Update
Id name and Value
getIdFieldName() - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
getIdType() - Method in class org.springframework.data.solr.repository.support.MappingSolrEntityInformation
 
getKey() - Method in class org.springframework.data.solr.core.query.Criteria.CriteriaEntry
 
getKey() - Method in enum org.springframework.data.solr.core.query.Criteria.OperationKey
 
getKey() - Method in interface org.springframework.data.solr.core.query.result.FacetEntry
The key of the facetEntry
getKey() - Method in interface org.springframework.data.solr.core.query.result.FacetFieldEntry
 
getKey() - Method in interface org.springframework.data.solr.core.query.result.FacetQueryEntry
 
getKey() - Method in interface org.springframework.data.solr.core.query.result.PageKey
Key to represent on page within a collection
getKey() - Method in class org.springframework.data.solr.core.query.result.SimpleFacetFieldEntry
 
getKey() - Method in class org.springframework.data.solr.core.query.result.SimpleFacetQueryEntry
 
getKey() - Method in class org.springframework.data.solr.core.query.result.StringPageKey
 
getLatitude() - Method in class org.springframework.data.solr.core.geo.GeoLocation
 
getLongitude() - Method in class org.springframework.data.solr.core.geo.GeoLocation
 
getMappingContext() - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
getModulePrefix() - Method in class org.springframework.data.solr.repository.config.SolrRepositoryConfigExtension
 
getMultiplier() - Method in enum org.springframework.data.solr.core.geo.Distance.Unit
 
getName() - Method in interface org.springframework.data.solr.core.query.Field
Get the name of the field used in schema.xml of solr server
getName() - Method in class org.springframework.data.solr.core.query.SimpleField
 
getNamedQueryName() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getNormalizedValue() - Method in class org.springframework.data.solr.core.geo.Distance
 
getObject() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactoryBean
 
getObject() - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
 
getObjectType() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactoryBean
 
getObjectType() - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
 
getPageable() - Method in class org.springframework.data.solr.core.query.FacetOptions
Get the facet page requested.
getPageRequest() - Method in interface org.springframework.data.solr.core.query.Query
Get page settings if defined
getPageRequest() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
getProjectionFields() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getProjectionOnFields() - Method in interface org.springframework.data.solr.core.query.Query
Get projection fields if defined
getProjectionOnFields() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
getQuery() - Method in interface org.springframework.data.solr.core.query.result.FacetQueryEntry
get the associated Query
getQuery() - Method in class org.springframework.data.solr.core.query.result.SimpleFacetQueryEntry
 
getQueryLookupStrategy(QueryLookupStrategy.Key) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactory
 
getQueryMethod() - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
getQueryString() - Method in interface org.springframework.data.solr.core.query.QueryStringHolder
Get the the query string to use
getQueryString() - Method in class org.springframework.data.solr.core.query.SimpleStringCriteria
 
getQueryString(SolrDataQuery) - Method in class org.springframework.data.solr.core.QueryParser
Get the queryString to use withSolrQuery.setParam(CommonParams.Q, "queryString"}
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactory
 
getRepositoryFactoryClassName() - Method in class org.springframework.data.solr.repository.config.SolrRepositoryConfigExtension
 
getScope() - Method in class org.springframework.data.solr.repository.cdi.SolrRepositoryBean
 
getSolrCoreName() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentEntity
 
getSolrCoreName() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentEntity
 
getSolrCoreName() - Method in interface org.springframework.data.solr.repository.query.SolrEntityInformation
 
getSolrCoreName() - Method in class org.springframework.data.solr.repository.support.MappingSolrEntityInformation
 
getSolrOperation() - Method in enum org.springframework.data.solr.core.query.UpdateAction
 
getSolrOperations() - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
getSolrServer() - Method in interface org.springframework.data.solr.core.SolrOperations
Get the underlying SolrServer instance
getSolrServer() - Method in class org.springframework.data.solr.core.SolrTemplate
 
getSolrServer() - Method in interface org.springframework.data.solr.server.SolrServerFactory
Get a configured SolrServer instance
getSolrServer() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
getSolrServer() - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactory
 
getSort() - Method in interface org.springframework.data.solr.core.query.Query
 
getSort() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
getTargetRepository(RepositoryMetadata) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactory
 
getTree() - Method in class org.springframework.data.solr.repository.query.PartTreeSolrQuery
 
getUpdates() - Method in class org.springframework.data.solr.core.query.PartialUpdate
 
getUpdates() - Method in interface org.springframework.data.solr.core.query.Update
List of fields and values to for update
getValue() - Method in class org.springframework.data.solr.core.geo.Distance
 
getValue() - Method in class org.springframework.data.solr.core.query.Criteria.CriteriaEntry
 
getValue() - Method in interface org.springframework.data.solr.core.query.result.FacetEntry
The value within the field
getValue() - Method in interface org.springframework.data.solr.core.query.ValueHoldingField
Get value for field
getValueCount() - Method in interface org.springframework.data.solr.core.query.result.FacetEntry
The nr of hits for the value
greaterThan(Object) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new CriteriaEntry for RANGE &#123;lowerBound TO *]
greaterThanEqual(Object) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new CriteriaEntry for RANGE [lowerBound TO *]

H

hasAnnotatedNamedQueryName() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hasAnnotatedQuery() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hasDefaultOperatorDefined() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
hasFacetFields() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hasFacetOptions() - Method in interface org.springframework.data.solr.core.query.FacetQuery
 
hasFacetOptions() - Method in class org.springframework.data.solr.core.query.SimpleFacetQuery
 
hasFacetQueries() - Method in class org.springframework.data.solr.core.query.FacetOptions
true if filter queries applied for faceting
hasFacetQueries() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hasFacets() - Method in class org.springframework.data.solr.core.query.FacetOptions
 
hasFields() - Method in class org.springframework.data.solr.core.query.FacetOptions
true if at least one facet field set
hasFilterQuery() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hashCode() - Method in class org.springframework.data.solr.core.query.result.StringPageKey
 
hasProjectionFields() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hasQueryAnnotation() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
HttpSolrServerBeanDefinitionParser - Class in org.springframework.data.solr.server.config
 
HttpSolrServerBeanDefinitionParser() - Constructor for class org.springframework.data.solr.server.config.HttpSolrServerBeanDefinitionParser
 
HttpSolrServerFactory - Class in org.springframework.data.solr.server.support
The HttpSolrServerFactory configures an HttpSolrServer to work with the provided core.
HttpSolrServerFactory() - Constructor for class org.springframework.data.solr.server.support.HttpSolrServerFactory
 
HttpSolrServerFactory(SolrServer) - Constructor for class org.springframework.data.solr.server.support.HttpSolrServerFactory
 
HttpSolrServerFactory(SolrServer, String) - Constructor for class org.springframework.data.solr.server.support.HttpSolrServerFactory
 
HttpSolrServerFactory(SolrServer, String, Credentials, String) - Constructor for class org.springframework.data.solr.server.support.HttpSolrServerFactory
 
HttpSolrServerFactoryBean - Class in org.springframework.data.solr.server.support
 
HttpSolrServerFactoryBean() - Constructor for class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
 

I

in(Object...) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new CriteriaEntry for multiple values (arg0 arg1 arg2 ...)
in(Iterable<?>) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new CriteriaEntry for multiple values (arg0 arg1 arg2 ...)
increaseValueOfField(String, Object) - Method in class org.springframework.data.solr.core.query.PartialUpdate
Add field with given name and value using UpateAction.INC to the fields to be updated.
initSolrServer() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
is(Object) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new CriteriaEntry without any wildcards
isFacetQuery() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
isIdProperty() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
isNegating() - Method in class org.springframework.data.solr.core.query.Criteria
 
isSingleton() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactoryBean
 
isSingleton() - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
 

L

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

M

MappingSolrConverter - Class in org.springframework.data.solr.core.convert
 
MappingSolrConverter(SolrServerFactory, MappingContext<? extends SolrPersistentEntity<?>, SolrPersistentProperty>) - Constructor for class org.springframework.data.solr.core.convert.MappingSolrConverter
 
MappingSolrEntityInformation<T,ID extends Serializable> - Class in org.springframework.data.solr.repository.support
Solr specific implementation of AbstractEntityInformation
MappingSolrEntityInformation(SolrPersistentEntity<T>) - Constructor for class org.springframework.data.solr.repository.support.MappingSolrEntityInformation
 
MappingSolrEntityInformation(SolrPersistentEntity<T>, String) - Constructor for class org.springframework.data.solr.repository.support.MappingSolrEntityInformation
 

N

near(BoundingBox) - Method in class org.springframework.data.solr.core.query.Criteria
Creates new CriteriaEntriy for {@code !
near(GeoLocation, Distance) - Method in class org.springframework.data.solr.core.query.Criteria
Creates new CriteriaEntry for {@code !
not() - Method in class org.springframework.data.solr.core.query.Criteria
Crates new CriteriaEntry with leading -
NumberConverters - Class in org.springframework.data.solr.core.convert
Converts a Number values into a solr readable String that can be directly used within the 'q' parameter.
NumberConverters() - Constructor for class org.springframework.data.solr.core.convert.NumberConverters
 
NumberConverters.NumberConverter - Enum in org.springframework.data.solr.core.convert
 

O

or(Field) - Method in class org.springframework.data.solr.core.query.Criteria
Chain using OR
or(Criteria) - Method in class org.springframework.data.solr.core.query.Criteria
Chain using OR
or(String) - Method in class org.springframework.data.solr.core.query.Criteria
Chain using OR
org.springframework.data.solr - package org.springframework.data.solr
 
org.springframework.data.solr.config - package org.springframework.data.solr.config
Spring XML namespace configuration for Solr specific repositories and SolrServer
org.springframework.data.solr.core - package org.springframework.data.solr.core
Provides the classes necessary for Solr support.
org.springframework.data.solr.core.convert - package org.springframework.data.solr.core.convert
 
org.springframework.data.solr.core.geo - package org.springframework.data.solr.core.geo
 
org.springframework.data.solr.core.mapping - package org.springframework.data.solr.core.mapping
 
org.springframework.data.solr.core.query - package org.springframework.data.solr.core.query
 
org.springframework.data.solr.core.query.result - package org.springframework.data.solr.core.query.result
 
org.springframework.data.solr.repository - package org.springframework.data.solr.repository
Solr specific repository implementation.
org.springframework.data.solr.repository.cdi - package org.springframework.data.solr.repository.cdi
 
org.springframework.data.solr.repository.config - package org.springframework.data.solr.repository.config
 
org.springframework.data.solr.repository.query - package org.springframework.data.solr.repository.query
 
org.springframework.data.solr.repository.support - package org.springframework.data.solr.repository.support
 
org.springframework.data.solr.server - package org.springframework.data.solr.server
SolrServer configuration and spring integration.
org.springframework.data.solr.server.config - package org.springframework.data.solr.server.config
 
org.springframework.data.solr.server.support - package org.springframework.data.solr.server.support
 

P

PageKey - Interface in org.springframework.data.solr.core.query.result
 
parseInternal(Element, ParserContext) - Method in class org.springframework.data.solr.server.config.EmbeddedSolrServerBeanDefinitionParser
 
parseInternal(Element, ParserContext) - Method in class org.springframework.data.solr.server.config.HttpSolrServerBeanDefinitionParser
 
PartialUpdate - Class in org.springframework.data.solr.core.query
Implementation of Update
PartialUpdate(String, String) - Constructor for class org.springframework.data.solr.core.query.PartialUpdate
 
PartialUpdate(Field, String) - Constructor for class org.springframework.data.solr.core.query.PartialUpdate
 
PartTreeSolrQuery - Class in org.springframework.data.solr.repository.query
Solr specific implementation of a derived query.
PartTreeSolrQuery(SolrQueryMethod, SolrOperations) - Constructor for class org.springframework.data.solr.repository.query.PartTreeSolrQuery
 
ping() - Method in interface org.springframework.data.solr.core.SolrOperations
Execute ping against solrServer and return duration in msec
ping() - Method in class org.springframework.data.solr.core.SolrTemplate
 
postProcess(BeanDefinitionBuilder, AnnotationRepositoryConfigurationSource) - Method in class org.springframework.data.solr.repository.config.SolrRepositoryConfigExtension
 
postProcess(BeanDefinitionBuilder, XmlRepositoryConfigurationSource) - Method in class org.springframework.data.solr.repository.config.SolrRepositoryConfigExtension
 

Q

Query - Interface in org.springframework.data.solr.core.query
A Query that can be translated into a solr understandable Query.
Query - Annotation Type in org.springframework.data.solr.repository
 
Query.Operator - Enum in org.springframework.data.solr.core.query
Operator to be used for q.op
queryForFacetPage(FacetQuery, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute a facet query against solr facet result will be returned along with query result within the FacetPage
queryForFacetPage(FacetQuery, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForObject(Query, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute the query against solr and return the first returned object
queryForObject(Query, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForPage(Query, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute the query against solr and retrun result as Page
queryForPage(Query, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
QueryParser - Class in org.springframework.data.solr.core
The QueryParser takes a spring-data-solr Query and returns a SolrQuery.
QueryParser() - Constructor for class org.springframework.data.solr.core.QueryParser
 
QueryStringHolder - Interface in org.springframework.data.solr.core.query
Class holding a solr readable QueryString that can be used with the 'q' parameter.

R

read(Class<R>, Map<String, ?>) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
read(TypeInformation<S>, Map<String, ?>) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
registerConverter(Converter<?, ?>) - Method in class org.springframework.data.solr.core.QueryParser
Register an additional converter for transforming object values to solr readable format
rollback() - Method in interface org.springframework.data.solr.core.SolrOperations
send rollback command
rollback() - Method in class org.springframework.data.solr.core.SolrTemplate
 

S

save(S) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
save(Iterable<S>) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
saveBean(Object) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute add operation against solr, which will do either insert or update
saveBean(Object) - Method in class org.springframework.data.solr.core.SolrTemplate
 
saveBeans(Collection<?>) - Method in interface org.springframework.data.solr.core.SolrOperations
Add a collection of beans to solr, which will do either insert or update
saveBeans(Collection<?>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
saveDocument(SolrInputDocument) - Method in interface org.springframework.data.solr.core.SolrOperations
Add a solrj input document to solr, which will do either insert or update
saveDocument(SolrInputDocument) - Method in class org.springframework.data.solr.core.SolrTemplate
 
saveDocuments(Collection<SolrInputDocument>) - Method in interface org.springframework.data.solr.core.SolrOperations
Add multiple solrj input documents to solr, which will do either insert or update
saveDocuments(Collection<SolrInputDocument>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentEntity
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.data.solr.core.SolrTemplate
 
setDefaultOperator(Query.Operator) - Method in interface org.springframework.data.solr.core.query.Query
Set the default operator q.op for query expressions
setDefaultOperator(Query.Operator) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
setEntityClass(Class<T>) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
setFacetLimit(int) - Method in class org.springframework.data.solr.core.query.FacetOptions
Set facet.limit
setFacetMinCount(int) - Method in class org.springframework.data.solr.core.query.FacetOptions
Set minimum number of hits facet.mincount for result to be included in response
setFacetOptions(FacetOptions) - Method in interface org.springframework.data.solr.core.query.FacetQuery
Faceting options to apply when exectuing query
setFacetOptions(FacetOptions) - Method in class org.springframework.data.solr.core.query.SimpleFacetQuery
 
setFacetQueryResultPage(List<FacetQueryEntry>) - Method in class org.springframework.data.solr.core.query.result.FacetPage
 
setFacetSort(FacetOptions.FacetSort) - Method in class org.springframework.data.solr.core.query.FacetOptions
Set facet.sort (INDEX or COUNT)
setGeoLocationEnd(GeoLocation) - Method in class org.springframework.data.solr.core.geo.BoundingBox
 
setGeoLocationStart(GeoLocation) - Method in class org.springframework.data.solr.core.geo.BoundingBox
 
setIdFieldName(String) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
setKey(String) - Method in class org.springframework.data.solr.core.query.Criteria.CriteriaEntry
 
setLatitude(double) - Method in class org.springframework.data.solr.core.geo.GeoLocation
 
setLongitude(double) - Method in class org.springframework.data.solr.core.geo.GeoLocation
 
setMaxConnections(Integer) - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
 
setPageable(Pageable) - Method in class org.springframework.data.solr.core.query.FacetOptions
Set facet.offet and facet.limit
setPageRequest(Pageable) - Method in interface org.springframework.data.solr.core.query.Query
restrict result to entries on given page.
setPageRequest(Pageable) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
setSolrHome(String) - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
setSolrOperations(SolrOperations) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
setSolrOperations(SolrOperations) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
Configures the SolrOperations to be used to create Solr repositories.
setSolrServer(SolrServer) - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactory
 
setTimeout(Integer) - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
 
setUrl(String) - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
 
setValue(double) - Method in class org.springframework.data.solr.core.geo.Distance
 
setValue(Object) - Method in class org.springframework.data.solr.core.query.Criteria.CriteriaEntry
 
setValueOfField(String, Object) - Method in class org.springframework.data.solr.core.query.PartialUpdate
Add field with given name and value using UpateAction.SET to the fields to be updated.
shutdownSolrServer() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
SimpleFacetFieldEntry - Class in org.springframework.data.solr.core.query.result
The most trivial implementation of FacetFieldEntry
SimpleFacetFieldEntry(Field, String, long) - Constructor for class org.springframework.data.solr.core.query.result.SimpleFacetFieldEntry
 
SimpleFacetQuery - Class in org.springframework.data.solr.core.query
Trivial implementation of FacetQuery
SimpleFacetQuery() - Constructor for class org.springframework.data.solr.core.query.SimpleFacetQuery
 
SimpleFacetQuery(Criteria) - Constructor for class org.springframework.data.solr.core.query.SimpleFacetQuery
 
SimpleFacetQuery(Criteria, Pageable) - Constructor for class org.springframework.data.solr.core.query.SimpleFacetQuery
 
SimpleFacetQueryEntry - Class in org.springframework.data.solr.core.query.result
Trivial implementation of FacetQueryEntry
SimpleFacetQueryEntry(String, long) - Constructor for class org.springframework.data.solr.core.query.result.SimpleFacetQueryEntry
 
SimpleField - Class in org.springframework.data.solr.core.query
The most trivial implementation of a Field
SimpleField(String) - Constructor for class org.springframework.data.solr.core.query.SimpleField
 
SimpleFilterQuery - Class in org.springframework.data.solr.core.query
Trivial implementation of FilterQuery
SimpleFilterQuery() - Constructor for class org.springframework.data.solr.core.query.SimpleFilterQuery
 
SimpleFilterQuery(Criteria) - Constructor for class org.springframework.data.solr.core.query.SimpleFilterQuery
 
SimpleQuery - Class in org.springframework.data.solr.core.query
Full implementation of Query that allows multiple options like pagination, grouping,...
SimpleQuery() - Constructor for class org.springframework.data.solr.core.query.SimpleQuery
 
SimpleQuery(Criteria) - Constructor for class org.springframework.data.solr.core.query.SimpleQuery
 
SimpleQuery(Criteria, Pageable) - Constructor for class org.springframework.data.solr.core.query.SimpleQuery
 
SimpleSolrMappingContext - Class in org.springframework.data.solr.core.mapping
 
SimpleSolrMappingContext() - Constructor for class org.springframework.data.solr.core.mapping.SimpleSolrMappingContext
 
SimpleSolrPersistentEntity<T> - Class in org.springframework.data.solr.core.mapping
Solr specific PersistentEntity implementation holding eg. name of solr core
SimpleSolrPersistentEntity(TypeInformation<T>) - Constructor for class org.springframework.data.solr.core.mapping.SimpleSolrPersistentEntity
 
SimpleSolrPersistentProperty - Class in org.springframework.data.solr.core.mapping
Solr specific PersistentProperty implementation processing taking Field into account
SimpleSolrPersistentProperty(Field, PropertyDescriptor, PersistentEntity<?, SolrPersistentProperty>, SimpleTypeHolder) - Constructor for class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
SimpleSolrRepository<T> - Class in org.springframework.data.solr.repository.support
Solr specific repository implementation.
SimpleSolrRepository() - Constructor for class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
SimpleSolrRepository(SolrOperations) - Constructor for class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
SimpleSolrRepository(SolrEntityInformation<T, String>, SolrOperations) - Constructor for class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
SimpleSolrRepository(SolrOperations, Class<T>) - Constructor for class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
SimpleStringCriteria - Class in org.springframework.data.solr.core.query
The most basic criteria holding an already formatted QueryString that can be executed 'as is' against the solr server
SimpleStringCriteria(String) - Constructor for class org.springframework.data.solr.core.query.SimpleStringCriteria
 
SimpleUpdateField - Class in org.springframework.data.solr.core.query
 
SimpleUpdateField(String) - Constructor for class org.springframework.data.solr.core.query.SimpleUpdateField
 
SimpleUpdateField(String, Object) - Constructor for class org.springframework.data.solr.core.query.SimpleUpdateField
 
SimpleUpdateField(String, Object, UpdateAction) - Constructor for class org.springframework.data.solr.core.query.SimpleUpdateField
 
SolrCallback<T> - Interface in org.springframework.data.solr.core
Callback interface for data access code that works with SolrServer.
SolrConverter - Interface in org.springframework.data.solr.core.convert
 
SolrCrudRepository<T,ID extends Serializable> - Interface in org.springframework.data.solr.repository
 
SolrDataQuery - Interface in org.springframework.data.solr.core.query
Common interface for any Query
SolrDocument - Annotation Type in org.springframework.data.solr.core.mapping
 
SolrEntityInformation<T,ID extends Serializable> - Interface in org.springframework.data.solr.repository.query
 
SolrEntityInformationCreator - Interface in org.springframework.data.solr.repository.query
 
SolrEntityInformationCreatorImpl - Class in org.springframework.data.solr.repository.support
 
SolrEntityInformationCreatorImpl(MappingContext<? extends SolrPersistentEntity<?>, SolrPersistentProperty>) - Constructor for class org.springframework.data.solr.repository.support.SolrEntityInformationCreatorImpl
 
SolrExceptionTranslator - Class in org.springframework.data.solr.core
 
SolrExceptionTranslator() - Constructor for class org.springframework.data.solr.core.SolrExceptionTranslator
 
SolrOperations - Interface in org.springframework.data.solr.core
Interface that specifies a basic set of Solr operations.
SolrParameterAccessor - Interface in org.springframework.data.solr.repository.query
 
SolrParametersParameterAccessor - Class in org.springframework.data.solr.repository.query
 
SolrParametersParameterAccessor(SolrQueryMethod, Object[]) - Constructor for class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
 
SolrPersistentEntity<T> - Interface in org.springframework.data.solr.core.mapping
 
SolrPersistentProperty - Interface in org.springframework.data.solr.core.mapping
 
SolrPersistentProperty.PropertyToFieldNameConverter - Enum in org.springframework.data.solr.core.mapping
 
SolrQueryMethod - Class in org.springframework.data.solr.repository.query
Solr specific implementation of QueryMethod taking care of Query
SolrQueryMethod(Method, RepositoryMetadata, SolrEntityInformationCreator) - Constructor for class org.springframework.data.solr.repository.query.SolrQueryMethod
 
SolrRepository<T,ID extends Serializable> - Interface in org.springframework.data.solr.repository
 
SolrRepositoryBean<T> - Class in org.springframework.data.solr.repository.cdi
Uses CdiRepositoryBean to create SolrRepository instances.
SolrRepositoryBean(Bean<SolrOperations>, Set<Annotation>, Class<T>, BeanManager) - Constructor for class org.springframework.data.solr.repository.cdi.SolrRepositoryBean
 
SolrRepositoryConfigExtension - Class in org.springframework.data.solr.repository.config
RepositoryConfigurationExtension implementation to configure Solr repository configuration support, evaluating the EnableSolrRepositories annotation or the equivalent XML element.
SolrRepositoryConfigExtension() - Constructor for class org.springframework.data.solr.repository.config.SolrRepositoryConfigExtension
 
SolrRepositoryExtension - Class in org.springframework.data.solr.repository.cdi
 
SolrRepositoryExtension() - Constructor for class org.springframework.data.solr.repository.cdi.SolrRepositoryExtension
 
SolrRepositoryFactory - Class in org.springframework.data.solr.repository.support
Factory to create SolrRepository
SolrRepositoryFactory(SolrOperations) - Constructor for class org.springframework.data.solr.repository.support.SolrRepositoryFactory
 
SolrRepositoryFactoryBean<T extends Repository<S,ID>,S,ID extends Serializable> - Class in org.springframework.data.solr.repository.support
Spring FactoryBean implementation to ease container based configuration for XML namespace and JavaConfig.
SolrRepositoryFactoryBean() - Constructor for class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
 
SolrServerFactory - Interface in org.springframework.data.solr.server
SolrServerFactory provides access to the solrj SolrServer.
SolrTemplate - Class in org.springframework.data.solr.core
Implementation of SolrOperations
SolrTemplate(SolrServer) - Constructor for class org.springframework.data.solr.core.SolrTemplate
 
SolrTemplate(SolrServer, String) - Constructor for class org.springframework.data.solr.core.SolrTemplate
 
SolrTemplate(SolrServerFactory) - Constructor for class org.springframework.data.solr.core.SolrTemplate
 
SolrTemplate(SolrServerFactory, SolrConverter) - Constructor for class org.springframework.data.solr.core.SolrTemplate
 
startsWith(String) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new CriteriaEntry with trailing wildcard
StringBasedSolrQuery - Class in org.springframework.data.solr.repository.query
Solr specific implementation of RepositoryQuery that can handle string based queries
StringBasedSolrQuery(SolrQueryMethod, SolrOperations) - Constructor for class org.springframework.data.solr.repository.query.StringBasedSolrQuery
 
StringBasedSolrQuery(String, SolrQueryMethod, SolrOperations) - Constructor for class org.springframework.data.solr.repository.query.StringBasedSolrQuery
 
StringPageKey - Class in org.springframework.data.solr.core.query.result
String implementation of PageKey
StringPageKey(String) - Constructor for class org.springframework.data.solr.core.query.result.StringPageKey
 

T

toString() - Method in enum org.springframework.data.solr.core.query.Query.Operator
 
toString() - Method in class org.springframework.data.solr.core.query.SimpleField
 
toString() - Method in class org.springframework.data.solr.core.query.SimpleStringCriteria
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.solr.core.SolrExceptionTranslator
 

U

UncategorizedSolrException - Exception in org.springframework.data.solr
 
UncategorizedSolrException(String, Throwable) - Constructor for exception org.springframework.data.solr.UncategorizedSolrException
 
Update - Interface in org.springframework.data.solr.core.query
Update one or more fields of a Document without touching the others.
UpdateAction - Enum in org.springframework.data.solr.core.query
 
UpdateField - Interface in org.springframework.data.solr.core.query
 

V

ValueHoldingField - Interface in org.springframework.data.solr.core.query
 
valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JavaDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.NumberConverters.NumberConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.geo.Distance.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.geo.GeoConverters.DistanceToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.geo.GeoConverters.GeoLocationToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.mapping.SolrPersistentProperty.PropertyToFieldNameConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.query.Criteria.OperationKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.query.FacetOptions.FacetSort
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.query.Query.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.query.UpdateAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.springframework.data.solr.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.solr.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.solr.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.solr.core.convert.NumberConverters.NumberConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.solr.core.geo.Distance.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.solr.core.geo.GeoConverters.DistanceToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.solr.core.geo.GeoConverters.GeoLocationToStringConverter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.solr.core.mapping.SolrPersistentProperty.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.solr.core.query.Criteria.OperationKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.solr.core.query.FacetOptions.FacetSort
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.solr.core.query.Query.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.springframework.data.solr.core.query.UpdateAction
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.solr.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.solr.core.query.Criteria
Static factory method to create a new Criteria for provided field
WILDCARD - Static variable in class org.springframework.data.solr.core.query.Criteria
 
WILDCARD - Static variable in class org.springframework.data.solr.core.QueryParser
 
within(GeoLocation, Distance) - Method in class org.springframework.data.solr.core.query.Criteria
Creates new CriteriaEntry for {@code !
write(Object, Map) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
A B C D E F G H I L M N O P Q R S T U V W 
Spring Data Solr

Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.