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

AbstractFacetQueryDecorator - Class in org.springframework.data.solr.core.query
General purpose FacetQuery decorator.
AbstractFacetQueryDecorator(FacetQuery) - Constructor for class org.springframework.data.solr.core.query.AbstractFacetQueryDecorator
 
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
 
AbstractHighlightQueryDecorator - Class in org.springframework.data.solr.core.query
General purpose HighlightQuery decorator.
AbstractHighlightQueryDecorator(HighlightQuery) - Constructor for class org.springframework.data.solr.core.query.AbstractHighlightQueryDecorator
 
AbstractQueryDecorator - Class in org.springframework.data.solr.core.query
General purpose Query abstract decorator.
AbstractQueryDecorator(Query) - Constructor for class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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
 
addAllRangeFacetFieldResultPages(Map<Field, Page<FacetFieldEntry>>) - 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
 
addContentToStream(Object) - Method in class org.springframework.data.solr.core.schema.SolrJsonRequest
 
addCriteria(Criteria) - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
addCriteria(Criteria) - Method in interface org.springframework.data.solr.core.query.SolrDataQuery
Append criteria to query.
addFacet(Field) - Method in class org.springframework.data.solr.core.query.StatsOptions
Adds a facet on field to the statistics to be requested.
addFacet(String) - Method in class org.springframework.data.solr.core.query.StatsOptions
Adds a facet on field to the statistics to be requested.
addFacetByRange(FacetOptions.FieldWithRangeParameters<?, ?, ?>) - Method in class org.springframework.data.solr.core.query.FacetOptions
Append additional field for range faceting
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
addFacetRangeParameter(String, Object) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithRangeParameters
 
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
 
addField(Field) - Method in class org.springframework.data.solr.core.query.StatsOptions
Adds a field to the statistics to be requested.
addField(String) - Method in class org.springframework.data.solr.core.query.StatsOptions
Adds a field via its name to the statistics to be requested.
addFieldDefinition(SchemaDefinition.FieldDefinition) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
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 class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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 class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
addGroupByField(Field) - Method in class org.springframework.data.solr.core.query.GroupOptions
Adds a group request for a Field.
addGroupByField(String) - Method in class org.springframework.data.solr.core.query.GroupOptions
Adds a group request for a Field using its name.
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
Deprecated.
addGroupByField(String) - Method in class org.springframework.data.solr.core.query.SimpleQuery
Deprecated.
in favor of GroupOptions
addGroupByFunction(Function) - Method in class org.springframework.data.solr.core.query.GroupOptions
Adds a group request for a Function result.
addGroupByQuery(Query) - Method in class org.springframework.data.solr.core.query.GroupOptions
Adds a group request for a Query result.
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 class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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
 
addRangeFacetResultPage(Page<FacetFieldEntry>, Field) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
addSelectiveFacet(Field) - Method in class org.springframework.data.solr.core.query.StatsOptions.FieldStatsOptions
Adds a selective facet over stats result of the field being configured.
addSelectiveFacet(String) - Method in class org.springframework.data.solr.core.query.StatsOptions.FieldStatsOptions
 
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
 
addSolrClientForCore(SolrClient, String) - Method in class org.springframework.data.solr.server.support.MulticoreSolrClientFactory
Add SolrClient for core to factory - Will override existing.
addSort(Sort) - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
addSort(Sort) - Method in class org.springframework.data.solr.core.query.GroupOptions
Adds Sort to instruct how to sort elements within a single group.
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.HttpSolrClientFactoryBean
 
afterSchemaWrite(SolrPersistentEntity<?>, SchemaDefinition) - Method in class org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator
 
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, SolrClient) - Method in class org.springframework.data.solr.server.support.HttpSolrClientFactory
 
appendCoreToBaseUrl(String, String) - Static method in class org.springframework.data.solr.server.support.SolrClientUtils
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
appendPagination(SolrQuery, Integer, Integer) - 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

beforeSchemaWrite(SolrPersistentEntity<?>, SchemaDefinition) - Method in class org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator
 
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
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
 
build() - Method in class org.springframework.data.solr.core.schema.SolrSchemaRequest.SolrSchemaRequestBuilder
 
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.SolrClientUtils
 
clone(T, String) - Static method in class org.springframework.data.solr.server.support.SolrClientUtils
Create a clone of given SolrClient and modify baseUrl of clone to point to the given core.
close() - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor
 
commit() - Method in interface org.springframework.data.solr.core.SolrOperations
Send commit command SolrClient.commit()
commit() - Method in class org.springframework.data.solr.core.SolrTemplate
 
CommitTransaction() - Constructor for class org.springframework.data.solr.core.SolrTransactionSynchronizationAdapter.CommitTransaction
 
connect() - Method in class org.springframework.data.solr.core.query.Criteria
Explicitly connect Criteria with another one allows to create explicit bracketing.
constructSolrQuery(SolrDataQuery) - Method in interface org.springframework.data.solr.core.QueryParser
Convert given Query into a SolrQuery executable via SolrClient
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
 
containsField(String) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
containsWildcard() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
containsWildcard() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
 
ContentParser - Interface in org.springframework.data.solr.core.schema
 
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.Point2DToStringConverter
 
convert(Point) - Method in enum org.springframework.data.solr.core.geo.GeoConverters.Point3DToStringConverter
 
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
 
CopyFieldDefinition() - Constructor for class org.springframework.data.solr.core.schema.SchemaDefinition.CopyFieldDefinition
 
count(SolrDataQuery) - Method in interface org.springframework.data.solr.core.SolrOperations
return number of elements found by for given query
count(SolrDataQuery, RequestMethod) - 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(SolrDataQuery, RequestMethod) - 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() - Static method in class org.springframework.data.solr.core.schema.SolrSchemaRequest
 
create() - Method in class org.springframework.data.solr.core.schema.SolrSchemaRequest.SolrSchemaRequestBuilder
 
create(CreationalContext<T>, Class<T>, Object) - 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 SolrClient readable String representation for CalculatedField.
createClientForCore(SolrClient, String) - Method in class org.springframework.data.solr.server.support.MulticoreSolrClientFactory
 
createFieldDefinitionForProperty(SolrPersistentProperty) - Method in class org.springframework.data.solr.core.schema.SolrSchemaResolver
 
createFrom(List<SolrParameter>) - Method in class org.springframework.data.solr.repository.query.SolrParameters
 
createFunctionFragment(Function, int) - Method in class org.springframework.data.solr.core.QueryParserBase
Create SolrClient 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
 
