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

A

AbstractFunction - Class in org.springframework.data.solr.core.query
 
AbstractFunction() - Constructor for class org.springframework.data.solr.core.query.AbstractFunction
 
AbstractFunction(List<?>) - Constructor for class org.springframework.data.solr.core.query.AbstractFunction
 
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.SolrResultPage
 
addAllFacetPivotFieldResult(Map<PivotField, List<FacetPivotFieldEntry>>) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
addAllTerms(Map<String, List<TermsFieldEntry>>) - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
 
addArgument(Object) - Method in class org.springframework.data.solr.core.query.AbstractFunction
 
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
addFacetOnPivot(Field...) - Method in class org.springframework.data.solr.core.query.FacetOptions
Add pivot facet on given Fields.
addFacetOnPivot(String...) - Method in class org.springframework.data.solr.core.query.FacetOptions
 
addFacetParameter(String, Object) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
Add field specific parameter by name
addFacetParameter(String, Object, boolean) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
addFacetParameter(FacetOptions.FacetParameter) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
Add field specific facet parameter
addFacetPivotResultPage(List<FacetPivotFieldEntry>, PivotField) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
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.SolrResultPage
 
addField(Field) - Method in class org.springframework.data.solr.core.query.HighlightOptions
Add field to highlight
addField(String) - Method in class org.springframework.data.solr.core.query.HighlightOptions
Add name of field to highlight on
addField(String...) - Method in class org.springframework.data.solr.core.query.HighlightOptions
Add names of fields to highlight on
addField(Field) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery
 
addField(String) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery
 
addFields(Collection<String>) - Method in class org.springframework.data.solr.core.query.HighlightOptions
Add names of fields to highlight on
addFields(String...) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery
 
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
add grouping on fieldname
addHighlightParameter(String, Object) - Method in class org.springframework.data.solr.core.query.HighlightOptions
Add parameter by name
addHighlightParameter(HighlightOptions.HighlightParameter) - Method in class org.springframework.data.solr.core.query.HighlightOptions
Add parameter
addHighlightParameter(String, Object) - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
Add field specific parameter by name
addHighlightParameter(HighlightOptions.HighlightParameter) - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
Add field specific highlight parameter
addPredicateProcessor(QueryParserBase.PredicateProcessor) - Method in class org.springframework.data.solr.core.QueryParserBase
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
 
addQueryParameter(T) - Method in class org.springframework.data.solr.core.query.FieldWithQueryParameters
 
addSnipplets(Field, List<String>) - Method in class org.springframework.data.solr.core.query.result.HighlightEntry
 
addSnipplets(String, List<String>) - Method in class org.springframework.data.solr.core.query.result.HighlightEntry
 
addSolrServerForCore(SolrServer, String) - Method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
Add SolrServer for core to factory - Will override existing.
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
 
addTermsResult(List<TermsFieldEntry>, Field) - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
 
addTermsResult(List<TermsFieldEntry>, String) - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
 
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.
afterCompletion(int) - Method in class org.springframework.data.solr.core.SolrTransactionSynchronizationAdapter
 
afterPropertiesSet() - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
 
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
 
ALL_FIELDS - Static variable in class org.springframework.data.solr.core.query.HighlightOptions
 
and(Node) - Method in class org.springframework.data.solr.core.query.Criteria
 
and(String) - Method in class org.springframework.data.solr.core.query.Criteria
 
and(Node) - Method in class org.springframework.data.solr.core.query.Crotch
 
and(String) - Method in class org.springframework.data.solr.core.query.Crotch
 
and(Node) - Method in class org.springframework.data.solr.core.query.Node
Combine two Nodes using and.
and(String) - Method in class org.springframework.data.solr.core.query.Node
Combine node with new Node for given fieldname using and.
appendCoreToBaseUrl(String, SolrServer) - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactory
 
appendCoreToBaseUrl(String, String) - Static method in class org.springframework.data.solr.server.support.SolrServerUtils
Append core to given baseUrl
appendDefaultOperator(SolrQuery, Query.Operator) - Method in class org.springframework.data.solr.core.QueryParserBase
Set q.op parameter for SolrQuery
appendDefType(SolrQuery, String) - Method in class org.springframework.data.solr.core.QueryParserBase
Set defType for SolrQuery
appendFilterQuery(SolrQuery, List<FilterQuery>) - Method in class org.springframework.data.solr.core.DefaultQueryParser
Set filter filter queries for SolrQuery
appendGroupByFields(SolrQuery, List<Field>) - Method in class org.springframework.data.solr.core.DefaultQueryParser
Append grouping parameters to SolrQuery
appendPagination(SolrQuery, Pageable) - Method in class org.springframework.data.solr.core.QueryParserBase
Append pagination information start, rows to SolrQuery
appendProjection(Query) - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
appendProjectionOnFields(SolrQuery, List<Field>) - Method in class org.springframework.data.solr.core.QueryParserBase
Append field list to SolrQuery
appendRequestHandler(SolrQuery, String) - Method in class org.springframework.data.solr.core.QueryParserBase
Set request handler parameter for SolrQuery
appendSort(SolrQuery, Sort) - Method in class org.springframework.data.solr.core.DefaultQueryParser
Append sorting parameters to SolrQuery
appendTermsFieldToSolrQuery(Field, SolrQuery) - Method in class org.springframework.data.solr.core.TermsQueryParser
 
appendTermsOptionsToSolrQuery(TermsOptions, SolrQuery) - Method in class org.springframework.data.solr.core.TermsQueryParser
 
appendTimeAllowed(SolrQuery, Integer) - Method in class org.springframework.data.solr.core.QueryParserBase
Set SolrQuery.setTimeAllowed(Integer)
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 Criteria.Predicate for RANGE [lowerBound TO upperBound]
between(Object, Object, boolean, boolean) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate for RANGE [lowerBound TO upperBound]
between(Object, Object) - Method in class org.springframework.data.solr.core.query.Crotch
 
between(Object, Object, boolean, boolean) - Method in class org.springframework.data.solr.core.query.Crotch
 
between(Point, Point) - Method in class org.springframework.data.solr.core.query.DistanceFunction.Builder
 
between(Object, Object) - Method in class org.springframework.data.solr.core.query.Node
 
between(Object, Object, boolean, boolean) - Method in class org.springframework.data.solr.core.query.Node
 
BindableSolrParameter - Class in org.springframework.data.solr.repository.query
Used to provide additional information on parameters used in query definition.
BindableSolrParameter(int, Object) - Constructor for class org.springframework.data.solr.repository.query.BindableSolrParameter
 
BindableSolrParameterIterator(Iterator<Object>) - Constructor for class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor.BindableSolrParameterIterator
 
boost(float) - Method in class org.springframework.data.solr.core.query.Criteria
Boost positive hit with given factor. eg. ^2.3
boost(float) - Method in class org.springframework.data.solr.core.query.Crotch
 
boost(float) - Method in class org.springframework.data.solr.core.query.Node
 
BOOST - Static variable in class org.springframework.data.solr.core.QueryParserBase
 
Boost - Annotation Type in org.springframework.data.solr.repository
Increase document score by boosting search criteria hit
BoundingBox - Class in org.springframework.data.solr.core.geo
Deprecated.
Will be removed in 1.3. Use Box instead.
BoundingBox(double[], double[]) - Constructor for class org.springframework.data.solr.core.geo.BoundingBox
Deprecated.
 
BoundingBox(Point, Point) - Constructor for class org.springframework.data.solr.core.geo.BoundingBox
Deprecated.
 
BoundingBox.Builder - Class in org.springframework.data.solr.core.geo
Deprecated.
 
BoundTerm() - Constructor for class org.springframework.data.solr.core.query.TermsOptions.BoundTerm
 
build() - Method in class org.springframework.data.solr.core.query.ProductFunction.Builder
 
build() - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
Builder(Point) - Constructor for class org.springframework.data.solr.core.geo.BoundingBox.Builder
Deprecated.
 
Builder(DistanceFunction.Power) - Constructor for class org.springframework.data.solr.core.query.DistanceFunction.Builder
 
Builder(Object) - Constructor for class org.springframework.data.solr.core.query.DivideFunction.Builder
 
Builder(String) - Constructor for class org.springframework.data.solr.core.query.GeoDistanceFunction.Builder
 
Builder(Object) - Constructor for class org.springframework.data.solr.core.query.IfFunction.Builder
 
Builder(Field) - Constructor for class org.springframework.data.solr.core.query.Join.Builder
 
Builder(String) - Constructor for class org.springframework.data.solr.core.query.Join.Builder
 
Builder(String) - Constructor for class org.springframework.data.solr.core.query.ProductFunction.Builder
 
Builder(Number) - Constructor for class org.springframework.data.solr.core.query.ProductFunction.Builder
 
Builder(Function) - Constructor for class org.springframework.data.solr.core.query.ProductFunction.Builder
 
Builder() - Constructor for class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
Builder(String...) - Constructor for class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
Builder(String) - Constructor for class org.springframework.data.solr.core.query.TermFrequencyFunction.Builder
 
by(Number) - Method in class org.springframework.data.solr.core.query.DivideFunction.Builder
 
by(Function) - Method in class org.springframework.data.solr.core.query.DivideFunction.Builder
 
by(String) - Method in class org.springframework.data.solr.core.query.DivideFunction.Builder
 
by(Field) - Method in class org.springframework.data.solr.core.query.DivideFunction.Builder
 

C

CalculatedField - Interface in org.springframework.data.solr.core.query
 
canConvert(Class<?>, Class<?>) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
 
canProcess(Criteria.Predicate) - Method in interface org.springframework.data.solr.core.QueryParserBase.PredicateProcessor
 
clone(T) - Static method in class org.springframework.data.solr.server.support.SolrServerUtils
 
clone(T, String) - Static method in class org.springframework.data.solr.server.support.SolrServerUtils
Create a clone of given SolrServer and modify baseUrl of clone to point to the given core.
commit() - Method in interface org.springframework.data.solr.core.SolrOperations
Send commit command SolrServer.commit()
commit() - Method in class org.springframework.data.solr.core.SolrTemplate
 
CommitTransaction() - Constructor for class org.springframework.data.solr.core.SolrTransactionSynchronizationAdapter.CommitTransaction
 
constructSolrQuery(SolrDataQuery) - Method in interface org.springframework.data.solr.core.QueryParser
Convert given Query into a SolrQuery executable via SolrServer
constructSolrQuery(SolrDataQuery) - Method in class org.springframework.data.solr.core.QueryParserBase
 