createResponse(SolrClient) - Method in class org.springframework.data.solr.core.schema.SolrJsonRequest
 
createResponse(SolrClient) - Method in class org.springframework.data.solr.SolrRealtimeGetRequest
 
createSchema(SchemaDefinition) - Method in class org.springframework.data.solr.core.schema.SolrSchemaWriter
 
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])
Cursor<T> - Interface in org.springframework.data.solr.core.query.result
Cursor provides a lazy loading abstraction for fetching documents.
Cursor.State - Enum in org.springframework.data.solr.core.query.result
 
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_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)
DelegatingCursor<T> - Class in org.springframework.data.solr.core.query.result
DelegatingCursor is a base Cursor implementation that temporarily holds data fetched in one run and delegates iteration.
DelegatingCursor(SolrQuery) - Constructor for class org.springframework.data.solr.core.query.result.DelegatingCursor
 
DelegatingCursor(SolrQuery, String) - Constructor for class org.springframework.data.solr.core.query.result.DelegatingCursor
 
DelegatingCursor.PartialResult<T> - Class in org.springframework.data.solr.core.query.result
DelegatingCursor.PartialResult provided by a round trip to SolrClient loading data for an iteration.
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.MulticoreSolrClientFactory
 
disable(SolrPersistentEntitySchemaCreator.Feature) - Method in class org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator
 
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
 
doClose() - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor
Customization hook for clean up operations
doConstructSolrQuery(SolrDataQuery) - Method in class org.springframework.data.solr.core.DefaultQueryParser
Convert given Query into a SolrQuery executable via SolrClient
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(SolrClient) - Method in interface org.springframework.data.solr.core.SolrCallback
 
doLoad(SolrQuery) - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor
Read data from Solr.
doOpen(String) - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor
Customization hook for DelegatingCursor.open().
Dynamic - Annotation Type in org.springframework.data.solr.core.mapping
Declare a field as dynamic.

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
 
enable(SolrPersistentEntitySchemaCreator.Feature) - Method in class org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator
 
enable(Collection<SolrPersistentEntitySchemaCreator.Feature>) - Method in class org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator
 
EnableSolrRepositories - Annotation Type in org.springframework.data.solr.repository.config
Annotation to enable Solr repositories.
endsWith(String) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new 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.SimpleField
 
equals(Object) - Method in class org.springframework.data.solr.core.query.SimplePivotField
 
equals(Object) - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
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.FieldWithDateRangeParameters - Class in org.springframework.data.solr.core.query
Class representing date field specific facet range parameters
FacetOptions.FieldWithFacetParameters - Class in org.springframework.data.solr.core.query
 
FacetOptions.FieldWithNumericRangeParameters - Class in org.springframework.data.solr.core.query
Class representing numeric field specific facet range parameters
FacetOptions.FieldWithRangeParameters<T extends FacetOptions.FieldWithRangeParameters<?,?,?>,R,G> - Class in org.springframework.data.solr.core.query
Class representing common facet range parameters.
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.
FieldDefinition() - Constructor for class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
FieldDefinition(String) - Constructor for class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
FieldDefinitionBuilder() - Constructor for class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinitionBuilder
 
fields(String...) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
fields(Collection<SchemaDefinition.FieldDefinition>) - Method in class org.springframework.data.solr.core.schema.SolrSchemaRequest.SolrSchemaRequestBuilder
 
FieldStatsResult - Interface in org.springframework.data.solr.core.query.result
Specialization of StatsResult to represent statistic information for a field.
FieldValueCountEntry - Class in org.springframework.data.solr.core.query.result
 
FieldValueCountEntry(String, long) - Constructor for class org.springframework.data.solr.core.query.result.FieldValueCountEntry
 
FieldWithDateRangeParameters(String, Date, Date, String) - Constructor for class org.springframework.data.solr.core.query.FacetOptions.FieldWithDateRangeParameters
 
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
 
FieldWithNumericRangeParameters(String, Number, Number, Number) - Constructor for class org.springframework.data.solr.core.query.FacetOptions.FieldWithNumericRangeParameters
 
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
 
FieldWithRangeParameters(String, R, R, G) - Constructor for class org.springframework.data.solr.core.query.FacetOptions.FieldWithRangeParameters
 
Filter() - Constructor for class org.springframework.data.solr.core.schema.SchemaDefinition.Filter
 
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
 
first() - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
forName() - Method in class org.springframework.data.solr.core.schema.SolrSchemaRequest.SolrSchemaRequestBuilder
 
forOperations(SolrOperations) - Static method in class org.springframework.data.solr.core.SolrTransactionSynchronizationAdapterBuilder
 
forVersion() - Method in class org.springframework.data.solr.core.schema.SolrSchemaRequest.SolrSchemaRequestBuilder
 
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
 
fromIndex(String) - Method in class org.springframework.data.solr.core.query.Join.Builder
 
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.Point2DToStringConverter - Enum in org.springframework.data.solr.core.geo
Converts a Point to a solrReadable request parameter.
GeoConverters.Point3DToStringConverter - Enum in org.springframework.data.solr.core.geo
Converts a Point to a solrReadable request parameter.
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)
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
 
getById(Serializable, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Executes a realtime get using given id.
getById(Collection<? extends Serializable>, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Executes a realtime get using given ids.
getById(Collection<? extends Serializable>, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
getById(Serializable, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
getCachePercent() - Method in class org.springframework.data.solr.core.query.GroupOptions
 
getCollectionName() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
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
 
getContentParser() - Method in class org.springframework.data.solr.core.schema.SolrJsonRequest
 
getContentStreams() - Method in class org.springframework.data.solr.core.schema.SolrJsonRequest
 
getContentStreams() - Method in class org.springframework.data.solr.SolrRealtimeGetRequest
 
getContentType() - Method in class org.springframework.data.solr.core.schema.MappingJacksonResponseParser
 
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
 
getCopyFields() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
getCopyFields() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
 
getCopyFields() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
getCores() - Method in interface org.springframework.data.solr.server.SolrClientFactory
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.HttpSolrClientFactory
 
getCores() - Method in class org.springframework.data.solr.server.support.MulticoreSolrClientFactory
 
getCount() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getCount() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
getCriteria() - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
getCriteria() - Method in interface org.springframework.data.solr.core.query.SolrDataQuery
 
getCursorMark() - Method in interface org.springframework.data.solr.core.query.result.Cursor
Get the current set cursorMark
getCursorMark() - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor
 
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 class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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
 
getDefaultRequestMethod() - Method in class org.springframework.data.solr.core.SolrTemplate
 
getDefaultValue() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
getDefaultValue() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
 
getDefaultValue() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
getDefType() - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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
 
getDistinctCount() - Method in interface org.springframework.data.solr.core.query.result.FieldStatsResult
Return the count of distinct values for this field.
getDistinctCount() - Method in class org.springframework.data.solr.core.query.result.SimpleFieldStatsResult
 
getDistinctValues() - Method in interface org.springframework.data.solr.core.query.result.FieldStatsResult
Return the distinct values for this field.
getDistinctValues() - Method in class org.springframework.data.solr.core.query.result.SimpleFieldStatsResult
 
getDynamicProjection() - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
 
getEnd() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithRangeParameters
 
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 class org.springframework.data.solr.core.query.AbstractFacetQueryDecorator
 
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
 
getFacets() - Method in class org.springframework.data.solr.core.query.StatsOptions
 
getFacetSort() - Method in class org.springframework.data.solr.core.query.FacetOptions
Get sorting of facet results.
getFacetStatsResult(Field) - Method in interface org.springframework.data.solr.core.query.result.FieldStatsResult
Return a map of value associated to its statistics for a given field.
getFacetStatsResult(String) - Method in interface org.springframework.data.solr.core.query.result.FieldStatsResult
Return a map of value associated to its statistics for a given field name.
getFacetStatsResult(Field) - Method in class org.springframework.data.solr.core.query.result.SimpleFieldStatsResult
 
getFacetStatsResult(String) - Method in class org.springframework.data.solr.core.query.result.SimpleFieldStatsResult
 
getFacetStatsResults() - Method in interface org.springframework.data.solr.core.query.result.FieldStatsResult
Return a map of fieldName associated to value facets for the given FieldStatsResult.
getFacetStatsResults() - Method in class org.springframework.data.solr.core.query.result.SimpleFieldStatsResult
 
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
getFieldDefinition(String) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
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
 
getFields() - Method in class org.springframework.data.solr.core.query.StatsOptions
 
getFields() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
getFieldStats() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getFieldStatsResult(Field) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getFieldStatsResult(String) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getFieldStatsResult(Field) - Method in interface org.springframework.data.solr.core.query.result.StatsPage
Get the stats result done for the given Field.
getFieldStatsResult(String) - Method in interface org.springframework.data.solr.core.query.result.StatsPage
Get the stats result done for the field with the given fieldName.
getFieldStatsResults() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getFieldStatsResults() - Method in interface org.springframework.data.solr.core.query.result.StatsPage
Get all field stats results for this page.
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
 
getFieldsWithRangeParameters() - Method in class org.springframework.data.solr.core.query.FacetOptions
 
getFilterQueries() - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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
 
getFilters() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
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
 
getFromIndex() - 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
 
getGap() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithRangeParameters
The size of the range to be added to the lower bound.
getGroupByFields() - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
getGroupByFields() - Method in class org.springframework.data.solr.core.query.GroupOptions
List of Fields to perform grouping by.
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
Deprecated.
getGroupByFunctions() - Method in class org.springframework.data.solr.core.query.GroupOptions
List of Functions to perform grouping by.
getGroupByQueries() - Method in class org.springframework.data.solr.core.query.GroupOptions
List of Querys to perform grouping by.
getGroupEntries() - Method in interface org.springframework.data.solr.core.query.result.GroupResult
Group entries.
getGroupEntries() - Method in class org.springframework.data.solr.core.query.result.SimpleGroupResult
 
getGroupOptions() - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
getGroupOptions() - Method in interface org.springframework.data.solr.core.query.Query
 
getGroupOptions() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
getGroupResult(Field) - Method in interface org.springframework.data.solr.core.query.result.GroupPage
Get a group result done for the given Field.
getGroupResult(Function) - Method in interface org.springframework.data.solr.core.query.result.GroupPage
Get a group result done for the given Function.
getGroupResult(Query) - Method in interface org.springframework.data.solr.core.query.result.GroupPage
Get a group result done for the given Query.
getGroupResult(String) - Method in interface org.springframework.data.solr.core.query.result.GroupPage
Get a group result with the given name.
getGroupResult(Field) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getGroupResult(Function) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getGroupResult(Query) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getGroupResult(String) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getGroupsCount() - Method in interface org.springframework.data.solr.core.query.result.GroupResult
Groups count.
getGroupsCount() - Method in class org.springframework.data.solr.core.query.result.SimpleGroupResult
 
getGroupValue() - Method in interface org.springframework.data.solr.core.query.result.GroupEntry
Group name, the value on which the results were grouped by.
getGroupValue() - Method in class org.springframework.data.solr.core.query.result.SimpleGroupEntry
 
getHardEnd() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithRangeParameters
If the last range should be abruptly ended even if the end doesn't satisfies: (start - end) % gap = 0.
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 class org.springframework.data.solr.core.query.AbstractHighlightQueryDecorator
 
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
 
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
 
getIdentifyingAnnotations() - Method in class org.springframework.data.solr.repository.config.SolrRepositoryConfigExtension
 
getIdentifyingTypes() - Method in class org.springframework.data.solr.repository.config.SolrRepositoryConfigExtension
 
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
 
getInclude() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithRangeParameters
The definition of how boundaries (lower and upper) shall be handled (exclusive or inclusive) on range facet requests.
getIndex() - Method in class org.springframework.data.solr.repository.query.BindableSolrParameter
 
getItems() - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor.PartialResult
Get items returned from server.
getJoin() - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
getJoin() - Method in interface org.springframework.data.solr.core.query.SolrDataQuery
 
getJsonResponse() - Method in class org.springframework.data.solr.core.schema.SolrJsonResponse
 
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
 
getLimit() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
getLimit() - Method in class org.springframework.data.solr.core.query.GroupOptions
 
getLimit() - Method in class org.springframework.data.solr.core.query.TermsOptions
 
getLimit() - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
getLimit() - Method in class org.springframework.data.solr.repository.query.PartTreeSolrQuery
 
getLimitingPageable(Pageable, int) - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
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
 
getMatches() - Method in interface org.springframework.data.solr.core.query.result.GroupResult
Matched documents for this group.
getMatches() - Method in class org.springframework.data.solr.core.query.result.SimpleGroupResult
 
getMax() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getMax() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
getMaxAsDate() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getMaxAsDate() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
getMaxAsDouble() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getMaxAsDouble() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
getMaxAsString() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getMaxAsString() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
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
 
getMean() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getMean() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
getMethod() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
getMin() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getMin() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
getMinAsDate() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getMinAsDate() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
getMinAsDouble() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getMinAsDouble() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
getMinAsString() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getMinAsString() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
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
 
getMissing() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getMissing() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
getModulePrefix() - Method in class org.springframework.data.solr.repository.config.SolrRepositoryConfigExtension
 
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 interface org.springframework.data.solr.core.query.result.GroupResult
Grouping result name.
getName() - Method in class org.springframework.data.solr.core.query.result.SimpleGroupResult
 
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
 
getName() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
getName() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
getNamedQueryName() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getNextCursorMark() - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor.PartialResult
Get the next cursor mark to use.
getNode(String) - Method in class org.springframework.data.solr.core.schema.SolrJsonResponse
 
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.HttpSolrClientFactoryBean
 
getObjectType() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactoryBean
 
getObjectType() - Method in class org.springframework.data.solr.server.support.HttpSolrClientFactoryBean
 
getOffset() - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
getOffset() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
getOffset() - Method in class org.springframework.data.solr.core.query.GroupOptions
 
getOffset() - Method in interface org.springframework.data.solr.core.query.Query
Get number of rows to skip.
getOffset() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
getOffset() - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
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
 
getOther() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithRangeParameters
The definition of additional (other) counts for the range facet.
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
 
getPageNumber() - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
getPageRequest() - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
Deprecated.
getPageRequest() - Method in class org.springframework.data.solr.core.query.GroupOptions
 
getPageRequest() - Method in interface org.springframework.data.solr.core.query.Query
Deprecated.
since 1.3. Will be removed in 1.4. Please use Query.getOffset() and Query.getRows() instead.
getPageRequest() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
getPageSize() - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
getParameters() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getParams() - Method in class org.springframework.data.solr.core.schema.SolrJsonRequest
 
getParams() - Method in class org.springframework.data.solr.SolrRealtimeGetRequest
 
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
 
getPosition() - Method in interface org.springframework.data.solr.core.query.result.Cursor
 
getPosition() - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor
 
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 class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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
 
getRangeFacetResultPage(String) - Method in interface org.springframework.data.solr.core.query.result.FacetPage
Get Range Facet results for field with given name
getRangeFacetResultPage(Field) - Method in interface org.springframework.data.solr.core.query.result.FacetPage
Get Range Facet results for a given field with given name
getRangeFacetResultPage(String) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getRangeFacetResultPage(Field) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
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 class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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
 
getResult() - Method in interface org.springframework.data.solr.core.query.result.GroupEntry
Results for the current group.
getResult() - Method in class org.springframework.data.solr.core.query.result.SimpleGroupEntry
 
getRows() - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
getRows() - Method in interface org.springframework.data.solr.core.query.Query
Get number of rows to fetch.
getRows() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
getSchemaCreationFeatures() - Method in class org.springframework.data.solr.core.SolrTemplate
 
getSchemaName(String) - Method in class org.springframework.data.solr.core.SolrTemplate
 
getScope() - Method in class org.springframework.data.solr.repository.cdi.SolrRepositoryBean
 
getScoreProperty() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentEntity
 
getScoreProperty() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentEntity
Returns the score property of the SolrPersistentEntity.
getSelectiveCalcDistincts() - Method in class org.springframework.data.solr.core.query.StatsOptions
 
getSelectiveFacets() - Method in class org.springframework.data.solr.core.query.StatsOptions
 
getShortClassName(Class<?>) - Static method in class org.springframework.data.solr.server.support.MulticoreSolrClientFactory
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
 
getSolrClient() - Method in interface org.springframework.data.solr.core.SolrOperations
Get the underlying SolrClient instance
getSolrClient() - Method in class org.springframework.data.solr.core.SolrTemplate
 
getSolrClient() - Method in interface org.springframework.data.solr.server.SolrClientFactory
Get base SolrClient instance
getSolrClient(String) - Method in interface org.springframework.data.solr.server.SolrClientFactory
Get configured SolrClient for specific core
getSolrClient() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
getSolrClient(String) - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
getSolrClient(String) - Method in class org.springframework.data.solr.server.support.HttpSolrClientFactory
returns the reference SolrClient
getSolrClient(String) - Method in class org.springframework.data.solr.server.support.MulticoreSolrClientFactory
 
getSolrClient(Class<?>) - Method in class org.springframework.data.solr.server.support.MulticoreSolrClientFactory
Get configured SolrClient for specific class tying to determine core name via SolrDocument or its class name.
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
 
getSolrMappingContext() - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
 
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
 
getSolrTypeName() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
getSolrTypeName() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
 
getSort() - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
getSort() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
getSort() - Method in class org.springframework.data.solr.core.query.GroupOptions
 
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.SolrPageRequest
 
getSort() - Method in class org.springframework.data.solr.core.query.TermsOptions
 
getSort() - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
 
getStart() - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithRangeParameters
Start value configured for this field range facet.
getStatsFacets() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getStatsOptions() - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
getStatsOptions() - Method in interface org.springframework.data.solr.core.query.Query
 
getStatsOptions() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
getStatsSelectiveCountDistinctFields() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getStatsSelectiveFacets() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getStddev() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getStddev() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
getSum() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getSum() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
getSumOfSquares() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getSumOfSquares() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
getTargetRepository(RepositoryInformation) - 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 class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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
 
getTokenizers() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
getTree() - Method in class org.springframework.data.solr.repository.query.PartTreeSolrQuery
 
getType() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
getUniqueKey() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
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_
getVersion() - Method in class org.springframework.data.solr.core.schema.MappingJacksonResponseParser
 
getVersion() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
getWriterType() - Method in class org.springframework.data.solr.core.schema.MappingJacksonResponseParser
 
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
 
GroupEntry<T> - Interface in org.springframework.data.solr.core.query.result
Representation of a group in a GroupResult.
GroupOptions - Class in org.springframework.data.solr.core.query
Set of options that could be set for a Query in order to have grouped results.
GroupOptions() - Constructor for class org.springframework.data.solr.core.query.GroupOptions
 
GroupPage<T> - Interface in org.springframework.data.solr.core.query.result
Representation of a Group result page, holding one GroupResult for each grouping requested on a org.springframework.data.solr.core.query.GroupQuery.
GroupResult<T> - Interface in org.springframework.data.solr.core.query.result
Representation of a group in response to group request (i.e.

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 class org.springframework.data.solr.core.query.AbstractFacetQueryDecorator
 
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.SimpleField
 
hashCode() - Method in class org.springframework.data.solr.core.query.SimplePivotField
 
hashCode() - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
hasHighlightFields() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hasHighlightOptions() - Method in class org.springframework.data.solr.core.query.AbstractHighlightQueryDecorator
 
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.core.query.result.DelegatingCursor
 
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
 
hasPrevious() - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
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
 
hasScoreProperty() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentEntity
 
hasScoreProperty() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentEntity
Returns whether the SolrPersistentEntity has an score property.
hasSiblings() - Method in class org.springframework.data.solr.core.query.Node
 
hasStatsDefinition() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
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
 
HttpSolrClientBeanDefinitionParser - Class in org.springframework.data.solr.server.config
HttpSolrClientBeanDefinitionParser replaces HttpSolrServerBeanDefinitionParser from version 1.x.
HttpSolrClientBeanDefinitionParser() - Constructor for class org.springframework.data.solr.server.config.HttpSolrClientBeanDefinitionParser
 
HttpSolrClientFactory - Class in org.springframework.data.solr.server.support
The HttpSolrClientFactory replaces HttpSolrServerFactory from version 1.x and configures an HttpSolrClient to work with the provided core.
HttpSolrClientFactory() - Constructor for class org.springframework.data.solr.server.support.HttpSolrClientFactory
 
HttpSolrClientFactory(SolrClient) - Constructor for class org.springframework.data.solr.server.support.HttpSolrClientFactory
 
HttpSolrClientFactory(SolrClient, String) - Constructor for class org.springframework.data.solr.server.support.HttpSolrClientFactory
 
HttpSolrClientFactory(SolrClient, String, Credentials, String) - Constructor for class org.springframework.data.solr.server.support.HttpSolrClientFactory
 
HttpSolrClientFactoryBean - Class in org.springframework.data.solr.server.support
HttpSolrClientFactoryBean replaces HttpSolrServerFactoryBean from version 1.x.
HttpSolrClientFactoryBean() - Constructor for class org.springframework.data.solr.server.support.HttpSolrClientFactoryBean
 

I

idFieldDefinition(String, String) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinitionBuilder
 
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
 
isCalcDistinct() - Method in class org.springframework.data.solr.core.query.StatsOptions
 
isClosed() - Method in interface org.springframework.data.solr.core.query.result.Cursor
 
isClosed() - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor
 
isCountQuery() - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
isCountQuery() - Method in class org.springframework.data.solr.repository.query.PartTreeSolrQuery
 
isCreateMissingSolrClient() - Method in class org.springframework.data.solr.server.support.MulticoreSolrClientFactory
 
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
 
isDynamicProperty() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
Gets the value of the property dynamicProperty.
isDynamicProperty() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
Gets the value of the property dynamicProperty.
isFacetQuery() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
isFieldStatsCountDistinctEnable() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
isFinished() - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor
 
isGroupFacets() - Method in class org.springframework.data.solr.core.query.GroupOptions
 
isGroupMain() - Method in class org.springframework.data.solr.core.query.GroupOptions
 
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
 
isIndexed() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
isJodaTimeAvailable() - Static method in class org.springframework.data.solr.VersionUtil
 
isLimiting() - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
isLimiting() - Method in class org.springframework.data.solr.repository.query.PartTreeSolrQuery
 
isMergeContigous() - Method in class org.springframework.data.solr.core.query.HighlightOptions.FieldWithHighlightParameters
 
isMultiValued() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
isMultiValued() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
 
isMultiValued() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
isNegating() - Method in class org.springframework.data.solr.core.query.Criteria
 
isNegating() - Method in class org.springframework.data.solr.core.query.Node
 
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
 
isOpen() - Method in interface org.springframework.data.solr.core.query.result.Cursor
 
isOpen() - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor
 
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
 
isReady() - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor
 
isRequired() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
isRequired() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
 
isRequired() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
isRoot() - Method in class org.springframework.data.solr.core.query.Node
 
isSchemaCreationSupport() - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactory
 
isScoreProperty() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
Gets the value of the property scoreProperty.
isScoreProperty() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
Gets the value of the property scoreProperty.
isSearchable() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
isSearchable() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
 
isSelectiveCalcDistincts(Field) - Method in class org.springframework.data.solr.core.query.StatsOptions
 
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.HttpSolrClientFactoryBean
 
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
 
isStored() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
isStored() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
 
isStored() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
isTotalCount() - Method in class org.springframework.data.solr.core.query.GroupOptions
 
isTruncateFacets() - Method in class org.springframework.data.solr.core.query.GroupOptions
 
isUnique() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
isUnique() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
 
iterator() - Method in class org.springframework.data.solr.core.query.FieldWithQueryParameters
 
iterator() - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor.PartialResult
 
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(Field, Field, String) - Constructor for class org.springframework.data.solr.core.query.Join
Creates new Join between fields.
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
MappingJacksonRequestContentParser - Class in org.springframework.data.solr.core.schema
 
MappingJacksonRequestContentParser() - Constructor for class org.springframework.data.solr.core.schema.MappingJacksonRequestContentParser
 
MappingJacksonResponseParser - Class in org.springframework.data.solr.core.schema
 
MappingJacksonResponseParser() - Constructor for class org.springframework.data.solr.core.schema.MappingJacksonResponseParser
 
MappingJacksonResponseParser(MimeType) - Constructor for class org.springframework.data.solr.core.schema.MappingJacksonResponseParser
 
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
 
moveNext(Iterator<T>) - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor
Move one position next in given source.
MulticoreSolrClientFactory - Class in org.springframework.data.solr.server.support
MulticoreSolrClientFactory replaces MulticoreSolrServerFactory from version 1.x.
MulticoreSolrClientFactory() - Constructor for class org.springframework.data.solr.server.support.MulticoreSolrClientFactory
 
MulticoreSolrClientFactory(SolrClient) - Constructor for class org.springframework.data.solr.server.support.MulticoreSolrClientFactory
 
MulticoreSolrClientFactory(SolrClient, String...) - Constructor for class org.springframework.data.solr.server.support.MulticoreSolrClientFactory
 
MulticoreSolrClientFactory(SolrClient, List<String>) - Constructor for class org.springframework.data.solr.server.support.MulticoreSolrClientFactory
 

N

name() - Static method in class org.springframework.data.solr.core.schema.SolrSchemaRequest
 
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.core.query.result.DelegatingCursor
 
next() - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
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)
notOperator() - Method in class org.springframework.data.solr.core.query.Criteria
Explicitly wrap Criteria inside not operation.
notOperator() - Method in class org.springframework.data.solr.core.query.Crotch
 
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

onApplicationEvent(MappingContextEvent<?, ?>) - Method in class org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator
 
open() - Method in interface org.springframework.data.solr.core.query.result.Cursor
Opens the cursor.
open() - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor
 
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 SolrClient
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.core.schema - package org.springframework.data.solr.core.schema
 
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
SolrClient 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
 
parse(Object) - Method in interface org.springframework.data.solr.core.schema.ContentParser
 
parse(Object) - Method in class org.springframework.data.solr.core.schema.MappingJacksonRequestContentParser
 
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.HttpSolrClientBeanDefinitionParser
 
PartialResult(String, Collection<T>) - Constructor for class org.springframework.data.solr.core.query.result.DelegatingCursor.PartialResult
 
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 SolrClient 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 !
previous() - Method in class org.springframework.data.solr.core.query.SolrPageRequest
Returns the Pageable requesting the previous Page.
previousOrFirst() - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
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
processResponse(InputStream, String) - Method in class org.springframework.data.solr.core.schema.MappingJacksonResponseParser
 
processResponse(Reader) - Method in class org.springframework.data.solr.core.schema.MappingJacksonResponseParser
 
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
 
publishEvent(ApplicationEvent) - Method in class org.springframework.data.solr.core.mapping.SolrMappingEventPublisher
 
publishEvent(Object) - Method in class org.springframework.data.solr.core.mapping.SolrMappingEventPublisher
 

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
 
queryForCursor(Query, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Executes the given Query and returns an open Cursor allowing to iterate of results, dynamically fetching additional ones if required.
queryForCursor(Query, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
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>, RequestMethod) - 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
 
queryForFacetPage(FacetQuery, Class<T>, RequestMethod) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForGroupPage(Query, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute the query against solr and return result as GroupPage
queryForGroupPage(Query, Class<T>, RequestMethod) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute the query against solr and return result as GroupPage
queryForGroupPage(Query, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForGroupPage(Query, Class<T>, RequestMethod) - 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>, RequestMethod) - 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
 
queryForHighlightPage(HighlightQuery, Class<T>, RequestMethod) - 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>, RequestMethod) - 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
 
queryForObject(Query, Class<T>, RequestMethod) - 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>, RequestMethod) - 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
 
queryForPage(Query, Class<T>, RequestMethod) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForStatsPage(Query, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute the query against Solr and return result as StatsPage.
queryForStatsPage(Query, Class<T>, RequestMethod) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute the query against Solr and return result as StatsPage.
queryForStatsPage(Query, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForStatsPage(Query, Class<T>, RequestMethod) - 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, RequestMethod) - 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
 
queryForTermsPage(TermsQuery, RequestMethod) - 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.core.query.result.DelegatingCursor
 
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
removeSolrClient(String) - Method in class org.springframework.data.solr.server.support.MulticoreSolrClientFactory
Remove SolrClient from factory.
RequestMethod - Enum in org.springframework.data.solr.core
HTTP request types supported by SolrRequest.
resolveSchemaForEntity(SolrPersistentEntity<?>) - Method in class org.springframework.data.solr.core.schema.SolrSchemaResolver
 
resolveSolrCoreName(Class<?>) - Static method in class org.springframework.data.solr.server.support.SolrClientUtils
Resolve solr core/collection name for given type.
rollback() - Method in interface org.springframework.data.solr.core.SolrOperations
send rollback command SolrClient.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
 
schema() - Static method in class org.springframework.data.solr.core.schema.SolrSchemaRequest
 
schema() - Method in class org.springframework.data.solr.core.schema.SolrSchemaRequest.SolrSchemaRequestBuilder
 
SchemaDefinition - Class in org.springframework.data.solr.core.schema
 
SchemaDefinition() - Constructor for class org.springframework.data.solr.core.schema.SchemaDefinition
 
SchemaDefinition(String) - Constructor for class org.springframework.data.solr.core.schema.SchemaDefinition
 
SchemaDefinition.CopyFieldDefinition - Class in org.springframework.data.solr.core.schema
 
SchemaDefinition.FieldDefinition - Class in org.springframework.data.solr.core.schema
 
SchemaDefinition.FieldDefinitionBuilder - Class in org.springframework.data.solr.core.schema
 
SchemaDefinition.Filter - Class in org.springframework.data.solr.core.schema
 
SchemaDefinition.SchemaField - Interface in org.springframework.data.solr.core.schema
 
SchemaDefinition.Tokenizer - Class in org.springframework.data.solr.core.schema
 
Score - Annotation Type in org.springframework.data.solr.repository
Defines the annotated field to store the score of a document within search result.
ScoredPage<T> - Interface in org.springframework.data.solr.core.query.result
Specific type of Page holding max score information.
SelectiveStats - Annotation Type in org.springframework.data.solr.repository
Definition of field selective statistical that shall be executed within the request.
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
 
setCachePercent(int) - Method in class org.springframework.data.solr.core.query.GroupOptions
Sets the caching for grouping results.
setCalcDistinct(boolean) - Method in class org.springframework.data.solr.core.query.StatsOptions
Sets the distinct calculation for a given stats request.
setCollectionName(String) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
setCopyFields(Collection<String>) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
setCount(Long) - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
setCountDistinct(Long) - Method in class org.springframework.data.solr.core.query.result.SimpleFieldStatsResult
 
setCreateMissingSolrClient(boolean) - Method in class org.springframework.data.solr.server.support.MulticoreSolrClientFactory
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 class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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
 
setDefaultValue(Object) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
setDefType(String) - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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
 
setDistinctValues(Collection<Object>) - Method in class org.springframework.data.solr.core.query.result.SimpleFieldStatsResult
 
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 class org.springframework.data.solr.core.query.AbstractFacetQueryDecorator
 
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
 
setFields(List<SchemaDefinition.FieldDefinition>) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
setFieldStatsResults(Map<String, FieldStatsResult>) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
setFilters(List<SchemaDefinition.Filter>) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
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.
setGroupFacets(boolean) - Method in class org.springframework.data.solr.core.query.GroupOptions
Defines whether field facet shall be computed in grouped fashion.
setGroupMain(boolean) - Method in class org.springframework.data.solr.core.query.GroupOptions
Defines whether or not the first field group result shall be used as main result.
setGroupOptions(GroupOptions) - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
setGroupOptions(GroupOptions) - Method in interface org.springframework.data.solr.core.query.Query
Sets GroupOptions for this Query.
setGroupOptions(GroupOptions) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
setGroupResults(Map<Object, GroupResult<T>>) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
setHardEnd(Boolean) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithRangeParameters
Defines if the last range should be abruptly ended even if the end doesn't satisfies: (start - end) % gap = 0.
setHighlighted(List<HighlightEntry<T>>) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
setHighlightOptions(HighlightOptions) - Method in class org.springframework.data.solr.core.query.AbstractHighlightQueryDecorator
 
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(FacetParams.FacetRangeInclude) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithRangeParameters
Defines how boundaries (lower and upper) shall be handled (exclusive or inclusive) on range facet requests.
setInclude(boolean) - Method in class org.springframework.data.solr.core.query.TermsOptions.BoundTerm
 
setIndexed(boolean) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
setJoin(Join) - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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(Integer) - Method in class org.springframework.data.solr.core.query.GroupOptions
Sets the number of rows to return for each group.
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
 
setMappingContext(MappingContext<? extends SolrPersistentEntity<?>, SolrPersistentProperty>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
setMax(Object) - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
setMaxConnections(Integer) - Method in class org.springframework.data.solr.server.support.HttpSolrClientFactoryBean
 
setMaxCount(int) - Method in class org.springframework.data.solr.core.query.TermsOptions
 
setMean(Object) - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
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
 
setMin(Object) - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
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
 
setMissing(Long) - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
setMultiValued(boolean) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
setName(String) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
setName(String) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
setNegating(boolean) - Method in class org.springframework.data.solr.core.query.Node
 
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.AbstractQueryDecorator
 
setOffset(Integer) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
setOffset(Integer) - Method in class org.springframework.data.solr.core.query.GroupOptions
Sets the initial offset of each group.
setOffset(Integer) - Method in interface org.springframework.data.solr.core.query.Query
Set the number of rows to skip.
setOffset(Integer) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
setOther(FacetParams.FacetRangeOther) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithRangeParameters
Defines the additional (other) counts for the range facet, i.e. count of documents that are before start of the range facet, end of range facet or even between start and end.
setPageable(Pageable) - Method in class org.springframework.data.solr.core.query.FacetOptions
Set facet.offet and facet.limit
setPageRequest(Pageable) - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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 class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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.
setRequired(boolean) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
setResponse(NamedList<Object>) - Method in class org.springframework.data.solr.core.schema.SolrJsonResponse
 
setRows(Integer) - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
setRows(Integer) - Method in interface org.springframework.data.solr.core.query.Query
Set the number of rows to fetch.
setRows(Integer) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
setSchemaCreationFeatures(Collection<SolrPersistentEntitySchemaCreator.Feature>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
setSchemaCreationSupport(boolean) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactory
 
setSchemaCreationSupport(boolean) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
 
setSelectiveCalcDistinct(boolean) - Method in class org.springframework.data.solr.core.query.StatsOptions.FieldStatsOptions
 
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
setSolrClient(SolrClient) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
 
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
 
setSolrMappingContext(SimpleSolrMappingContext) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
 
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.
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
 
setStatsOptions(StatsOptions) - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
setStatsOptions(StatsOptions) - Method in interface org.springframework.data.solr.core.query.Query
Set StatsOptions for this Query.
setStatsOptions(StatsOptions) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
setStatsResults(Map<String, Map<String, StatsResult>>) - Method in class org.springframework.data.solr.core.query.result.SimpleFieldStatsResult
 
setStddev(Double) - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
setStored(boolean) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
setSum(Object) - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
setSumOfSquares(Double) - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
setTerm(String) - Method in class org.springframework.data.solr.core.query.TermsOptions.BoundTerm
 
setTimeAllowed(Integer) - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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.HttpSolrClientFactoryBean
 
setTokenizers(List<SchemaDefinition.Tokenizer>) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
setTotalCount(boolean) - Method in class org.springframework.data.solr.core.query.GroupOptions
Defines whether the group count should be included in the response.
setTruncateFacets(boolean) - Method in class org.springframework.data.solr.core.query.GroupOptions
Defines the maximum size of the group cache.
setType(String) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
setUniqueKey(String) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
setUpperBoundTerm(TermsOptions.BoundTerm) - Method in class org.springframework.data.solr.core.query.TermsOptions
 
setUrl(String) - Method in class org.springframework.data.solr.server.support.HttpSolrClientFactoryBean
 
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.
setVersion(Double) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
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
 
SimpleFieldStatsResult - Class in org.springframework.data.solr.core.query.result
Trivial implementation of FieldStatsResult.
SimpleFieldStatsResult() - Constructor for class org.springframework.data.solr.core.query.result.SimpleFieldStatsResult
 
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
 
SimpleGroupEntry<T> - Class in org.springframework.data.solr.core.query.result
Represents a group holding the group value and all beans belonging to the group.
SimpleGroupEntry(String, Page<T>) - Constructor for class org.springframework.data.solr.core.query.result.SimpleGroupEntry
 
SimpleGroupResult<T> - Class in org.springframework.data.solr.core.query.result
This represents the result of a group command.
SimpleGroupResult(int, Integer, String, Page<GroupEntry<T>>) - Constructor for class org.springframework.data.solr.core.query.result.SimpleGroupResult
 
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
 
SimpleSolrMappingContext(SolrPersistentEntitySchemaCreator) - 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
 
SimpleStatsResult - Class in org.springframework.data.solr.core.query.result
Trivial implementation of StatsResult.
SimpleStatsResult() - Constructor for class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
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 SolrClient.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 SolrClient.
SolrClientFactory - Interface in org.springframework.data.solr.server
SolrClientFactory replaces SolrServerFactory from version 1.x and provides access to the solrj SolrClient.
SolrClientUtils - Class in org.springframework.data.solr.server.support
SolrClientUtils replaces SolrServerUtils from version 1.x
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
 
SolrJsonRequest - Class in org.springframework.data.solr.core.schema
 
SolrJsonRequest(SolrRequest.METHOD, String) - Constructor for class org.springframework.data.solr.core.schema.SolrJsonRequest
 
SolrJsonResponse - Class in org.springframework.data.solr.core.schema
 
SolrJsonResponse() - Constructor for class org.springframework.data.solr.core.schema.SolrJsonResponse
 
SolrMappingEventPublisher - Class in org.springframework.data.solr.core.mapping
 
SolrMappingEventPublisher(SolrPersistentEntitySchemaCreator) - Constructor for class org.springframework.data.solr.core.mapping.SolrMappingEventPublisher
 
SolrOperations - Interface in org.springframework.data.solr.core
Interface that specifies a basic set of Solr operations.
SolrPageRequest - Class in org.springframework.data.solr.core.query
Solr specific implementation of Pageable allowing zero sized pages.
SolrPageRequest(int, int) - Constructor for class org.springframework.data.solr.core.query.SolrPageRequest
Creates a new SolrPageRequest.
SolrPageRequest(int, int, Sort.Direction, String...) - Constructor for class org.springframework.data.solr.core.query.SolrPageRequest
Creates a new SolrPageRequest with sort parameters applied.
SolrPageRequest(int, int, Sort) - Constructor for class org.springframework.data.solr.core.query.SolrPageRequest
Creates a new SolrPageRequest with sort parameters applied.
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
 
SolrPersistentEntitySchemaCreator - Class in org.springframework.data.solr.core.schema
 
SolrPersistentEntitySchemaCreator(SolrClientFactory) - Constructor for class org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator
 
SolrPersistentEntitySchemaCreator(SolrClientFactory, SolrSchemaWriter) - Constructor for class org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator
 
SolrPersistentEntitySchemaCreator.Feature - Enum in org.springframework.data.solr.core.schema
 
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, ProjectionFactory, SolrEntityInformationCreator) - Constructor for class org.springframework.data.solr.repository.query.SolrQueryMethod
 
SolrRealtimeGetRequest - Class in org.springframework.data.solr
 
SolrRealtimeGetRequest(Serializable...) - Constructor for class org.springframework.data.solr.SolrRealtimeGetRequest
 
SolrRealtimeGetRequest(Collection<? extends Serializable>) - Constructor for class org.springframework.data.solr.SolrRealtimeGetRequest
 
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, CustomRepositoryImplementationDetector) - Constructor for class org.springframework.data.solr.repository.cdi.SolrRepositoryBean
Creates a new 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(SolrClient) - 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
 
SolrSchemaRequest - Class in org.springframework.data.solr.core.schema
 
SolrSchemaRequest(SolrRequest.METHOD, String) - Constructor for class org.springframework.data.solr.core.schema.SolrSchemaRequest
 
SolrSchemaRequest.SolrSchemaRequestBuilder - Class in org.springframework.data.solr.core.schema
 
SolrSchemaRequestBuilder() - Constructor for class org.springframework.data.solr.core.schema.SolrSchemaRequest.SolrSchemaRequestBuilder
 
SolrSchemaResolver - Class in org.springframework.data.solr.core.schema
 
SolrSchemaResolver() - Constructor for class org.springframework.data.solr.core.schema.SolrSchemaResolver
 
SolrSchemaWriter - Class in org.springframework.data.solr.core.schema
 
SolrSchemaWriter(SolrClientFactory) - Constructor for class org.springframework.data.solr.core.schema.SolrSchemaWriter
 
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(SolrClient) - Constructor for class org.springframework.data.solr.core.SolrTemplate
 
SolrTemplate(SolrClient, String) - Constructor for class org.springframework.data.solr.core.SolrTemplate
 
SolrTemplate(SolrClient, String, RequestMethod) - Constructor for class org.springframework.data.solr.core.SolrTemplate
 
SolrTemplate(SolrClientFactory) - Constructor for class org.springframework.data.solr.core.SolrTemplate
 
SolrTemplate(SolrClientFactory, RequestMethod) - Constructor for class org.springframework.data.solr.core.SolrTemplate
 
SolrTemplate(SolrClientFactory, SolrConverter) - Constructor for class org.springframework.data.solr.core.SolrTemplate
 
SolrTemplate(SolrClientFactory, SolrConverter, RequestMethod) - 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
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
 
Stats - Annotation Type in org.springframework.data.solr.repository
Statistics definition to be performed within a Query.
StatsOptions - Class in org.springframework.data.solr.core.query
Set of options available to get field statistics.
StatsOptions() - Constructor for class org.springframework.data.solr.core.query.StatsOptions
 
StatsOptions.FieldStatsOptions - Class in org.springframework.data.solr.core.query
Set of options available to get field's statistics having a field as context.
StatsPage<T> - Interface in org.springframework.data.solr.core.query.result
Representation of a Stats result page, holding one FieldStatsResult for each field statistic requested on a Query through StatsOptions.
StatsResult - Interface in org.springframework.data.solr.core.query.result
Contract to define representation of statistic information requested using StatsOptions.
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
 
Tokenizer() - Constructor for class org.springframework.data.solr.core.schema.SchemaDefinition.Tokenizer
 
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.result.SimpleFieldStatsResult
 
toString() - Method in class org.springframework.data.solr.core.query.result.SimpleGroupEntry
 
toString() - Method in class org.springframework.data.solr.core.query.result.SimpleGroupResult
 
toString() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
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
 
toString() - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
toString() - Method in class org.springframework.data.solr.core.schema.SolrJsonRequest
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.solr.core.SolrExceptionTranslator
 

U

UncategorizedSolrException - Exception in org.springframework.data.solr
SolrClient threw an exception that could not be mapped.
UncategorizedSolrException(String, Throwable) - Constructor for exception org.springframework.data.solr.UncategorizedSolrException
 
UNLIMITED - Variable in class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
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
 
updateSchema(SchemaDefinition) - Method in class org.springframework.data.solr.core.schema.SolrSchemaWriter
 

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.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.Point2DToStringConverter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.geo.GeoConverters.Point3DToStringConverter
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.result.Cursor.State
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.
valueOf(String) - Static method in enum org.springframework.data.solr.core.RequestMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator.Feature
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.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.Point2DToStringConverter
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.Point3DToStringConverter
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.result.Cursor.State
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.
values() - Static method in enum org.springframework.data.solr.core.RequestMethod
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.schema.SolrPersistentEntitySchemaCreator.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
verify() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentEntity
 
version() - Static method in class org.springframework.data.solr.core.schema.SolrSchemaRequest
 
VersionUtil - Class in org.springframework.data.solr
Version util uses org.springframework.util.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(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
 
writeSchema(SchemaDefinition) - Method in class org.springframework.data.solr.core.schema.SolrSchemaWriter
 
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-2015–2016 Pivotal Software, Inc.. All rights reserved.