contains(String) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate with leading and trailing wildcards
NOTE: mind your schema as leading wildcards may not be supported and/or execution might be slow.
contains(String...) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate with leading and trailing wildcards for each entry
NOTE: mind your schema as leading wildcards may not be supported and/or execution might be slow.
contains(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate with leading and trailing wildcards for each entry
NOTE: mind your schema as leading wildcards may not be supported and/or execution might be slow.
contains(String) - Method in class org.springframework.data.solr.core.query.Crotch
 
contains(String...) - Method in class org.springframework.data.solr.core.query.Crotch
 
contains(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Crotch
 
contains(String) - Method in class org.springframework.data.solr.core.query.Node
 
contains(String...) - Method in class org.springframework.data.solr.core.query.Node
 
contains(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Node
 
containsWildcard() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
containsWildcard() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
 
conversionService - Variable in class org.springframework.data.solr.core.QueryParserBase
 
convert(Date) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.DateToJodaDateTimeConverter
 
convert(Date) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.DateToLocalDateTimeConverter
 
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(DateTime) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeToDateConverter
 
convert(LocalDateTime) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
 
convert(LocalDateTime) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeToDateConverter
 
convert(String) - Method in enum org.springframework.data.solr.core.convert.DateTimeConverters.StringToJodaDateTimeConverter
 
convert(Number) - Method in enum org.springframework.data.solr.core.convert.NumberConverters.NumberConverter
 
convert(Object, Class<T>) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
Convert given object into target type
convert(Distance) - Method in enum org.springframework.data.solr.core.geo.GeoConverters.DistanceToStringConverter
 
convert(Point) - Method in enum org.springframework.data.solr.core.geo.GeoConverters.GeoLocationToStringConverter
Deprecated.
 
convert(Point) - Method in enum org.springframework.data.solr.core.geo.GeoConverters.PointToStringConverter
 
convert(String) - Method in enum org.springframework.data.solr.core.geo.GeoConverters.StringToGeoLocationConverter
Deprecated.
 
convert(String) - Method in enum org.springframework.data.solr.core.geo.GeoConverters.StringToPointConverter
 
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
 
convertQueryResponseToBeans(QueryResponse, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
convertSolrDocumentListToBeans(SolrDocumentList, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
convertSolrDocumentToBean(SolrDocument, Class<T>) - 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
 
CountEntry - Interface in org.springframework.data.solr.core.query.result
 
create(CreationalContext<T>, Class<T>) - Method in class org.springframework.data.solr.repository.cdi.SolrRepositoryBean
 
createAndWrite(Object) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
create a new SolrInputDocument for given source and write values to it
createAssociation() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
createCalculatedFieldFragment(CalculatedField) - Method in class org.springframework.data.solr.core.QueryParserBase
Create SolrServer readable String representation for CalculatedField.
createFrom(List<SolrParameter>) - Method in class org.springframework.data.solr.repository.query.SolrParameters
 
createFunctionFragment(Function) - Method in class org.springframework.data.solr.core.QueryParserBase
Create SolrServer readable String representation for Function
createParameter(MethodParameter) - Method in class org.springframework.data.solr.repository.query.SolrParameters
 
createParameters(Method) - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
createPathConfiguredSolrServer(String) - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
createPerFieldOverrideParameterName(Field, String) - Method in class org.springframework.data.solr.core.DefaultQueryParser
 
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.QueryParserBase
Creates query string representation of a single critiera
createQueryFromString(String, SolrParameterAccessor) - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
createQueryStringFromCriteria(Criteria) - Method in class org.springframework.data.solr.core.QueryParserBase
Iterates criteria list and concats query string fragments to form a valid query string to be used with SolrQuery.setQuery(String)
createQueryStringFromNode(Node) - Method in class org.springframework.data.solr.core.QueryParserBase
 
createQueryStringFromNode(Node, int) - Method in class org.springframework.data.solr.core.QueryParserBase
 
createServerForCore(SolrServer, String) - Method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
 
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(Function) - 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.OperationKey - Enum in org.springframework.data.solr.core.query
 
Criteria.Predicate - Class in org.springframework.data.solr.core.query
Single entry to be used when defining search criteria
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.QueryParserBase
 
Crotch - Class in org.springframework.data.solr.core.query
 
currency(String) - Static method in class org.springframework.data.solr.core.query.CurrencyFunction
Create new CurrencyFunction representing currency(fieldname)
currency(Field) - Static method in class org.springframework.data.solr.core.query.CurrencyFunction
Create new CurrencyFunction representing currency(field.getName())
currency(Field, String) - Static method in class org.springframework.data.solr.core.query.CurrencyFunction
Create new CurrencyFunction using ISO-4217 currencyCode representing currency(fiel.getName(),currencyCode)
currency(String, String) - Static method in class org.springframework.data.solr.core.query.CurrencyFunction
Create new CurrencyFunction using ISO-4217 currencyCode representing currency(fieldname,currencyCode)
CurrencyFunction - Class in org.springframework.data.solr.core.query
Implementation of currency(field_name,[CODE])
CustomConversions - Class in org.springframework.data.solr.core.convert
CustomConversions holds basically a list of Converter that can be used for mapping objects to ( WritingConverter) and from (ReadingConverter) solr representation.
CustomConversions() - Constructor for class org.springframework.data.solr.core.convert.CustomConversions
Create new instance
CustomConversions(List) - Constructor for class org.springframework.data.solr.core.convert.CustomConversions
Create new instance registering given converters

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.DateToJodaDateTimeConverter - Enum in org.springframework.data.solr.core.convert
Reading Converter parses Date from SolrDocument to DateTime
DateTimeConverters.DateToLocalDateTimeConverter - Enum in org.springframework.data.solr.core.convert
Reading Converter parses Date from SolrDocument to LocalDateTime
DateTimeConverters.JavaDateConverter - Enum in org.springframework.data.solr.core.convert
Converter used to parse Date to String used for setting SolrQuery query string values
DateTimeConverters.JodaDateTimeConverter - Enum in org.springframework.data.solr.core.convert
Converter used to parse DateTime to String used for setting SolrQuery query string values
DateTimeConverters.JodaDateTimeToDateConverter - Enum in org.springframework.data.solr.core.convert
Writing Converter converts DateTime to Date so it can be used within SolrInputDocument
DateTimeConverters.JodaLocalDateTimeConverter - Enum in org.springframework.data.solr.core.convert
Converter used to parse LocalDateTime to String used for setting SolrQuery query string values
DateTimeConverters.JodaLocalDateTimeToDateConverter - Enum in org.springframework.data.solr.core.convert
Writing Converter converts LocalDateTime to Date so it can be used within SolrInputDocument
DateTimeConverters.StringToJodaDateTimeConverter - 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
 
DEFAULT_REQUEST_HANDLER - Static variable in class org.springframework.data.solr.core.query.SimpleTermsQuery
 
DEFAULT_SORT - Static variable in class org.springframework.data.solr.core.query.TermsOptions
 
DefaultQueryParser - Class in org.springframework.data.solr.core
Implementation of QueryParser.
DefaultQueryParser() - Constructor for class org.springframework.data.solr.core.DefaultQueryParser
 
defaultValue(String, Object) - Static method in class org.springframework.data.solr.core.query.DefaultValueFunction
Creates new DefaultValueFunction representing def(fieldname, defaultValue))
defaultValue(Field, Object) - Static method in class org.springframework.data.solr.core.query.DefaultValueFunction
Creates new DefaultValueFunction representing def(field.getName(), defaultValue))
defaultValue(Function, Object) - Static method in class org.springframework.data.solr.core.query.DefaultValueFunction
Creates new DefaultValueFunction representing def(function, defaultValue))
DefaultValueFunction - Class in org.springframework.data.solr.core.query
Implementation of def(field|function,defaultValue)
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(ID) - 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
 
DELIMINATOR - Static variable in class org.springframework.data.solr.core.QueryParserBase
 
destroy() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
destroy() - Method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
 
Distance - Class in org.springframework.data.solr.core.geo
Deprecated.
Will be removed in 1.3. Use Distance instead.
Distance(double) - Constructor for class org.springframework.data.solr.core.geo.Distance
Deprecated.
 
Distance(double, Metric) - Constructor for class org.springframework.data.solr.core.geo.Distance
Deprecated.
 
Distance(double, Distance.Unit) - Constructor for class org.springframework.data.solr.core.geo.Distance
Deprecated.
 
Distance.Unit - Enum in org.springframework.data.solr.core.geo
Deprecated.
 
DistanceField - Class in org.springframework.data.solr.core.query
Implementation of CalculatedField for geodist
DistanceField(String, Point) - Constructor for class org.springframework.data.solr.core.query.DistanceField
 
DistanceField(String, String, Point) - Constructor for class org.springframework.data.solr.core.query.DistanceField
 
distanceFrom(String) - Static method in class org.springframework.data.solr.core.query.GeoDistanceFunction
distanceFrom(Field) - Static method in class org.springframework.data.solr.core.query.GeoDistanceFunction
DistanceFunction - Class in org.springframework.data.solr.core.query
Implementation of dist(power, pointA, pointB)
DistanceFunction.Builder - Class in org.springframework.data.solr.core.query
 
DistanceFunction.Power - Enum in org.springframework.data.solr.core.query
 
divide(Field) - Static method in class org.springframework.data.solr.core.query.DivideFunction
creates new DivideFunction.Builder for dividing value in field with given name
divide(String) - Static method in class org.springframework.data.solr.core.query.DivideFunction
creates new DivideFunction.Builder for dividing value in field with given name
divide(Number) - Static method in class org.springframework.data.solr.core.query.DivideFunction
creates new DivideFunction.Builder for dividing given value
divide(Function) - Static method in class org.springframework.data.solr.core.query.DivideFunction
creates new DivideFunction.Builder for dividing value calculated by given Function
DivideFunction - Class in org.springframework.data.solr.core.query
Implementation of div(x,y)
DivideFunction.Builder - Class in org.springframework.data.solr.core.query
 
doConstructSolrQuery(SolrDataQuery) - Method in class org.springframework.data.solr.core.DefaultQueryParser
Convert given Query into a SolrQuery executable via SolrServer
doConstructSolrQuery(QUERYTPYE) - Method in class org.springframework.data.solr.core.QueryParserBase
 
doConstructSolrQuery(TermsQuery) - Method in class org.springframework.data.solr.core.TermsQueryParser
 
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.
endingAt(Point) - Method in class org.springframework.data.solr.core.geo.BoundingBox.Builder
Deprecated.
 
endsWith(String) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate with leading wildcard
NOTE: mind your schema and execution times as leading wildcards may not be supported.
endsWith(String...) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate with leading wildcard for each entry
NOTE: mind your schema and execution times as leading wildcards may not be supported.
endsWith(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate with leading wildcard for each entry
NOTE: mind your schema and execution times as leading wildcards may not be supported.
endsWith(String) - Method in class org.springframework.data.solr.core.query.Crotch
 
endsWith(String...) - Method in class org.springframework.data.solr.core.query.Crotch
 
endsWith(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Crotch
 
endsWith(String) - Method in class org.springframework.data.solr.core.query.Node
 
endsWith(String...) - Method in class org.springframework.data.solr.core.query.Node
 
endsWith(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Node
 
equals(Object) - Method in class org.springframework.data.solr.core.query.QueryParameterImpl
 
equals(Object) - Method in class org.springframework.data.solr.core.query.result.StringPageKey
 
equals(Object) - Method in class org.springframework.data.solr.core.query.SimplePivotField
 
euclideanDistance() - Static method in class org.springframework.data.solr.core.query.DistanceFunction
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(SolrOperations) - Method in class org.springframework.data.solr.core.SolrTransactionSynchronizationAdapter.CommitTransaction
 
execute(SolrOperations) - Method in interface org.springframework.data.solr.core.SolrTransactionSynchronizationAdapter.CompletionDelegate
 
execute(SolrOperations) - Method in class org.springframework.data.solr.core.SolrTransactionSynchronizationAdapter.RollbackTransaction
 
execute(Object[]) - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
exists(Field) - Static method in class org.springframework.data.solr.core.query.ExistsFunction
Creates new ExistsFunction representing exists(field)
exists(String) - Static method in class org.springframework.data.solr.core.query.ExistsFunction
Creates new ExistsFunction representing exists(fieldname)
exists(Function) - Static method in class org.springframework.data.solr.core.query.ExistsFunction
Creates new ExistsFunction representing exists(function())
exists(ID) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
ExistsFunction - Class in org.springframework.data.solr.core.query
Implementation of exists(field|function)
expression(String) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate allowing native solr expressions
expression(String) - Method in class org.springframework.data.solr.core.query.Crotch
 
expression(String) - Method in class org.springframework.data.solr.core.query.Node
 

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.FacetParameter - Class in org.springframework.data.solr.core.query
 
FacetOptions.FacetSort - Enum in org.springframework.data.solr.core.query
 
FacetOptions.FieldWithFacetParameters - Class in org.springframework.data.solr.core.query
 
FacetPage<T> - Interface 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
FacetParameter(String, Object) - Constructor for class org.springframework.data.solr.core.query.FacetOptions.FacetParameter
 
FacetPivotFieldEntry - Interface in org.springframework.data.solr.core.query.result
Entry for facet pivot field.
FacetQuery - Interface in org.springframework.data.solr.core.query
Query to be used for faceting.
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 Criteria.
fields(String...) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
FieldValueCountEntry - Class in org.springframework.data.solr.core.query.result
 
FieldValueCountEntry(String, long) - Constructor for class org.springframework.data.solr.core.query.result.FieldValueCountEntry
 
FieldWithFacetParameters(String) - Constructor for class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
FieldWithHighlightParameters(String) - Constructor for class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
 
FieldWithQueryParameters<T extends QueryParameter> - Class in org.springframework.data.solr.core.query
Field that holds additional parameters to provide query hints to solr.
FieldWithQueryParameters(String) - Constructor for class org.springframework.data.solr.core.query.FieldWithQueryParameters
 
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<ID>) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
findOne(ID) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
forOperations(SolrOperations) - Static method in class org.springframework.data.solr.core.SolrTransactionSynchronizationAdapterBuilder
 
from(Field) - Static method in class org.springframework.data.solr.core.query.Join
 
from(String) - Static method in class org.springframework.data.solr.core.query.Join
 
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
 
function(Function) - Method in class org.springframework.data.solr.core.query.Criteria
Creates Criteria.Predicate for given Function.
function(Function) - Method in class org.springframework.data.solr.core.query.Crotch
 
Function - Interface in org.springframework.data.solr.core.query
 
function(Function) - Method in class org.springframework.data.solr.core.query.Node
 
fuzzy(String) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate with trailing ~
fuzzy(String, float) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate with trailing ~ followed by levensteinDistance
fuzzy(String) - Method in class org.springframework.data.solr.core.query.Crotch
 
fuzzy(String, float) - Method in class org.springframework.data.solr.core.query.Crotch
 
fuzzy(String) - Method in class org.springframework.data.solr.core.query.Node
 
fuzzy(String, float) - Method in class org.springframework.data.solr.core.query.Node
 

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
Converts a Distance to a solrReadable request parameter.
GeoConverters.GeoLocationToStringConverter - Enum in org.springframework.data.solr.core.geo
Deprecated.
Will be removed in 1.3.
GeoConverters.PointToStringConverter - Enum in org.springframework.data.solr.core.geo
Converts a Point to a solrReadable request parameter.
GeoConverters.StringToGeoLocationConverter - Enum in org.springframework.data.solr.core.geo
Deprecated.
Will be removed in 1.3. Use GeoConverters.StringToPointConverter instead.
GeoConverters.StringToPointConverter - Enum in org.springframework.data.solr.core.geo
Converts comma separated string to Point.
GeoDistanceFunction - Class in org.springframework.data.solr.core.query
Implementation of geodist(sfield, latitude, longitude)
GeoDistanceFunction.Builder - Class in org.springframework.data.solr.core.query
 
geohash(Point) - Static method in class org.springframework.data.solr.core.query.GeoHashFunction
 
geohash(double, double) - Static method in class org.springframework.data.solr.core.query.GeoHashFunction
 
GeoHashFunction - Class in org.springframework.data.solr.core.query
Implementation of geohash(latitude, longitude)
GeoLocation - Class in org.springframework.data.solr.core.geo
Deprecated.
Will be removed in 1.3. Use Point instead.
GeoLocation(double, double) - Constructor for class org.springframework.data.solr.core.geo.GeoLocation
Deprecated.
 
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
getAlias() - Method in interface org.springframework.data.solr.core.query.CalculatedField
 
getAlias() - Method in class org.springframework.data.solr.core.query.SimpleCalculatedField
 
getAllFacets() - Method in interface org.springframework.data.solr.core.query.result.FacetPage
 
getAllFacets() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getArguments() - Method in class org.springframework.data.solr.core.query.AbstractFunction
 
getArguments() - Method in interface org.springframework.data.solr.core.query.Function
 
getBindableValue(int) - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
 
getBoost() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentEntity
 
getBoost() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
getBoost() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentEntity
 
getBoost() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
 
getBoost() - Method in class org.springframework.data.solr.core.query.Criteria
Boost criteria value
getBoost() - Method in class org.springframework.data.solr.repository.query.BindableSolrParameter
 
getBoost(int) - Method in interface org.springframework.data.solr.repository.query.SolrParameterAccessor
Get boost value for element at index if defined
getBoost(int) - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
 
getContent() - Method in interface org.springframework.data.solr.core.query.result.TermsPage
Returns the page content as List.
getContent() - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
 
getConversionService() - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
 
getConverter() - Method in interface org.springframework.data.solr.core.SolrOperations
 
getConverter() - Method in class org.springframework.data.solr.core.SolrTemplate
 
getCores() - Method in interface org.springframework.data.solr.server.SolrServerFactory
Get list of cores
getCores() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
getCores() - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactory
 
getCores() - Method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
 
getCriteria() - Method in interface org.springframework.data.solr.core.query.SolrDataQuery
 
getCustomConversions() - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
 
getCustomWriteTarget(Class<?>) - Method in class org.springframework.data.solr.core.convert.CustomConversions
find most recent write target for given class
getCustomWriteTarget(Class<?>, Class<?>) - Method in class org.springframework.data.solr.core.convert.CustomConversions
find most recent write target for given source and targetType
getCustomWriteTargetType(Class<?>) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
get the target conversion type
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
 
getDefType() - Method in interface org.springframework.data.solr.core.query.Query
Get the default type of query, if one has been specified.
getDefType() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
getDefType() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getEntity() - Method in class org.springframework.data.solr.core.query.result.HighlightEntry
Get the entity the highlights are associated to
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(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 interface org.springframework.data.solr.core.query.result.FacetPage
Get Fields contained in Result.
getFacetFields() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getFacetFields() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getFacetLimit() - Method in class org.springframework.data.solr.core.query.FacetOptions
Get the max number of results per facet field.
getFacetLimit() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
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.
getFacetMinCount() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getFacetOnFields() - Method in class org.springframework.data.solr.core.query.FacetOptions
Get the list of Fields to facet on
getFacetOnPivots() - Method in class org.springframework.data.solr.core.query.FacetOptions
Get the list of pivot Fields to face on
getFacetOptions() - Method in interface org.springframework.data.solr.core.query.FacetQuery
 
getFacetOptions() - Method in class org.springframework.data.solr.core.query.SimpleFacetQuery
 
getFacetPivotFields() - Method in interface org.springframework.data.solr.core.query.result.FacetPage
Get Pivot Fields contained in Result.
getFacetPivotFields() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getFacetPrefix() - Method in class org.springframework.data.solr.core.query.FacetOptions
get value used for facet.prefix
getFacetPrefix() - 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
getFacetQueries() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getFacetQueryResult() - Method in interface org.springframework.data.solr.core.query.result.FacetPage
 
getFacetQueryResult() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getFacetResultPage(String) - Method in interface org.springframework.data.solr.core.query.result.FacetPage
Get Facet results for field with given name
getFacetResultPage(Field) - Method in interface org.springframework.data.solr.core.query.result.FacetPage
Get Facet results for field with given field
getFacetResultPage(String) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getFacetResultPage(Field) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getFacetResultPages() - Method in interface org.springframework.data.solr.core.query.result.FacetPage
 
getFacetResultPages() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
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
Target field
getField() - Method in class org.springframework.data.solr.core.query.Crotch
 
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.FieldValueCountEntry
 
getField() - Method in class org.springframework.data.solr.core.query.result.HighlightEntry.Highlight
 
getField() - Method in interface org.springframework.data.solr.core.query.result.TermsFieldEntry
get the associated Field
getFieldName() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
getFieldName() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
Get name of field under attention to Field annotation
getFields() - Method in class org.springframework.data.solr.core.query.HighlightOptions
 
getFields() - Method in interface org.springframework.data.solr.core.query.PivotField
Get the fields for this pivot.
getFields() - Method in class org.springframework.data.solr.core.query.SimplePivotField
 
getFieldsWithHighlightParameters() - Method in class org.springframework.data.solr.core.query.HighlightOptions
Get Collection of fields that have field specific highlight options.
getFieldsWithParameters() - Method in class org.springframework.data.solr.core.query.FacetOptions
 
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
 
getForClass(Class<? extends SolrDataQuery>) - Method in class org.springframework.data.solr.core.QueryParsers
Get the QueryParser for given query type
getFormatter() - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
 
getFormatter() - Method in class org.springframework.data.solr.core.query.HighlightOptions
 
getFragsize() - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
 
getFragsize() - Method in class org.springframework.data.solr.core.query.HighlightOptions
 
getFrom() - Method in class org.springframework.data.solr.core.query.Join
 
getFunction() - Method in interface org.springframework.data.solr.core.query.CalculatedField
 
getFunction() - Method in class org.springframework.data.solr.core.query.SimpleCalculatedField
 
getGeoLocationEnd() - Method in class org.springframework.data.solr.core.geo.BoundingBox
Deprecated.
 
getGeoLocationStart() - Method in class org.springframework.data.solr.core.geo.BoundingBox
Deprecated.
 
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
 
getHighlighSnipplets() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getHighlighted() - Method in interface org.springframework.data.solr.core.query.result.HighlightPage
 
getHighlighted() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getHighlightFieldNames() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getHighlightFormatter() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getHighlightFragsize() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getHighlightOptions() - Method in interface org.springframework.data.solr.core.query.HighlightQuery
 
getHighlightOptions() - Method in class org.springframework.data.solr.core.query.SimpleHighlightQuery
 
getHighlightParameters() - Method in class org.springframework.data.solr.core.query.HighlightOptions
 
getHighlightParameterValue(String) - Method in class org.springframework.data.solr.core.query.HighlightOptions
Get value of parameter with given type
getHighlightPostfix() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getHighlightPrefix() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getHighlightQuery() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getHighlights() - Method in class org.springframework.data.solr.core.query.result.HighlightEntry
 
getHighlights(T) - Method in interface org.springframework.data.solr.core.query.result.HighlightPage
 
getHighlights(T) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getId(T) - Method in class org.springframework.data.solr.repository.support.MappingSolrEntityInformation
 
getIdAttribute() - Method in interface org.springframework.data.solr.repository.query.SolrEntityInformation
get the name of the id attribute
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
get id field of document to update
getIdFieldName() - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
getIdType() - Method in class org.springframework.data.solr.repository.support.MappingSolrEntityInformation
 
getIndex() - Method in class org.springframework.data.solr.repository.query.BindableSolrParameter
 
getJoin() - Method in interface org.springframework.data.solr.core.query.SolrDataQuery
 
getKey() - Method in enum org.springframework.data.solr.core.query.Criteria.OperationKey
 
getKey() - Method in class org.springframework.data.solr.core.query.Criteria.Predicate
 
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 class org.springframework.data.solr.core.query.result.FieldValueCountEntry
 
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.SimpleFacetQueryEntry
 
getKey() - Method in class org.springframework.data.solr.core.query.result.StringPageKey
 
getKey() - Method in interface org.springframework.data.solr.core.query.result.TermsEntry
 
getKey() - Method in interface org.springframework.data.solr.core.query.result.TermsFieldEntry
 
getLatitude() - Method in class org.springframework.data.solr.core.geo.GeoLocation
Deprecated.
 
getLimit() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
getLimit() - Method in class org.springframework.data.solr.core.query.TermsOptions
 
getLongitude() - Method in class org.springframework.data.solr.core.geo.GeoLocation
Deprecated.
 
getLowerBoundTerm() - Method in class org.springframework.data.solr.core.query.TermsOptions
 
getMappingContext() - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
getMappingContext() - Method in class org.springframework.data.solr.core.convert.SolrJConverter
 
getMaxCount() - Method in class org.springframework.data.solr.core.query.TermsOptions
 
getMaxScore() - Method in interface org.springframework.data.solr.core.query.result.ScoredPage
Returns the scoring of the topmost document (max score).
getMaxScore() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getMethod() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
getMinCount() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
getMinCount() - Method in class org.springframework.data.solr.core.query.TermsOptions
 
getMissing() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
getModulePrefix() - Method in class org.springframework.data.solr.repository.config.SolrRepositoryConfigExtension
 
getMultiplier() - Method in enum org.springframework.data.solr.core.geo.Distance.Unit
Deprecated.
 
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 interface org.springframework.data.solr.core.query.QueryParameter
 
getName() - Method in class org.springframework.data.solr.core.query.QueryParameterImpl
 
getName() - Method in class org.springframework.data.solr.core.query.SimpleCalculatedField
 
getName() - Method in class org.springframework.data.solr.core.query.SimpleField
 
getName() - Method in class org.springframework.data.solr.core.query.SimplePivotField
 
getNamedQueryName() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getNrSnipplets() - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
 
getNrSnipplets() - Method in class org.springframework.data.solr.core.query.HighlightOptions
 
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
 
getOffset() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
getOperation() - Method in class org.springframework.data.solr.core.query.CurrencyFunction
 
getOperation() - Method in class org.springframework.data.solr.core.query.DefaultValueFunction
 
getOperation() - Method in class org.springframework.data.solr.core.query.DistanceFunction
 
getOperation() - Method in class org.springframework.data.solr.core.query.DivideFunction
 
getOperation() - Method in class org.springframework.data.solr.core.query.ExistsFunction
 
getOperation() - Method in interface org.springframework.data.solr.core.query.Function
solr readable representation of function
getOperation() - Method in class org.springframework.data.solr.core.query.GeoDistanceFunction
 
getOperation() - Method in class org.springframework.data.solr.core.query.GeoHashFunction
 
getOperation() - Method in class org.springframework.data.solr.core.query.IfFunction
 
getOperation() - Method in class org.springframework.data.solr.core.query.MaxFunction
 
getOperation() - Method in class org.springframework.data.solr.core.query.NotFunction
 
getOperation() - Method in class org.springframework.data.solr.core.query.ProductFunction
 
getOperation() - Method in class org.springframework.data.solr.core.query.QueryFunction
 
getOperation() - Method in class org.springframework.data.solr.core.query.TermFrequencyFunction
 
getPageable() - Method in class org.springframework.data.solr.core.query.FacetOptions
Get the facet page requested.
getPageable() - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
 
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
 
getParameters() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getParent() - Method in class org.springframework.data.solr.core.query.Node
Get parent Node.
getPivot(String) - Method in interface org.springframework.data.solr.core.query.result.FacetPage
Get Facet Pivot results for fields with given fields.
getPivot(PivotField) - Method in interface org.springframework.data.solr.core.query.result.FacetPage
Get Facet Pivot results for fields with given fields.
getPivot() - Method in interface org.springframework.data.solr.core.query.result.FacetPivotFieldEntry
Get the associated pivot to this FacetFieldEntry.
getPivot() - Method in class org.springframework.data.solr.core.query.result.SimpleFacetPivotEntry
 
getPivot(String) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getPivot(PivotField) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getPivotFields() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getPredicates() - Method in class org.springframework.data.solr.core.query.Criteria
 
getPrefix() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
getPrefix() - Method in class org.springframework.data.solr.core.query.TermsOptions
 
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 class org.springframework.data.solr.core.query.HighlightOptions
 
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
 
getQueryParameter(String) - Method in class org.springframework.data.solr.core.query.FieldWithQueryParameters
Get the parameter for given name.
getQueryParameters() - Method in class org.springframework.data.solr.core.query.FieldWithQueryParameters
Get Collection of all parameters
getQueryParameterValue(String) - Method in class org.springframework.data.solr.core.query.FieldWithQueryParameters
Get value of given parameter
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 interface org.springframework.data.solr.core.QueryParser
Get the queryString to use withSolrQuery.setParam(CommonParams.Q, "queryString"}
getQueryString(SolrDataQuery) - Method in class org.springframework.data.solr.core.QueryParserBase
 
getRegex() - Method in class org.springframework.data.solr.core.query.TermsOptions
 
getRegexFlag() - Method in class org.springframework.data.solr.core.query.TermsOptions
 
getRepositoryBaseClass(RepositoryMetadata) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactory
 
getRepositoryFactoryClassName() - Method in class org.springframework.data.solr.repository.config.SolrRepositoryConfigExtension
 
getRequestHandler() - Method in interface org.springframework.data.solr.core.query.Query
Returns the request handler.
getRequestHandler() - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery
 
getRequestHandler() - Method in interface org.springframework.data.solr.core.query.TermsQuery
Returns the request handler.
getRequestHandler() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getScope() - Method in class org.springframework.data.solr.repository.cdi.SolrRepositoryBean
 
getShortClassName(Class<?>) - Static method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
Get the class short name.
getSiblings() - Method in class org.springframework.data.solr.core.query.Crotch
 
getSiblings() - Method in class org.springframework.data.solr.core.query.Node
 
getSimplePostfix() - Method in class org.springframework.data.solr.core.query.HighlightOptions
 
getSimplePrefix() - Method in class org.springframework.data.solr.core.query.HighlightOptions
 
getSnipplets() - Method in class org.springframework.data.solr.core.query.result.HighlightEntry.Highlight
 
getSolrCore() - Method in class org.springframework.data.solr.core.SolrTemplate
 
getSolrCoreName() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentEntity
 
getSolrCoreName() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentEntity
Get the core's name for this entity.
getSolrCoreName() - Method in interface org.springframework.data.solr.repository.query.SolrEntityInformation
get the name of the solr collection the entity resides in
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
 
getSolrOperations() - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
 
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 base SolrServer instance
getSolrServer(String) - Method in interface org.springframework.data.solr.server.SolrServerFactory
Get configured SolrServer for specific core
getSolrServer() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
getSolrServer(String) - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
getSolrServer(String) - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactory
returns the reference solrServer
getSolrServer(String) - Method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
 
getSolrServer(Class<?>) - Method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
Get configured SolrServer for specific class tying to determine core name via SolrDocument or its class name.
getSort() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
getSort() - Method in interface org.springframework.data.solr.core.query.Query
 
getSort() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
getSort() - Method in class org.springframework.data.solr.core.query.TermsOptions
 
getSort() - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
 
getTargetRepository(RepositoryMetadata) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactory
 
getTerm() - Method in class org.springframework.data.solr.core.query.TermsOptions.BoundTerm
 
getTerms(Field) - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
 
getTermsFields() - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
 
getTermsFields() - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery
 
getTermsFields() - Method in interface org.springframework.data.solr.core.query.TermsQuery
 
getTermsForField(String) - Method in interface org.springframework.data.solr.core.query.result.TermsPage
 
getTermsForField(String) - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
 
getTermsOptions() - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery
 
getTermsOptions() - Method in interface org.springframework.data.solr.core.query.TermsQuery
 
getTimeAllowed() - Method in interface org.springframework.data.solr.core.query.Query
Return the time (in milliseconds) allowed for a search to finish
getTimeAllowed() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
getTimeAllowed() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getTo() - Method in class org.springframework.data.solr.core.query.Join
 
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 update
getUpperBoundTerm() - Method in class org.springframework.data.solr.core.query.TermsOptions
 
getValue(SolrPersistentProperty, Object, Object) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
getValue() - Method in class org.springframework.data.solr.core.query.Criteria.Predicate
 
getValue() - Method in enum org.springframework.data.solr.core.query.DistanceFunction.Power
 
getValue() - Method in interface org.springframework.data.solr.core.query.QueryParameter
 
getValue() - Method in class org.springframework.data.solr.core.query.QueryParameterImpl
 
getValue() - Method in interface org.springframework.data.solr.core.query.result.CountEntry
The value within the field
getValue() - Method in class org.springframework.data.solr.core.query.result.ValueCountEntry
 
getValue() - Method in interface org.springframework.data.solr.core.query.ValueHoldingField
Get value for field
getValue() - Method in class org.springframework.data.solr.repository.query.BindableSolrParameter
 
getValueCount() - Method in interface org.springframework.data.solr.core.query.result.CountEntry
The nr of hits for the value
getValueCount() - Method in class org.springframework.data.solr.core.query.result.ValueCountEntry
 
getVersion() - Method in class org.springframework.data.solr.core.query.PartialUpdate
 
getVersion() - Method in interface org.springframework.data.solr.core.query.Update
Document Version _version_
getZ() - Method in class org.springframework.data.solr.core.geo.Point
 
greaterThan(Object) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate for RANGE &#123;lowerBound TO *]
greaterThan(Object) - Method in class org.springframework.data.solr.core.query.Crotch
 
greaterThan(Object) - Method in class org.springframework.data.solr.core.query.Node
 
greaterThanEqual(Object) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate for RANGE [lowerBound TO *]
greaterThanEqual(Object) - Method in class org.springframework.data.solr.core.query.Crotch
 
greaterThanEqual(Object) - Method in class org.springframework.data.solr.core.query.Node
 

H

handledBy(String) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
hasAnnotatedNamedQueryName() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hasAnnotatedQuery() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hasArguments() - Method in class org.springframework.data.solr.core.query.AbstractFunction
 
hasArguments() - Method in interface org.springframework.data.solr.core.query.Function
 
hasBindableNullValue() - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
 
hasContent() - Method in interface org.springframework.data.solr.core.query.result.TermsPage
Returns whether the Page has content at all.
hasContent() - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
 
hasCustomReadTarget(Class<?>, Class<?>) - Method in class org.springframework.data.solr.core.convert.CustomConversions
check if custom read target available for given types
hasCustomReadTarget(Class<?>, Class<?>) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
 
hasCustomWriteTarget(Class<?>, Class<?>) - Method in class org.springframework.data.solr.core.convert.CustomConversions
check if custom write target available for given types
hasCustomWriteTarget(Class<?>) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
 
hasCustomWriteTarget(Class<?>, Class<?>) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
 
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
 
hasFacetPrefix() - Method in class org.springframework.data.solr.core.query.FacetOptions
 
hasFacetQueries() - Method in class org.springframework.data.solr.core.query.FacetOptions
 
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
 
hasFields() - Method in class org.springframework.data.solr.core.query.HighlightOptions
 
hasFilterQuery() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hashCode() - Method in class org.springframework.data.solr.core.query.QueryParameterImpl
 
hashCode() - Method in class org.springframework.data.solr.core.query.result.StringPageKey
 
hashCode() - Method in class org.springframework.data.solr.core.query.SimplePivotField
 
hasHighlightFields() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hasHighlightOptions() - Method in interface org.springframework.data.solr.core.query.HighlightQuery
 
hasHighlightOptions() - Method in class org.springframework.data.solr.core.query.SimpleHighlightQuery
 
hasNext() - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor.BindableSolrParameterIterator
 
hasPivotFields() - Method in class org.springframework.data.solr.core.query.FacetOptions
 
hasPivotFields() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hasProjectionFields() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hasQuery() - Method in class org.springframework.data.solr.core.query.HighlightOptions
 
hasQueryAnnotation() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hasQueryParameters() - Method in class org.springframework.data.solr.core.query.FieldWithQueryParameters
 
hasSiblings() - Method in class org.springframework.data.solr.core.query.Node
 
Highlight - Annotation Type in org.springframework.data.solr.repository
 
HighlightEntry<T> - Class in org.springframework.data.solr.core.query.result
Highlight result entry holding reference to domain object ({@link #getEntity()) as well as the highlights
HighlightEntry(T) - Constructor for class org.springframework.data.solr.core.query.result.HighlightEntry
 
HighlightEntry.Highlight - Class in org.springframework.data.solr.core.query.result
Highlight holds reference to the field highlighting was applied to, as well as the snipplets
HighlightOptions - Class in org.springframework.data.solr.core.query
Empty Options indicate to set hl=true.
HighlightOptions() - Constructor for class org.springframework.data.solr.core.query.HighlightOptions
 
HighlightOptions.FieldWithHighlightParameters - Class in org.springframework.data.solr.core.query
Field with hightlight query parameters
HighlightOptions.HighlightParameter - Class in org.springframework.data.solr.core.query
Query Parameter to be used for highlighting
HighlightPage<T> - Interface in org.springframework.data.solr.core.query.result
 
HighlightParameter(String, Object) - Constructor for class org.springframework.data.solr.core.query.HighlightOptions.HighlightParameter
 
HighlightQuery - Interface in org.springframework.data.solr.core.query
 
HOLDER - Static variable in class org.springframework.data.solr.core.mapping.SolrSimpleTypes
 
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

IfFunction - Class in org.springframework.data.solr.core.query
Implementation of if(value|field|function,trueValue,falseValue)
IfFunction.Builder - Class in org.springframework.data.solr.core.query
 
in(Object...) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate for multiple values (arg0 arg1 arg2 ...)
in(Iterable<?>) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate for multiple values (arg0 arg1 arg2 ...)
in(Object...) - Method in class org.springframework.data.solr.core.query.Crotch
 
in(Iterable<?>) - Method in class org.springframework.data.solr.core.query.Crotch
 
in(Object...) - Method in class org.springframework.data.solr.core.query.Node
 
in(Iterable<?>) - Method in class org.springframework.data.solr.core.query.Node
 
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.
Indexed - Annotation Type in org.springframework.data.solr.core.mapping
 
inField(String) - Method in class org.springframework.data.solr.core.query.TermFrequencyFunction.Builder
 
inField(Field) - Method in class org.springframework.data.solr.core.query.TermFrequencyFunction.Builder
 
infiniteNormDistance() - Static method in class org.springframework.data.solr.core.query.DistanceFunction
creates new DistanceFunction.Builder for Infinite norm distance - maximum value in the vector DistanceFunction.Power.INFINITE_NORM
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 Criteria.Predicate without any wildcards.
is(Object...) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate without any wildcards for each entry
is(Iterable<?>) - Method in class org.springframework.data.solr.core.query.Criteria
Creates new Criteria.Predicate without any wildcards for each entry
is(Object) - Method in class org.springframework.data.solr.core.query.Crotch
 
is(Object...) - Method in class org.springframework.data.solr.core.query.Crotch
 
is(Iterable<?>) - Method in class org.springframework.data.solr.core.query.Crotch
 
is(Object) - Method in class org.springframework.data.solr.core.query.Node
 
is(Object...) - Method in class org.springframework.data.solr.core.query.Node
 
is(Iterable<?>) - Method in class org.springframework.data.solr.core.query.Node
 
isBoosted() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentEntity
 
isBoosted() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
isBoosted() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentEntity
 
isBoosted() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
 
isCountQuery() - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
isCountQuery() - Method in class org.springframework.data.solr.repository.query.PartTreeSolrQuery
 
isCreateMissingSolrServer() - Method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
 
isDeleteQuery() - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
isDeleteQuery() - Method in class org.springframework.data.solr.repository.query.PartTreeSolrQuery
 
isDeleteQuery() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
isFacetQuery() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
isHighlightQuery() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
isIdProperty() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
Gets the value of the property idProperty.
isInclude() - Method in class org.springframework.data.solr.core.query.TermsOptions.BoundTerm
 
isJodaTimeAvailable() - Static method in class org.springframework.data.solr.VersionUtil
 
isMergeContigous() - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
 
isNegating() - Method in class org.springframework.data.solr.core.query.Criteria
 
isNotNull() - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate for {@code !
isNotNull() - Method in class org.springframework.data.solr.core.query.Crotch
 
isNotNull() - Method in class org.springframework.data.solr.core.query.Node
 
isNull() - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate for null values
isNull() - Method in class org.springframework.data.solr.core.query.Crotch
 
isNull() - Method in class org.springframework.data.solr.core.query.Node
 
isOr() - Method in class org.springframework.data.solr.core.query.Node
 
isRaw() - Method in class org.springframework.data.solr.core.query.TermsOptions
 
isReadonly() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
isReadonly() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
 
isRoot() - Method in class org.springframework.data.solr.core.query.Node
 
isSimpleType(Class<?>) - Method in class org.springframework.data.solr.core.convert.CustomConversions
 
isSimpleType(Class<?>) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
 
isSingleton() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactoryBean
 
isSingleton() - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
 
isSolr3XAvailable() - Static method in class org.springframework.data.solr.VersionUtil
 
isSolr420Available() - Static method in class org.springframework.data.solr.VersionUtil
 
isSolr4XAvailable() - Static method in class org.springframework.data.solr.VersionUtil
 
iterator() - Method in class org.springframework.data.solr.core.query.FieldWithQueryParameters
 
iterator() - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
 
iterator() - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
 

J

Join - Class in org.springframework.data.solr.core.query
Abstraction for solr {@code !
Join(Field, Field) - Constructor for class org.springframework.data.solr.core.query.Join
 
Join.Builder - Class in org.springframework.data.solr.core.query
 

L

lessThan(Object) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate for RANGE [* TO upperBound&#125;
lessThan(Object) - Method in class org.springframework.data.solr.core.query.Crotch
 
lessThan(Object) - Method in class org.springframework.data.solr.core.query.Node
 
lessThanEqual(Object) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate for RANGE [* TO upperBound]
lessThanEqual(Object) - Method in class org.springframework.data.solr.core.query.Crotch
 
lessThanEqual(Object) - Method in class org.springframework.data.solr.core.query.Node
 
limit(int) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 

M

manhattanDistance() - Static method in class org.springframework.data.solr.core.query.DistanceFunction
creates new DistanceFunction.Builder for Manhattan (taxicab) Distance DistanceFunction.Power.MANHATTAN_DISTANCE
MappingSolrConverter - Class in org.springframework.data.solr.core.convert
Implementation of SolrConverter to read/write org.apache.solr.common.SolrDocumen/ SolrInputDocument.
MappingSolrConverter(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
 
max(String, Number) - Static method in class org.springframework.data.solr.core.query.MaxFunction
 
max(String, String) - Static method in class org.springframework.data.solr.core.query.MaxFunction
 
max(String, Function) - Static method in class org.springframework.data.solr.core.query.MaxFunction
 
max(Function, Number) - Static method in class org.springframework.data.solr.core.query.MaxFunction
 
max(Function, String) - Static method in class org.springframework.data.solr.core.query.MaxFunction
 
max(Function, Function) - Static method in class org.springframework.data.solr.core.query.MaxFunction
 
max(Number, Number) - Static method in class org.springframework.data.solr.core.query.MaxFunction
 
max(Number, String) - Static method in class org.springframework.data.solr.core.query.MaxFunction
 
max(Number, Function) - Static method in class org.springframework.data.solr.core.query.MaxFunction
 
maxCount(int) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
MaxFunction - Class in org.springframework.data.solr.core.query
Implementation of max(field|function,value)
minCount(int) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
MulticoreSolrServerFactory - Class in org.springframework.data.solr.server.support
 
MulticoreSolrServerFactory() - Constructor for class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
 
MulticoreSolrServerFactory(SolrServer) - Constructor for class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
 
MulticoreSolrServerFactory(SolrServer, String...) - Constructor for class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
 
MulticoreSolrServerFactory(SolrServer, List<String>) - Constructor for class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
 

N

near(Box) - Method in class org.springframework.data.solr.core.query.Criteria
Creates new Criteria.Predicate for {@code !
near(Point, Distance) - Method in class org.springframework.data.solr.core.query.Criteria
Creates new Criteria.Predicate for {@code !
near(Circle) - Method in class org.springframework.data.solr.core.query.Criteria
Creates new Criteria.Predicate for {@code !
near(Box) - Method in class org.springframework.data.solr.core.query.Crotch
 
near(Point, Distance) - Method in class org.springframework.data.solr.core.query.Crotch
 
near(Box) - Method in class org.springframework.data.solr.core.query.Node
 
near(Point, Distance) - Method in class org.springframework.data.solr.core.query.Node
 
next() - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor.BindableSolrParameterIterator
 
Node - Class in org.springframework.data.solr.core.query
 
Node() - Constructor for class org.springframework.data.solr.core.query.Node
 
not() - Method in class org.springframework.data.solr.core.query.Criteria
Negates current criteria usinng - operator
not() - Method in class org.springframework.data.solr.core.query.Crotch
 
not() - Method in class org.springframework.data.solr.core.query.Node
 
not(Field) - Static method in class org.springframework.data.solr.core.query.NotFunction
 
not(String) - Static method in class org.springframework.data.solr.core.query.NotFunction
 
not(Function) - Static method in class org.springframework.data.solr.core.query.NotFunction
 
NOT - Static variable in class org.springframework.data.solr.core.QueryParserBase
 
NotFunction - Class in org.springframework.data.solr.core.query
Implementation of not(field|function)
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(Node) - Method in class org.springframework.data.solr.core.query.Criteria
 
or(String) - Method in class org.springframework.data.solr.core.query.Criteria
 
or(Node) - Method in class org.springframework.data.solr.core.query.Crotch
 
or(String) - Method in class org.springframework.data.solr.core.query.Crotch
 
or(Node) - Method in class org.springframework.data.solr.core.query.Node
Combine two Nodes using or.
or(String) - Method in class org.springframework.data.solr.core.query.Node
Combine node with new Node for given fieldname using and.
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
 
otherwise(Object) - Method in class org.springframework.data.solr.core.query.IfFunction.Builder
 

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 to be used when performing atomic updates against solr.
PartialUpdate(String, Object) - Constructor for class org.springframework.data.solr.core.query.PartialUpdate
 
PartialUpdate(Field, Object) - Constructor for class org.springframework.data.solr.core.query.PartialUpdate
 
PartTreeSolrQuery - Class in org.springframework.data.solr.repository.query
Solr specific implementation of a query derived from method name
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
 
Pivot - Annotation Type in org.springframework.data.solr.repository
 
PivotField - Interface in org.springframework.data.solr.core.query
Defines a field that could be used within a pivot facet query.
Point - Class in org.springframework.data.solr.core.geo
 
Point(double, double) - Constructor for class org.springframework.data.solr.core.geo.Point
 
Point(double, double, double) - Constructor for class org.springframework.data.solr.core.geo.Point
 
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
 
Predicate(Criteria.OperationKey, Object) - Constructor for class org.springframework.data.solr.core.query.Criteria.Predicate
 
Predicate(String, Object) - Constructor for class org.springframework.data.solr.core.query.Criteria.Predicate
 
prefix(String) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
prependJoin(String, SolrDataQuery) - Method in class org.springframework.data.solr.core.QueryParserBase
Prepend {@code !
process(Criteria.Predicate, Field) - Method in interface org.springframework.data.solr.core.QueryParserBase.PredicateProcessor
Create query string representation of given Criteria.Predicate
processHighlightOptions(SolrQuery, HighlightQuery) - Method in class org.springframework.data.solr.core.DefaultQueryParser
Append highlighting parameters to SolrQuery
product(Number) - Static method in class org.springframework.data.solr.core.query.ProductFunction
 
product(Field) - Static method in class org.springframework.data.solr.core.query.ProductFunction
 
product(String) - Static method in class org.springframework.data.solr.core.query.ProductFunction
 
product(Function) - Static method in class org.springframework.data.solr.core.query.ProductFunction
 
ProductFunction - Class in org.springframework.data.solr.core.query
Implementation of product(x,y,...)
ProductFunction.Builder - Class in org.springframework.data.solr.core.query
 

Q

Query - Interface in org.springframework.data.solr.core.query
A Query that can be translated into a solr understandable Query.
query(Query) - Static method in class org.springframework.data.solr.core.query.QueryFunction
 
query(String) - Static method in class org.springframework.data.solr.core.query.QueryFunction
 
query(Criteria) - Static method in class org.springframework.data.solr.core.query.QueryFunction
 
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
queryBuilder() - Static method in class org.springframework.data.solr.core.query.SimpleTermsQuery
 
queryBuilder(String...) - Static method in class org.springframework.data.solr.core.query.SimpleTermsQuery
 
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
 
queryForHighlightPage(HighlightQuery, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute a query and highlight matches in result
queryForHighlightPage(HighlightQuery, 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
 
queryForTermsPage(TermsQuery) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute query using terms handler
queryForTermsPage(TermsQuery) - Method in class org.springframework.data.solr.core.SolrTemplate
 
QueryFunction - Class in org.springframework.data.solr.core.query
Implementation of query(x)
QueryParameter - Interface in org.springframework.data.solr.core.query
Query Parameter to be used when executing query against solr server
QueryParameterImpl - Class in org.springframework.data.solr.core.query
Trivial implementation of QueryParameter.
QueryParameterImpl(String, Object) - Constructor for class org.springframework.data.solr.core.query.QueryParameterImpl
 
QueryParser - Interface in org.springframework.data.solr.core
The QueryParser takes a spring-data-solr Query and returns a SolrQuery.
QueryParserBase<QUERYTPYE extends SolrDataQuery> - Class in org.springframework.data.solr.core
Base Implementation of QueryParser providing common functions for creating SolrQuery.
QueryParserBase() - Constructor for class org.springframework.data.solr.core.QueryParserBase
 
QueryParserBase.PredicateProcessor - Interface in org.springframework.data.solr.core
QueryParserBase.PredicateProcessor creates a solr reable query string representation for a given Criteria.Predicate
QueryParsers - Class in org.springframework.data.solr.core
 
QueryParsers() - Constructor for class org.springframework.data.solr.core.QueryParsers
 
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(SolrDocumentList, Class<R>) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
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
 
read(SolrDocumentList, Class<R>) - Method in interface org.springframework.data.solr.core.convert.SolrConverter
Read SolrDocumentList and convert to List of given type
read(SolrDocumentList, Class<R>) - Method in class org.springframework.data.solr.core.convert.SolrJConverter
 
read(Class<R>, Map<String, ?>) - Method in class org.springframework.data.solr.core.convert.SolrJConverter
 
regex(String) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
regexFlag(TermsOptions.RegexFlag) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
register() - Method in class org.springframework.data.solr.core.SolrTransactionSynchronizationAdapter
 
registerBeansForRoot(BeanDefinitionRegistry, RepositoryConfigurationSource) - Method in class org.springframework.data.solr.repository.config.SolrRepositoryConfigExtension
 
registerCompletionDelegate(int, SolrTransactionSynchronizationAdapter.CompletionDelegate) - Method in class org.springframework.data.solr.core.SolrTransactionSynchronizationAdapter
 
registerConverter(Converter<?, ?>) - Method in interface org.springframework.data.solr.core.QueryParser
Register an additional converter for transforming object values to solr readable format
registerConverter(Converter<?, ?>) - Method in class org.springframework.data.solr.core.QueryParserBase
 
registerConvertersIn(GenericConversionService) - Method in class org.springframework.data.solr.core.convert.CustomConversions
Register custom converters within given GenericConversionService
registerCutomConverters(GenericConversionService) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
registerParser(Class<? extends SolrDataQuery>, QueryParser) - Method in class org.springframework.data.solr.core.QueryParsers
Register additional QueryParser for SolrQuery
registerQueryParser(Class<? extends SolrDataQuery>, QueryParser) - Method in class org.springframework.data.solr.core.SolrTemplate
 
remove() - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor.BindableSolrParameterIterator
 
removeQueryParameter(String) - Method in class org.springframework.data.solr.core.query.FieldWithQueryParameters
remove parameter with given name
removeSolrSever(String) - Method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
Remove SolrServer from factory.
resolveSolrCoreName(Class<?>) - Static method in class org.springframework.data.solr.server.support.SolrServerUtils
Resolve solr core/collection name for given type.
rollback() - Method in interface org.springframework.data.solr.core.SolrOperations
send rollback command SolrServer.rollback()
rollback() - Method in class org.springframework.data.solr.core.SolrTemplate
 
RollbackTransaction() - Constructor for class org.springframework.data.solr.core.SolrTransactionSynchronizationAdapter.RollbackTransaction
 

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, int) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute add operation against solr, which will do either insert or update with support for commitWithin strategy
saveBean(Object) - Method in class org.springframework.data.solr.core.SolrTemplate
 
saveBean(Object, int) - 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<?>, int) - Method in interface org.springframework.data.solr.core.SolrOperations
Add a collection of beans to solr, which will do either insert or update with support for commitWithin strategy
saveBeans(Collection<?>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
saveBeans(Collection<?>, int) - 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, int) - Method in interface org.springframework.data.solr.core.SolrOperations
Add a solrj input document to solr, which will do either insert or update with support for commitWithin strategy
saveDocument(SolrInputDocument) - Method in class org.springframework.data.solr.core.SolrTemplate
 
saveDocument(SolrInputDocument, int) - 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>, int) - Method in interface org.springframework.data.solr.core.SolrOperations
Add multiple solrj input documents to solr, which will do either insert or update with support for commitWithin strategy
saveDocuments(Collection<SolrInputDocument>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
saveDocuments(Collection<SolrInputDocument>, int) - Method in class org.springframework.data.solr.core.SolrTemplate
 
ScoredPage<T> - Interface in org.springframework.data.solr.core.query.result
Specific type of Page holding max score information.
setAlias(String) - Method in class org.springframework.data.solr.core.query.SimpleCalculatedField
 
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
 
setBoost(float) - Method in class org.springframework.data.solr.repository.query.BindableSolrParameter
 
setCreateMissingSolrServer(boolean) - Method in class org.springframework.data.solr.server.support.MulticoreSolrServerFactory
if true missing solrServers for cores will be created
setCustomConversions(CustomConversions) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
 
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
 
setDefType(String) - Method in interface org.springframework.data.solr.core.query.Query
Sets the default type to be used by the query.
setDefType(String) - 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 executing query
setFacetOptions(FacetOptions) - Method in class org.springframework.data.solr.core.query.SimpleFacetQuery
 
setFacetPrefix(String) - Method in class org.springframework.data.solr.core.query.FacetOptions
Set facet.prefix
setFacetQueryResultPage(List<FacetQueryEntry>) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
setFacetSort(FacetOptions.FacetSort) - Method in class org.springframework.data.solr.core.query.FacetOptions
Set facet.sort (INDEX or COUNT)
setField(Field) - Method in class org.springframework.data.solr.core.query.result.FieldValueCountEntry
 
setField(String) - Method in class org.springframework.data.solr.core.query.result.FieldValueCountEntry
 
setFormatter(String) - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
set fragsize {@code f.
setFormatter(String) - Method in class org.springframework.data.solr.core.query.HighlightOptions
set formatter hl.formatter
setFragsize(Integer) - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
set fragsize {@code f.
setFragsize(Integer) - Method in class org.springframework.data.solr.core.query.HighlightOptions
set fragsize hl.fragsize.
setHighlighted(List<HighlightEntry<T>>) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
setHighlightOptions(HighlightOptions) - Method in interface org.springframework.data.solr.core.query.HighlightQuery
Highlight options to apply when exectuing query
setHighlightOptions(HighlightOptions) - Method in class org.springframework.data.solr.core.query.SimpleHighlightQuery
 
setIdFieldName(String) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
setInclude(boolean) - Method in class org.springframework.data.solr.core.query.TermsOptions.BoundTerm
 
setJoin(Join) - Method in interface org.springframework.data.solr.core.query.SolrDataQuery
Set values for join {@code !
setKey(String) - Method in class org.springframework.data.solr.core.query.Criteria.Predicate
set the operation key to be applied when parsing query
setLimit(Integer) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
setLimit(int) - Method in class org.springframework.data.solr.core.query.TermsOptions
 
setLowerBoundTerm(TermsOptions.BoundTerm) - Method in class org.springframework.data.solr.core.query.TermsOptions
 
setMaxConnections(Integer) - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
 
setMaxCount(int) - Method in class org.springframework.data.solr.core.query.TermsOptions
 
setMergeContigous(Boolean) - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
set fragsize {@code f.
setMethod(String) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
setMinCount(Integer) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
setMinCount(int) - Method in class org.springframework.data.solr.core.query.TermsOptions
 
setMissing(Boolean) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
setNrSnipplets(Integer) - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
set fragsize hl.fragsize.
setNrSnipplets(Integer) - Method in class org.springframework.data.solr.core.query.HighlightOptions
set hl.snippets
setOffset(Integer) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
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
 
setParent(Node) - Method in class org.springframework.data.solr.core.query.Node
 
setPartIsOr(boolean) - Method in class org.springframework.data.solr.core.query.Node
Define or nature of Node
setPivot(List<FacetPivotFieldEntry>) - Method in class org.springframework.data.solr.core.query.result.SimpleFacetPivotEntry
 
setPrefix(String) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
setPrefix(String) - Method in class org.springframework.data.solr.core.query.TermsOptions
 
setQuery(FilterQuery) - Method in class org.springframework.data.solr.core.query.HighlightOptions
Set FilterQuery to be used for hl.q
setRaw(boolean) - Method in class org.springframework.data.solr.core.query.TermsOptions
 
setRegex(String) - Method in class org.springframework.data.solr.core.query.TermsOptions
 
setRegexFlag(TermsOptions.RegexFlag) - Method in class org.springframework.data.solr.core.query.TermsOptions
 
setRequestHandler(String) - Method in interface org.springframework.data.solr.core.query.Query
Sets the request handler.
setRequestHandler(String) - Method in interface org.springframework.data.solr.core.query.TermsQuery
Sets the request handler.
setSimplePostfix(String) - Method in class org.springframework.data.solr.core.query.HighlightOptions
set hl.simple.post
setSimplePrefix(String) - Method in class org.springframework.data.solr.core.query.HighlightOptions
set hl.simple.pre
setSolrConverter(SolrConverter) - Method in class org.springframework.data.solr.core.SolrTemplate
 
setSolrCore(String) - Method in class org.springframework.data.solr.core.SolrTemplate
 
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.repository.support.SolrRepositoryFactoryBean
 
setSort(FacetOptions.FacetSort) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
setSort(TermsOptions.Sort) - Method in class org.springframework.data.solr.core.query.TermsOptions
 
setTerm(String) - Method in class org.springframework.data.solr.core.query.TermsOptions.BoundTerm
 
setTimeAllowed(Integer) - Method in interface org.springframework.data.solr.core.query.Query
The time in milliseconds allowed for a search to finish.
setTimeAllowed(Integer) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
setTimeout(Integer) - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
 
setUpperBoundTerm(TermsOptions.BoundTerm) - Method in class org.springframework.data.solr.core.query.TermsOptions
 
setUrl(String) - Method in class org.springframework.data.solr.server.support.HttpSolrServerFactoryBean
 
setValue(Object) - Method in class org.springframework.data.solr.core.query.Criteria.Predicate
 
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.
setVersion(Object) - Method in class org.springframework.data.solr.core.query.PartialUpdate
set _version_ of document to apply update to.
shutdownSolrServer() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
SimpleCalculatedField - Class in org.springframework.data.solr.core.query
 
SimpleCalculatedField(Function) - Constructor for class org.springframework.data.solr.core.query.SimpleCalculatedField
 
SimpleCalculatedField(String, Function) - Constructor for class org.springframework.data.solr.core.query.SimpleCalculatedField
 
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
 
SimpleFacetPivotEntry - Class in org.springframework.data.solr.core.query.result
The most trivial implementation of FacetPivotFieldEntry.
SimpleFacetPivotEntry(Field, String, long) - Constructor for class org.springframework.data.solr.core.query.result.SimpleFacetPivotEntry
 
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
 
SimpleHighlightQuery - Class in org.springframework.data.solr.core.query
Trivial implementation of HighlightQuery extending SimpleQuery.
SimpleHighlightQuery() - Constructor for class org.springframework.data.solr.core.query.SimpleHighlightQuery
 
SimpleHighlightQuery(Criteria, Pageable) - Constructor for class org.springframework.data.solr.core.query.SimpleHighlightQuery
 
SimpleHighlightQuery(Criteria) - Constructor for class org.springframework.data.solr.core.query.SimpleHighlightQuery
 
SimplePivotField - Class in org.springframework.data.solr.core.query
The most trivial implementation of PivotField.
SimplePivotField(String...) - Constructor for class org.springframework.data.solr.core.query.SimplePivotField
Create new SimplePivotField
SimplePivotField(List<Field>) - Constructor for class org.springframework.data.solr.core.query.SimplePivotField
 
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(String) - Constructor for class org.springframework.data.solr.core.query.SimpleQuery
 
SimpleQuery(Criteria, Pageable) - Constructor for class org.springframework.data.solr.core.query.SimpleQuery
 
SimpleQuery(String, Pageable) - Constructor for class org.springframework.data.solr.core.query.SimpleQuery
 
SimpleSolrMappingContext - Class in org.springframework.data.solr.core.mapping
Solr specific implementation of MappingContext
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,ID extends Serializable> - 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, ?>, 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
 
SimpleTermsFieldEntry - Class in org.springframework.data.solr.core.query.result
 
SimpleTermsFieldEntry(String, long) - Constructor for class org.springframework.data.solr.core.query.result.SimpleTermsFieldEntry
 
SimpleTermsFieldEntry(Field, String, long) - Constructor for class org.springframework.data.solr.core.query.result.SimpleTermsFieldEntry
 
SimpleTermsQuery - Class in org.springframework.data.solr.core.query
 
SimpleTermsQuery() - Constructor for class org.springframework.data.solr.core.query.SimpleTermsQuery
 
SimpleTermsQuery.Builder - Class in org.springframework.data.solr.core.query
 
SimpleUpdateField - Class in org.springframework.data.solr.core.query
Implementation of UpdateField to be used with Update
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
Creates new instance with SimpleUpdateField.DEFAULT_ACTION
SimpleUpdateField(String, Object, UpdateAction) - Constructor for class org.springframework.data.solr.core.query.SimpleUpdateField
 
sloppy(String, int) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate with trailing ~ followed by distance
sloppy(String, int) - Method in class org.springframework.data.solr.core.query.Crotch
 
sloppy(String, int) - Method in class org.springframework.data.solr.core.query.Node
 
softCommit() - Method in interface org.springframework.data.solr.core.SolrOperations
Send soft commmit command SolrServer.commit(boolean, boolean, boolean)
softCommit() - Method in class org.springframework.data.solr.core.SolrTemplate
 
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
 
SolrConverterBase - Class in org.springframework.data.solr.core.convert
 
SolrConverterBase() - Constructor for class org.springframework.data.solr.core.convert.SolrConverterBase
 
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
Implementation of PersistenceExceptionTranslator capable of translating SolrServerException instances to Spring's DataAccessException hierarchy.
SolrExceptionTranslator() - Constructor for class org.springframework.data.solr.core.SolrExceptionTranslator
 
SolrJConverter - Class in org.springframework.data.solr.core.convert
Trivial implementation of SolrConverter delegating conversion to DocumentObjectBinder
SolrJConverter() - Constructor for class org.springframework.data.solr.core.convert.SolrJConverter
 
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
 
SolrParameters - Class in org.springframework.data.solr.repository.query
 
SolrParameters(Method) - Constructor for class org.springframework.data.solr.repository.query.SolrParameters
 
SolrParameters(List<SolrParameter>) - Constructor for class org.springframework.data.solr.repository.query.SolrParameters
 
SolrParametersParameterAccessor - Class in org.springframework.data.solr.repository.query
Implementation of SolrParameterAccessor
SolrParametersParameterAccessor(SolrQueryMethod, Object[]) - Constructor for class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
 
SolrParametersParameterAccessor.BindableSolrParameterIterator - Class in org.springframework.data.solr.repository.query
 
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
 
SolrRepositoryFactory(SolrServer) - 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
 
SolrResultPage<T> - Class in org.springframework.data.solr.core.query.result
Base implementation of page holding solr response entities.
SolrResultPage(List<T>) - Constructor for class org.springframework.data.solr.core.query.result.SolrResultPage
 
SolrResultPage(List<T>, Pageable, long, Float) - Constructor for class org.springframework.data.solr.core.query.result.SolrResultPage
 
SolrServerFactory - Interface in org.springframework.data.solr.server
SolrServerFactory provides access to the solrj SolrServer.
SolrServerUtils - Class in org.springframework.data.solr.server.support
 
SolrSimpleTypes - Class in org.springframework.data.solr.core.mapping
Set of type that do not need to be converted into a solr readable format
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
 
SolrTransactionSynchronizationAdapter - Class in org.springframework.data.solr.core
 
SolrTransactionSynchronizationAdapter.CommitTransaction - Class in org.springframework.data.solr.core
 
SolrTransactionSynchronizationAdapter.CompletionDelegate - Interface in org.springframework.data.solr.core
 
SolrTransactionSynchronizationAdapter.RollbackTransaction - Class in org.springframework.data.solr.core
 
SolrTransactionSynchronizationAdapterBuilder - Class in org.springframework.data.solr.core
 
SolrTransactionSynchronizationAdapterBuilder() - Constructor for class org.springframework.data.solr.core.SolrTransactionSynchronizationAdapterBuilder
 
sort(TermsOptions.Sort) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
sparsenessDistance() - Static method in class org.springframework.data.solr.core.query.DistanceFunction
startingAt(Point) - Static method in class org.springframework.data.solr.core.geo.BoundingBox
Deprecated.
create bounding box via builder.
startsWith(String) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate with trailing wildcard
NOTE: Strings will not be automatically split on whitespace.
startsWith(String...) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate with trailing wildcard for each entry
startsWith(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate with trailing wildcard for each entry
startsWith(String) - Method in class org.springframework.data.solr.core.query.Crotch
 
startsWith(String...) - Method in class org.springframework.data.solr.core.query.Crotch
 
startsWith(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Crotch
 
startsWith(String) - Method in class org.springframework.data.solr.core.query.Node
 
startsWith(String...) - Method in class org.springframework.data.solr.core.query.Node
 
startsWith(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Node
 
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

termFequency(String) - Static method in class org.springframework.data.solr.core.query.TermFrequencyFunction
 
TermFrequencyFunction - Class in org.springframework.data.solr.core.query
Implementation of termfreq(field,term)
TermFrequencyFunction.Builder - Class in org.springframework.data.solr.core.query
 
TermsEntry - Interface in org.springframework.data.solr.core.query.result
 
TermsFieldEntry - Interface in org.springframework.data.solr.core.query.result
 
TermsOptions - Class in org.springframework.data.solr.core.query
 
TermsOptions() - Constructor for class org.springframework.data.solr.core.query.TermsOptions
 
TermsOptions.BoundTerm - Class in org.springframework.data.solr.core.query
 
TermsOptions.RegexFlag - Enum in org.springframework.data.solr.core.query
 
TermsOptions.Sort - Enum in org.springframework.data.solr.core.query
 
TermsPage - Interface in org.springframework.data.solr.core.query.result
 
TermsQuery - Interface in org.springframework.data.solr.core.query
 
TermsQueryParser - Class in org.springframework.data.solr.core
TermsQueryParser is capable of building SolrQuery for TermsQuery
TermsQueryParser() - Constructor for class org.springframework.data.solr.core.TermsQueryParser
 
TermsResultPage - Class in org.springframework.data.solr.core.query.result
 
TermsResultPage() - Constructor for class org.springframework.data.solr.core.query.result.TermsResultPage
 
then(Object) - Method in class org.springframework.data.solr.core.query.IfFunction.Builder
 
times(Field) - Method in class org.springframework.data.solr.core.query.ProductFunction.Builder
 
times(String) - Method in class org.springframework.data.solr.core.query.ProductFunction.Builder
 
times(Number) - Method in class org.springframework.data.solr.core.query.ProductFunction.Builder
 
times(Function) - Method in class org.springframework.data.solr.core.query.ProductFunction.Builder
 
to(Point) - Method in class org.springframework.data.solr.core.query.GeoDistanceFunction.Builder
 
to(double, double) - Method in class org.springframework.data.solr.core.query.GeoDistanceFunction.Builder
 
to(Field) - Method in class org.springframework.data.solr.core.query.Join.Builder
 
to(String) - Method in class org.springframework.data.solr.core.query.Join.Builder
 
toString() - Method in class org.springframework.data.solr.core.query.AbstractFunction
 
toString() - Method in class org.springframework.data.solr.core.query.Criteria.Predicate
 
toString() - Method in class org.springframework.data.solr.core.query.Criteria
 
toString() - Method in class org.springframework.data.solr.core.query.Crotch
 
toString() - Method in enum org.springframework.data.solr.core.query.Query.Operator
 
toString() - Method in class org.springframework.data.solr.core.query.result.SimpleFacetPivotEntry
 
toString() - Method in class org.springframework.data.solr.core.query.SimpleField
 
toString() - Method in class org.springframework.data.solr.core.query.SimplePivotField
 
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
SolrServer threw an exception that could not be mapped.
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
Actions to be performed during an atomic field update.
UpdateField - Interface in org.springframework.data.solr.core.query
 

V

ValueCountEntry - Class in org.springframework.data.solr.core.query.result
Implementation of CountEntry
ValueCountEntry(String, long) - Constructor for class org.springframework.data.solr.core.query.result.ValueCountEntry
 
ValueHoldingField - Interface in org.springframework.data.solr.core.query
 
valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.DateToJodaDateTimeConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.DateToLocalDateTimeConverter
Returns the enum constant of this type with the specified name.
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.JodaDateTimeToDateConverter
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.DateTimeConverters.JodaLocalDateTimeToDateConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.convert.DateTimeConverters.StringToJodaDateTimeConverter
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
Deprecated.
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
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.geo.GeoConverters.PointToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.geo.GeoConverters.StringToGeoLocationConverter
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.geo.GeoConverters.StringToPointConverter
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.DistanceFunction.Power
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.TermsOptions.RegexFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.query.TermsOptions.Sort
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.DateToJodaDateTimeConverter
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.DateToLocalDateTimeConverter
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.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.JodaDateTimeToDateConverter
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.DateTimeConverters.JodaLocalDateTimeToDateConverter
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.StringToJodaDateTimeConverter
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
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.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
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.solr.core.geo.GeoConverters.PointToStringConverter
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.StringToGeoLocationConverter
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.solr.core.geo.GeoConverters.StringToPointConverter
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.DistanceFunction.Power
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.TermsOptions.RegexFlag
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.TermsOptions.Sort
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.
VersionUtil - Class in org.springframework.data.solr
Version util uses ClassUtils.isPresent(String) to determine presence of certain classes that are unique to some libraries, which allows to en-/disable some of the features in eg.

W

when(Object) - Static method in class org.springframework.data.solr.core.query.IfFunction
Creates new IfFunction.Builder for creating IfFunction
when(Field) - Static method in class org.springframework.data.solr.core.query.IfFunction
 
when(String) - Static method in class org.springframework.data.solr.core.query.IfFunction
 
when(Function) - Static method in class org.springframework.data.solr.core.query.IfFunction
 
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(Function) - Static method in class org.springframework.data.solr.core.query.Criteria
Static factory method to create a new Criteria for function
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
 
withCriteria(Criteria) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
withDefaultBehaviour() - Method in class org.springframework.data.solr.core.SolrTransactionSynchronizationAdapterBuilder
within(Point, Distance) - Method in class org.springframework.data.solr.core.query.Criteria
Creates new Criteria.Predicate for {@code !
within(Circle) - Method in class org.springframework.data.solr.core.query.Criteria
Creates new Criteria.Predicate for {@code !
within(Point, Distance) - Method in class org.springframework.data.solr.core.query.Crotch
 
within(Point, Distance) - Method in class org.springframework.data.solr.core.query.Node
 
write(Object, Map) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
write(TypeInformation<?>, Object, Map) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
write(Object, Map, SolrPersistentEntity<?>) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
write(Iterable<?>) - Method in interface org.springframework.data.solr.core.convert.SolrConverter
Write values to List of SolrInputDocument
write(Iterable<?>) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
 
write(Object, Map) - Method in class org.springframework.data.solr.core.convert.SolrJConverter
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links
Spring Data Solr

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