Index

A B C D E F G H I J L M N O P Q R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractFacetAndHighlightQueryDecorator - Class in org.springframework.data.solr.core.query
General purpose FacetAndHighlightQuery decorator.
AbstractFacetAndHighlightQueryDecorator(FacetAndHighlightQuery) - Constructor for class org.springframework.data.solr.core.query.AbstractFacetAndHighlightQueryDecorator
 
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
 
AbstractSolrConfiguration - Class in org.springframework.data.solr.repository.config
Spring Data for Apache Solr base configuration using JavaConfig.
AbstractSolrConfiguration() - Constructor for class org.springframework.data.solr.repository.config.AbstractSolrConfiguration
 
AbstractSolrQuery - Class in org.springframework.data.solr.repository.query
Base implementation of a solr specific RepositoryQuery
AbstractSolrQuery(String, SolrOperations, SolrQueryMethod) - Constructor for class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
accuracy() - Element in annotation interface org.springframework.data.solr.repository.Spellcheck
Specifies an accuracy value to be used by the spell checking implementation to decide whether a result is worthwhile or not.
accuracy(float) - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
Specifies an accuracy value to be used by the spell checking implementation to decide whether a result is worthwhile or not.
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
ADD - Enum constant in enum class org.springframework.data.solr.core.query.UpdateAction
 
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
 
addCopyField(SchemaDefinition.CopyFieldDefinition) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
addCriteria(Criteria) - Method in class org.springframework.data.solr.core.query.SimpleFacetAndHighlightQuery
Add an criteria to the query.
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(String) - Method in class org.springframework.data.solr.core.query.StatsOptions
Adds a facet on field to the statistics to be requested.
addFacet(Field) - 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(String) - Method in class org.springframework.data.solr.core.query.FacetOptions
Append additional field with given name for faceting
addFacetOnField(Field) - Method in class org.springframework.data.solr.core.query.FacetOptions
Append additional field for faceting
addFacetOnFlieldnames(Collection<String>) - Method in class org.springframework.data.solr.core.query.FacetOptions
Append all fieldnames for faceting
addFacetOnPivot(String...) - Method in class org.springframework.data.solr.core.query.FacetOptions
 
addFacetOnPivot(Field...) - Method in class org.springframework.data.solr.core.query.FacetOptions
Add pivot facet on given Fields.
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(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.SimpleTermsQuery
 
addField(String) - Method in class org.springframework.data.solr.core.query.StatsOptions
Adds a field via its name to the statistics to be requested.
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.HighlightOptions
Add field to highlight
addField(Field) - 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(SchemaDefinition.SchemaField) - Method in class org.springframework.data.solr.core.schema.DefaultSchemaOperations
 
addField(SchemaDefinition.SchemaField) - Method in interface org.springframework.data.solr.core.schema.SchemaOperations
addFieldDefinition(SchemaDefinition.FieldDefinition) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
addFields(String...) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery
 
addFields(Collection<String>) - Method in class org.springframework.data.solr.core.query.HighlightOptions
Add names of fields to highlight on
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(String) - Method in class org.springframework.data.solr.core.query.GroupOptions
Adds a group request for a Field using its name.
addGroupByField(String) - Method in class org.springframework.data.solr.core.query.SimpleQuery
Deprecated.
in favor of GroupOptions
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(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.
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(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
Add parameter
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(String) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
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
 
addProjectionOnFields(String...) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
addProjectionOnFields(Field...) - 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(String) - Method in class org.springframework.data.solr.core.query.StatsOptions.FieldStatsOptions
 
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.
addSnipplets(String, List<String>) - Method in class org.springframework.data.solr.core.query.result.HighlightEntry
 
addSnipplets(Field, List<String>) - Method in class org.springframework.data.solr.core.query.result.HighlightEntry
 
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
 
addSuggestions(String, List<SpellcheckQueryResult.Alternative>) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
addSuggestions(String, List<SpellcheckQueryResult.Alternative>) - Method in interface org.springframework.data.solr.core.query.result.SpellcheckQueryResult
 
addTermsResult(List<TermsFieldEntry>, String) - Method in class org.springframework.data.solr.core.query.result.TermsResultPage
 
addTermsResult(List<TermsFieldEntry>, Field) - 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 UpdateAction.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() - Static method in interface org.springframework.data.solr.core.query.Query
Create a new Query matching all documents.
ALL_FIELDS - Static variable in class org.springframework.data.solr.core.query.HighlightOptions
 
Alternative(String, int, String, int) - Constructor for class org.springframework.data.solr.core.query.result.SpellcheckQueryResult.Alternative
 
alternativeTermCount() - Element in annotation interface org.springframework.data.solr.repository.Spellcheck
The count of suggestions to return for each query term existing in the index and/or dictionary.
alternativeTermCount(long) - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
The count of suggestions to return for each query term existing in the index and/or dictionary.
and(String) - Method in class org.springframework.data.solr.core.query.Criteria
 
and(String) - Method in class org.springframework.data.solr.core.query.Crotch
 
and(String) - Method in class org.springframework.data.solr.core.query.Node
Combine node with new Node for given fieldname using and.
and(Node) - Method in class org.springframework.data.solr.core.query.Criteria
 
and(Node) - 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 - Enum constant in enum class org.springframework.data.solr.core.query.Query.Operator
 
any() - Static method in class org.springframework.data.solr.core.query.AnyCriteria
 
AnyCriteria - Class in org.springframework.data.solr.core.query
 
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>, Class<?>) - Method in class org.springframework.data.solr.core.DefaultQueryParser
Set filter filter queries for SolrQuery
appendGeoParametersIfRequired(SolrQuery, Query, Class<?>) - Method in class org.springframework.data.solr.core.QueryParserBase
Append a geo filter query if the Query does not already define one but contains a distance projection.
appendPagination(SolrQuery, Long, 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
Deprecated.
appendProjectionOnFields(SolrQuery, List<Field>, Class<?>) - 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, Class<?>) - 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)
asMap() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
asQueryStringRepresentation() - Method in enum class org.springframework.data.solr.core.query.Query.Operator
 
assertNoCollection(Object) - Method in class org.springframework.data.solr.core.SolrTemplate
 

B

basePackageClasses() - Element in annotation interface org.springframework.data.solr.repository.config.EnableSolrRepositories
Type-safe alternative to EnableSolrRepositories.basePackages() for specifying the packages to scan for annotated components.
basePackages() - Element in annotation interface org.springframework.data.solr.repository.config.EnableSolrRepositories
Base packages to scan for annotated components.
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) - Method in class org.springframework.data.solr.core.query.Crotch
 
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.Criteria
Crates new Criteria.Predicate for RANGE [lowerBound TO upperBound]
between(Object, Object, boolean, boolean) - Method in class org.springframework.data.solr.core.query.Crotch
 
between(Object, Object, boolean, boolean) - Method in class org.springframework.data.solr.core.query.Node
 
between(Point, Point) - Method in class org.springframework.data.solr.core.query.DistanceFunction.Builder
 
BETWEEN - Enum constant in enum class org.springframework.data.solr.core.query.Criteria.OperationKey
 
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.
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 - Annotation Interface in org.springframework.data.solr.repository
Increase document score by boosting search criteria hit
BOOST - Static variable in class org.springframework.data.solr.core.QueryParserBase
 
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
 
buildDictionary() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
If set, Solr creates the dictionary that the SolrSpellChecker will use for spell-checking.
buildDictionary() - Element in annotation interface org.springframework.data.solr.repository.Spellcheck
If set, Solr creates the dictionary that the SolrSpellChecker will use for spell-checking.
buildDirectory() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
 
Builder() - Constructor for class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
Builder() - Constructor for class org.springframework.data.solr.core.schema.SchemaDefinition.CopyFieldDefinition.Builder
 
Builder() - Constructor for class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition.Builder
 
Builder(Number) - Constructor for class org.springframework.data.solr.core.query.ProductFunction.Builder
 
Builder(Object) - Constructor for class org.springframework.data.solr.core.query.DivideFunction.Builder
 
Builder(Object) - Constructor for class org.springframework.data.solr.core.query.IfFunction.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.TermFrequencyFunction.Builder
 
Builder(String...) - Constructor for class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
Builder(DistanceFunction.Power) - Constructor for class org.springframework.data.solr.core.query.DistanceFunction.Builder
 
Builder(Field) - Constructor for class org.springframework.data.solr.core.query.GeoDistanceFunction.Builder
 
Builder(Field) - Constructor for class org.springframework.data.solr.core.query.Join.Builder
 
Builder(Field) - Constructor for class org.springframework.data.solr.core.query.ProductFunction.Builder
 
Builder(Function) - Constructor for class org.springframework.data.solr.core.query.ProductFunction.Builder
 
by(Number) - 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
 
by(Function) - 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
 
canEqual(Object) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.CopyFieldDefinition
 
canEqual(Object) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
CANON_EQ - Enum constant in enum class org.springframework.data.solr.core.query.TermsOptions.RegexFlag
 
canProcess(Criteria.Predicate) - Method in interface org.springframework.data.solr.core.QueryParserBase.PredicateProcessor
 
CASE_INSENSITIVE - Enum constant in enum class org.springframework.data.solr.core.query.TermsOptions.RegexFlag
 
ChildDocument - Annotation Interface in org.springframework.data.solr.core.mapping
Marker interface for Apache Solr child document can be used as an alternative to Field.child().
close() - Method in class org.springframework.data.solr.core.query.result.DelegatingCursor
 
close(SolrClient) - Static method in class org.springframework.data.solr.server.support.SolrClientUtils
Close the SolrClient by calling Closeable.close() or shutdown for the generation 5 libraries.
CLOSED - Enum constant in enum class org.springframework.data.solr.core.query.result.Cursor.State
 
collate() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
If set, Solr will take the best suggestion for each token (if one exists) and construct a new query from the suggestions.
collate() - Element in annotation interface org.springframework.data.solr.repository.Spellcheck
If set, Solr will take the best suggestion for each token (if one exists) and construct a new query from the suggestions.
collateExtendedResults() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
Instructs Solr to return an expanded response format detailing the collations found.
collateExtendedResults() - Element in annotation interface org.springframework.data.solr.repository.Spellcheck
Instructs Solr to return an expanded response format detailing the collations found.
collateParam(String, Object) - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
This parameter prefix can be used to specify any additional parameters that you wish to the Spellchecker to use when internally validating collation queries.
collection() - Element in annotation interface org.springframework.data.solr.core.mapping.SolrDocument
 
COMMENTS - Enum constant in enum class org.springframework.data.solr.core.query.TermsOptions.RegexFlag
 
commit(String) - Method in interface org.springframework.data.solr.core.SolrOperations
Send commit command SolrClient.commit()
commit(String) - Method in class org.springframework.data.solr.core.SolrTemplate
 
connect() - Method in class org.springframework.data.solr.core.query.Criteria
Explicitly connect Criteria with another one allows to create explicit bracketing.
considerNestedRepositories() - Element in annotation interface org.springframework.data.solr.repository.config.EnableSolrRepositories
Configures whether nested repository-interfaces (e.g.
constructQuery(SolrDataQuery, Class<?>) - Method in class org.springframework.data.solr.core.SolrTemplate
Create the native SolrQuery from a given SolrDataQuery.
constructSolrQuery(SolrDataQuery) - Method in interface org.springframework.data.solr.core.QueryParser
Deprecated.
constructSolrQuery(SolrDataQuery, Class<?>) - Method in interface org.springframework.data.solr.core.QueryParser
Convert given Query into a SolrQuery executable via SolrClient
constructSolrQuery(SolrDataQuery, Class<?>) - Method in class org.springframework.data.solr.core.QueryParserBase
 
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(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Crotch
 
contains(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Node
 
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.Crotch
 
contains(String) - Method in class org.springframework.data.solr.core.query.Node
 
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(String...) - Method in class org.springframework.data.solr.core.query.Crotch
 
contains(String...) - Method in class org.springframework.data.solr.core.query.Node
 
CONTAINS - Enum constant in enum class org.springframework.data.solr.core.query.Criteria.OperationKey
 
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(Number) - Method in enum class org.springframework.data.solr.core.convert.NumberConverters.NumberConverter
 
convert(Object) - Method in interface org.springframework.data.solr.core.query.Function.Context
Convert the given value into a Solr readable String argument.
convert(Object, Class<T>) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
Convert given object into target type
convert(String) - Method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.StringToJodaDateTimeConverter
 
convert(String) - Method in enum class org.springframework.data.solr.core.geo.GeoConverters.StringToPointConverter
 
convert(Date) - Method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.DateToJodaDateTimeConverter
 
convert(Date) - Method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.DateToLocalDateTimeConverter
 
convert(Date) - Method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JavaDateConverter
 
convert(DateTime) - Method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeToDateConverter
 
convert(LocalDateTime) - Method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
 
convert(LocalDateTime) - Method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeToDateConverter
 
convert(ReadableInstant) - Method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeConverter
 
convert(Distance) - Method in enum class org.springframework.data.solr.core.geo.GeoConverters.DistanceToStringConverter
 
convert(Point) - Method in enum class org.springframework.data.solr.core.geo.GeoConverters.Point2DToStringConverter
 
convert(Point) - Method in enum class org.springframework.data.solr.core.geo.GeoConverters.Point3DToStringConverter
 
convert(SolrPersistentProperty) - Method in enum class 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
 
copyFrom(String) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.CopyFieldDefinition.Builder
 
copyTo() - Element in annotation interface org.springframework.data.solr.core.mapping.Indexed
 
copyTo(String...) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition.Builder
 
count() - Method in interface org.springframework.data.solr.repository.SolrRepository
Returns the number of entities available.
count() - Element in annotation interface org.springframework.data.solr.repository.Spellcheck
Specifies the maximum number of spelling suggestions to be returned.
count() - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
count(long) - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
Specifies the maximum number of spelling suggestions to be returned.
count(String, SolrDataQuery) - Method in interface org.springframework.data.solr.core.SolrOperations
return number of elements found by for given query
count(String, SolrDataQuery, Class<?>) - Method in interface org.springframework.data.solr.core.SolrOperations
return number of elements found by for given query
count(String, SolrDataQuery, Class<?>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
count(String, SolrDataQuery, Class<?>, RequestMethod) - Method in interface org.springframework.data.solr.core.SolrOperations
return number of elements found by for given query
count(String, SolrDataQuery, Class<?>, RequestMethod) - Method in class org.springframework.data.solr.core.SolrTemplate
 
count(String, SolrDataQuery, RequestMethod) - Method in interface org.springframework.data.solr.core.SolrOperations
return number of elements found by for given query
count(Query) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
COUNT - Enum constant in enum class org.springframework.data.solr.core.query.FacetOptions.FacetSort
 
COUNT - Enum constant in enum class org.springframework.data.solr.core.query.TermsOptions.Sort
 
CountEntry - Interface in org.springframework.data.solr.core.query.result
 
create() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.CopyFieldDefinition.Builder
 
create() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition.Builder
 
create(CreationalContext<T>, Class<T>) - Method in class org.springframework.data.solr.repository.cdi.SolrRepositoryBean
 
CREATE_MISSING_FIELDS - Enum constant in enum class org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator.Feature
 
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, Class<?>) - Method in class org.springframework.data.solr.core.QueryParserBase
Create SolrClient readable String representation for CalculatedField.
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, Class<?>) - Method in class org.springframework.data.solr.core.QueryParserBase
Create SolrClient readable String representation for Function
createFunctionFragment(Function, int, Class<?>, Function.Context.Target) - 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, Class<?>) - Method in class org.springframework.data.solr.core.DefaultQueryParser
 
createPersistentEntity(TypeInformation<T>) - Method in class org.springframework.data.solr.core.mapping.SimpleSolrMappingContext
 
createPersistentProperty(Property, 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, Class<?>) - 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
createQueryStringFromCriteria(Criteria, Class<?>) - 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
Deprecated.
createQueryStringFromNode(Node, int) - Method in class org.springframework.data.solr.core.QueryParserBase
createQueryStringFromNode(Node, int, Class<?>) - Method in class org.springframework.data.solr.core.QueryParserBase
Create the plain query string representation of the given node using mapping information derived from the domain type.
createQueryStringFromNode(Node, Class<?>) - Method in class org.springframework.data.solr.core.QueryParserBase
Create the plain query string representation of the given node using mapping information derived from the domain type.
createResponse(SolrClient) - Method in class org.springframework.data.solr.core.schema.SolrJsonRequest
 
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(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(Function) - Constructor for class org.springframework.data.solr.core.query.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
 
Criteria.OperationKey - Enum Class 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
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(String, String) - Static method in class org.springframework.data.solr.core.query.CurrencyFunction
Create new CurrencyFunction using ISO-4217 currencyCode representing currency(fieldname,currencyCode)
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)
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 Class in org.springframework.data.solr.core.query.result
 
customConversions() - Method in class org.springframework.data.solr.repository.config.AbstractSolrConfiguration
CustomConversions to be applied by mapping.
CustomConversions - Class in org.springframework.data.solr.core.convert
Deprecated.
since 2.0, use SolrCustomConversions.
CustomConversions() - Constructor for class org.springframework.data.solr.core.convert.CustomConversions
Deprecated.
Create new instance
CustomConversions(List) - Constructor for class org.springframework.data.solr.core.convert.CustomConversions
Deprecated.
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 Class in org.springframework.data.solr.core.convert
Reading Converter parses Date from SolrDocument to DateTime
DateTimeConverters.DateToLocalDateTimeConverter - Enum Class in org.springframework.data.solr.core.convert
Reading Converter parses Date from SolrDocument to LocalDateTime
DateTimeConverters.JavaDateConverter - Enum Class in org.springframework.data.solr.core.convert
Converter used to parse Date to String used for setting SolrQuery query string values
DateTimeConverters.JodaDateTimeConverter - Enum Class in org.springframework.data.solr.core.convert
Converter used to parse DateTime to String used for setting SolrQuery query string values
DateTimeConverters.JodaDateTimeToDateConverter - Enum Class in org.springframework.data.solr.core.convert
Writing Converter converts DateTime to Date so it can be used within SolrInputDocument
DateTimeConverters.JodaLocalDateTimeConverter - Enum Class in org.springframework.data.solr.core.convert
Converter used to parse LocalDateTime to String used for setting SolrQuery query string values
DateTimeConverters.JodaLocalDateTimeToDateConverter - Enum Class in org.springframework.data.solr.core.convert
Writing Converter converts LocalDateTime to Date so it can be used within SolrInputDocument
DateTimeConverters.StringToJodaDateTimeConverter - Enum Class 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
 
defaultedTo(Object) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition.Builder
 
defaultOperator() - Element in annotation interface org.springframework.data.solr.repository.Query
Specifies the default operator q.op
DefaultQueryParser - Class in org.springframework.data.solr.core
Implementation of QueryParser.
DefaultQueryParser(MappingContext) - Constructor for class org.springframework.data.solr.core.DefaultQueryParser
Create a new DefaultQueryParser using the provided MappingContext to map fields to domain domain type properties.
defaultRequestMethod() - Method in class org.springframework.data.solr.repository.config.AbstractSolrConfiguration
Default RequestMethod to be used when sending requests via SolrClient.
DefaultSchemaOperations - Class in org.springframework.data.solr.core.schema
SchemaOperations implementation based on SolrTemplate.
DefaultSchemaOperations(String, SolrTemplate) - Constructor for class org.springframework.data.solr.core.schema.DefaultSchemaOperations
 
defaultValue() - Element in annotation interface org.springframework.data.solr.core.mapping.Indexed
 
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)
defType() - Element in annotation interface org.springframework.data.solr.repository.Query
Specify the default type of the query.
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() - Element in annotation interface org.springframework.data.solr.repository.Query
If set to true matching documents will be removed from index.
delete(String, SolrDataQuery) - Method in interface org.springframework.data.solr.core.SolrOperations
Find and delete all objects matching the provided Query.
delete(String, SolrDataQuery, Class<?>) - Method in interface org.springframework.data.solr.core.SolrOperations
Find and delete all objects matching the provided Query.
delete(String, SolrDataQuery, Class<?>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
delete(T) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
deleteAll() - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
deleteAll(Iterable<? extends T>) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
deleteAllById(Iterable<? extends ID>) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
deleteById(ID) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
deleteByIds(String, String) - Method in interface org.springframework.data.solr.core.SolrOperations
Detele the one object with provided id.
deleteByIds(String, String) - Method in class org.springframework.data.solr.core.SolrTemplate
 
deleteByIds(String, Collection<String>) - Method in interface org.springframework.data.solr.core.SolrOperations
Delete objects with given ids
deleteByIds(String, 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.HttpSolrClientFactory
 
destroy(SolrClient) - Method in class org.springframework.data.solr.server.support.HttpSolrClientFactory
 
dictionaries() - Element in annotation interface org.springframework.data.solr.repository.Spellcheck
This parameter causes Solr to use the dictionary named in the parameter's argument.
dictionaries(String...) - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
This parameter causes Solr to use the dictionary named in the parameter's argument.
disable(SolrPersistentEntitySchemaCreator.Feature) - Method in class org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator
 
distance(String) - Static method in interface org.springframework.data.solr.core.query.Field
Create a Field with given alias for the calculated distance.
distanceAs(String) - Static method in class org.springframework.data.solr.core.query.DistanceField
 
DistanceField - Class in org.springframework.data.solr.core.query
Implementation of CalculatedField for geodist
DistanceField(String) - Constructor for class org.springframework.data.solr.core.query.DistanceField
Create a new DistanceField.
DistanceField(String, String, Point) - Constructor for class org.springframework.data.solr.core.query.DistanceField
Deprecated.
since 4.1. Replace with: DistanceField.distanceAs(String) and add an explicit FilterQuery with a DistanceFunction.
DistanceField(String, Point) - Constructor for class org.springframework.data.solr.core.query.DistanceField
Deprecated.
since 4.1. Replace with: DistanceField.distanceAs(String) and add an explicit FilterQuery with a DistanceFunction.
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 Class in org.springframework.data.solr.core.query
 
distinct() - Element in annotation interface org.springframework.data.solr.repository.SelectiveStats
 
distinct() - Element in annotation interface org.springframework.data.solr.repository.Stats
 
divide(Number) - Static method in class org.springframework.data.solr.core.query.DivideFunction
creates new DivideFunction.Builder for dividing given value
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(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(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, Class<?>) - Method in class org.springframework.data.solr.core.DefaultQueryParser
Convert given Query into a SolrQuery executable via SolrClient
doConstructSolrQuery(TermsQuery, Class<?>) - Method in class org.springframework.data.solr.core.TermsQueryParser
 
doConstructSolrQuery(QUERYTPYE, Class<?>) - Method in class org.springframework.data.solr.core.QueryParserBase
 
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().
DOTALL - Enum constant in enum class org.springframework.data.solr.core.query.TermsOptions.RegexFlag
 
Dynamic - Annotation Interface 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(Collection<SolrPersistentEntitySchemaCreator.Feature>) - Method in class org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator
 
enable(SolrPersistentEntitySchemaCreator.Feature) - Method in class org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator
 
EnableSolrRepositories - Annotation Interface in org.springframework.data.solr.repository.config
Annotation to enable Solr repositories.
ENDS_WITH - Enum constant in enum class org.springframework.data.solr.core.query.Criteria.OperationKey
 
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(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Crotch
 
endsWith(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Node
 
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.Crotch
 
endsWith(String) - Method in class org.springframework.data.solr.core.query.Node
 
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(String...) - Method in class org.springframework.data.solr.core.query.Crotch
 
endsWith(String...) - Method in class org.springframework.data.solr.core.query.Node
 
equals(Object) - Method in class org.springframework.data.solr.core.query.AnyCriteria
 
equals(Object) - Method in class org.springframework.data.solr.core.query.QueryParameterImpl
 
equals(Object) - Method in class org.springframework.data.solr.core.query.result.SpellcheckQueryResult.Alternative
 
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
 
equals(Object) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.CopyFieldDefinition
 
equals(Object) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
EQUALS - Enum constant in enum class org.springframework.data.solr.core.query.Criteria.OperationKey
 
EUCLIDEAN_DISTANCE - Enum constant in enum class org.springframework.data.solr.core.query.DistanceFunction.Power
 
euclideanDistance() - Static method in class org.springframework.data.solr.core.query.DistanceFunction
excludeFilters() - Element in annotation interface org.springframework.data.solr.repository.config.EnableSolrRepositories
Specifies which types are not eligible for component scanning.
execute(Object[]) - Method in class org.springframework.data.solr.repository.query.AbstractSolrQuery
 
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
 
exists(String) - Static method in class org.springframework.data.solr.core.query.ExistsFunction
Creates new ExistsFunction representing exists(fieldname)
exists(Field) - Static method in class org.springframework.data.solr.core.query.ExistsFunction
Creates new ExistsFunction representing exists(field)
exists(Function) - Static method in class org.springframework.data.solr.core.query.ExistsFunction
Creates new ExistsFunction representing exists(function())
existsById(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
 
EXPRESSION - Enum constant in enum class org.springframework.data.solr.core.query.Criteria.OperationKey
 
extendedResults() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
Enable the extended response format, which is more complicated but richer.
extendedResults() - Element in annotation interface org.springframework.data.solr.repository.Spellcheck
This parameter enables/disables the extended response format.

F

Facet - Annotation Interface in org.springframework.data.solr.repository
 
FacetAndHighlightPage<T> - Interface in org.springframework.data.solr.core.query.result
FacetAndHighlightPage holds a page for each field targeted by the facet query, each highlight returned by the highlight query as well as the page values returned by the solr query
FacetAndHighlightQuery - Interface in org.springframework.data.solr.core.query
A Query that combines a FacetQuery and a HighlightQuery
FacetEntry - Interface in org.springframework.data.solr.core.query.result
FacetEntry is returned as result of a FacetQuery holding the key (eg.
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 Class 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
FacetQueryResult<T> - Interface in org.springframework.data.solr.core.query.result
Hold the results of a solr facet query.
facets() - Element in annotation interface org.springframework.data.solr.repository.SelectiveStats
 
facets() - Element in annotation interface org.springframework.data.solr.repository.Stats
 
field() - Element in annotation interface org.springframework.data.solr.repository.SelectiveStats
 
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() - Element in annotation interface org.springframework.data.solr.repository.Facet
facet.field fields to facet on
fields() - Element in annotation interface org.springframework.data.solr.repository.Highlight
Fieldnames to be used for hl.fl.
fields() - Element in annotation interface org.springframework.data.solr.repository.Query
The fields that should be returned from the store.
fields(String...) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
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(Criteria) - Static method in interface org.springframework.data.solr.core.query.FilterQuery
Create a new FilterQuery with the given Criteria.
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.
filters() - Element in annotation interface org.springframework.data.solr.repository.Query
add query to filter results Corresponds to fq
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
 
findAllById(Iterable<ID>) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
findById(ID) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
findDynamicProjection() - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
 
FINISHED - Enum constant in enum class org.springframework.data.solr.core.query.result.Cursor.State
 
first() - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
formatter() - Element in annotation interface org.springframework.data.solr.repository.Highlight
set hl.formatter
forOperations(SolrOperations) - Static method in class org.springframework.data.solr.core.SolrTransactionSynchronizationAdapterBuilder
 
fragsize() - Element in annotation interface org.springframework.data.solr.repository.Highlight
sets hl.fragsize
from(String) - Static method in class org.springframework.data.solr.core.query.Join
 
from(Field) - Static method in class org.springframework.data.solr.core.query.Join
 
fromIndex(String) - Method in class org.springframework.data.solr.core.query.Join.Builder
 
fromMap(Map<String, Object>) - Static method in class org.springframework.data.solr.core.schema.SchemaDefinition.CopyFieldDefinition
 
fromMap(Map<String, Object>) - Static method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
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(Function) - Method in class org.springframework.data.solr.core.query.Node
 
Function - Interface in org.springframework.data.solr.core.query
 
FUNCTION - Enum constant in enum class org.springframework.data.solr.core.query.Criteria.OperationKey
 
Function.Context - Interface in org.springframework.data.solr.core.query
The Function.Context the Function is used in.
Function.Context.Target - Enum Class in org.springframework.data.solr.core.query
The actual context target.
fuzzy(String) - Method in class org.springframework.data.solr.core.query.Criteria
Crates new Criteria.Predicate with trailing ~
fuzzy(String) - 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.Criteria
Crates new Criteria.Predicate with trailing ~ followed by levensteinDistance
fuzzy(String, float) - Method in class org.springframework.data.solr.core.query.Crotch
 
fuzzy(String, float) - Method in class org.springframework.data.solr.core.query.Node
 
FUZZY - Enum constant in enum class org.springframework.data.solr.core.query.Criteria.OperationKey
 

G

GeoConverters - Class in org.springframework.data.solr.core.geo
 
GeoConverters() - Constructor for class org.springframework.data.solr.core.geo.GeoConverters
 
GeoConverters.DistanceToStringConverter - Enum Class in org.springframework.data.solr.core.geo
Converts a Distance to a solrReadable request parameter.
GeoConverters.Point2DToStringConverter - Enum Class in org.springframework.data.solr.core.geo
Converts a Point to a solrReadable request parameter.
GeoConverters.Point3DToStringConverter - Enum Class in org.springframework.data.solr.core.geo
Converts a Point to a solrReadable request parameter.
GeoConverters.StringToPointConverter - Enum Class in org.springframework.data.solr.core.geo
Converts comma separated string to Point.
geodist() - Static method in class org.springframework.data.solr.core.query.GeoDistanceFunction
 
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
 
geoFilter(String, Point) - Static method in interface org.springframework.data.solr.core.query.FilterQuery
Create a new FilterQuery applying a geodist function.
geohash(double, double) - Static method in class org.springframework.data.solr.core.query.GeoHashFunction
 
geohash(Point) - 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)
GET - Enum constant in enum class org.springframework.data.solr.core.RequestMethod
 
getAccuracy() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
 
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.FacetQueryResult
 
getAllFacets() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getAlternatives() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getAlternatives() - Method in interface org.springframework.data.solr.core.query.result.SpellcheckQueryResult
getAlternatives(String) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getAlternatives(String) - Method in interface org.springframework.data.solr.core.query.result.SpellcheckQueryResult
Get the SpellcheckQueryResult.Alternatives for a given term.
getAlternativeTermCount() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
 
getArgumentMap(Function.Context) - Method in interface org.springframework.data.solr.core.query.Function
Get the Map of already Solr readable (converted) arguments for this Function in the given Function.Context.
getArgumentMap(Function.Context) - Method in class org.springframework.data.solr.core.query.GeoDistanceFunction
 
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.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(String, Object, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Executes a realtime get using given id.
getById(String, Object, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
getByIds(String, Collection<?>, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Executes a realtime get using given ids.
getByIds(String, Collection<?>, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
getCachePercent() - Method in class org.springframework.data.solr.core.query.GroupOptions
 
getCollate() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
 
getCollateExtendedResults() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
 
getCollateParams() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
 
getCollectionName() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentEntity
 
getCollectionName() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentEntity
Get the core's name for this entity.
getCollectionName() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
getCollectionName() - Method in interface org.springframework.data.solr.repository.query.SolrEntityInformation
Get the name of the solr collection the entity resides in.
getCollectionName() - Method in class org.springframework.data.solr.repository.support.MappingSolrEntityInformation
 
getContent() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
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
 
getContentType() - Method in class org.springframework.data.solr.core.schema.MappingJacksonResponseParser
 
getConversionService() - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
 
getConvertedContent(Function<? super T, ? extends U>) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
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
 
getCopyFields() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
getCores() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
getCount() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getCount() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
getCount() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
 
getCriteria() - Method in class org.springframework.data.solr.core.query.SimpleFacetAndHighlightQuery
 
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
 
getCustomWriteTargetType(Class<?>) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
get the target conversion type
getDecoratedQuery() - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
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
 
getDestination() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.CopyFieldDefinition
 
getDictionary() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
 
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
 
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
 
getExtendedResults() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
 
getFacetFields() - Method in interface org.springframework.data.solr.core.query.result.FacetQueryResult
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.AbstractFacetAndHighlightQueryDecorator
 
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.SimpleFacetAndHighlightQuery
 
getFacetOptions() - Method in class org.springframework.data.solr.core.query.SimpleFacetQuery
 
getFacetPivotFields() - Method in interface org.springframework.data.solr.core.query.result.FacetQueryResult
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.FacetQueryResult
 
getFacetQueryResult() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getFacetResultPage(String) - Method in interface org.springframework.data.solr.core.query.result.FacetQueryResult
Get Facet results for field with given name
getFacetResultPage(String) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getFacetResultPage(Field) - Method in interface org.springframework.data.solr.core.query.result.FacetQueryResult
Get Facet results for field with given field
getFacetResultPage(Field) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getFacetResultPages() - Method in interface org.springframework.data.solr.core.query.result.FacetQueryResult
 
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(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(String) - Method in class org.springframework.data.solr.core.query.result.SimpleFieldStatsResult
 
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(Field) - 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(String) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
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.
getFieldStatsResult(Field) - 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.
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(String) - Method in interface org.springframework.data.solr.core.query.result.GroupPage
Get a group result with the given name.
getGroupResult(String) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getGroupResult(Field) - Method in interface org.springframework.data.solr.core.query.result.GroupPage
Get a group result done for the given Field.
getGroupResult(Field) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getGroupResult(Function) - Method in interface org.springframework.data.solr.core.query.result.GroupPage
Get a group result done for the given Function.
getGroupResult(Function) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getGroupResult(Query) - Method in interface org.springframework.data.solr.core.query.result.GroupPage
Get a group result done for the given Query.
getGroupResult(Query) - 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.HighlightQueryResult
 
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.AbstractFacetAndHighlightQueryDecorator
 
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.SimpleFacetAndHighlightQuery
 
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.HighlightQueryResult
 
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.SimpleFacetAndHighlightQuery
 
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 class 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
 
getMappedFieldName(String, Class<?>) - Method in class org.springframework.data.solr.core.QueryParserBase
Get the mapped field name using meta information derived from the given domain type.
getMappedFieldName(Field, Class<?>) - Method in class org.springframework.data.solr.core.QueryParserBase
Get the mapped field name using meta information derived from the given domain type.
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
 
getMaxCollationCollectDocs() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
 
getMaxCollationEvaluations() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
 
getMaxCollations() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
 
getMaxCollationTries() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
 
getMaxCount() - Method in class org.springframework.data.solr.core.query.TermsOptions
 
getMaxResultsForSuggest() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
 
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
 
getMeanAsDate() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getMeanAsDate() - Method in interface org.springframework.data.solr.core.query.result.StatsResult
 
getMeanAsDouble() - Method in class org.springframework.data.solr.core.query.result.SimpleStatsResult
 
getMeanAsDouble() - 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
 
getNumber() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getNumberOfElements() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
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
 
getOnlyMorePopular() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
 
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.result.SolrResultPage
 
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.query.SpellcheckOptions
 
getParams() - Method in class org.springframework.data.solr.core.schema.SolrJsonRequest
 
getParent() - Method in class org.springframework.data.solr.core.query.Node
Get parent Node.
getPersistentProperty(String) - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentEntity
 
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 interface org.springframework.data.solr.core.query.result.FacetQueryResult
Get Facet Pivot results for fields with given fields.
getPivot(String) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getPivot(PivotField) - Method in interface org.springframework.data.solr.core.query.result.FacetQueryResult
Get Facet Pivot results for fields with given fields.
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
 
getQuery() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
Get the query to be used for spellchecking.
getQueryLookupStrategy(QueryLookupStrategy.Key, QueryMethodEvaluationContextProvider) - 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 class org.springframework.data.solr.core.query.AnyCriteria
 
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
Deprecated.
getQueryString(SolrDataQuery, Class<?>) - Method in interface org.springframework.data.solr.core.QueryParser
Get the queryString to use withSolrQuery.setParam(CommonParams.Q, "queryString"}
getQueryString(SolrDataQuery, Class<?>) - Method in class org.springframework.data.solr.core.QueryParserBase
 
getQueryType() - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
Get the Class of the originally decorated query.
getRangeFacetResultPage(String) - Method in interface org.springframework.data.solr.core.query.result.FacetQueryResult
Get Range Facet results for field with given name
getRangeFacetResultPage(String) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getRangeFacetResultPage(Field) - Method in interface org.springframework.data.solr.core.query.result.FacetQueryResult
Get Range Facet results for a given field with given name
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
 
getRepositoryFactoryBeanClassName() - Method in class org.springframework.data.solr.repository.config.SolrRepositoryConfigExtension
 
getRequestHandler() - Method in class org.springframework.data.solr.core.query.SimpleFacetAndHighlightQuery
 
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() - Method in class org.springframework.data.solr.core.schema.DefaultSchemaOperations
 
getSchemaName() - Method in interface org.springframework.data.solr.core.schema.SchemaOperations
Get the current schema name.
getSchemaName(String) - Method in class org.springframework.data.solr.core.SolrTemplate
 
getSchemaOperations(String) - Method in interface org.springframework.data.solr.core.SolrOperations
Get the SchemaOperations executable.
getSchemaOperations(String) - Method in class org.springframework.data.solr.core.SolrTemplate
 
getSchemaVersion() - Method in class org.springframework.data.solr.core.schema.DefaultSchemaOperations
 
getSchemaVersion() - Method in interface org.springframework.data.solr.core.schema.SchemaOperations
Get the current schema version.
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.
getScrollPosition() - Method in class org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
 
getSelectiveCalcDistincts() - Method in class org.springframework.data.solr.core.query.StatsOptions
 
getSelectiveFacets() - Method in class org.springframework.data.solr.core.query.StatsOptions
 
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
 
getSize() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
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() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
getSolrClient() - Method in class org.springframework.data.solr.server.support.HttpSolrClientFactory
 
getSolrMappingContext() - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
 
getSolrOperation() - Method in enum class 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.result.SolrResultPage
 
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
 
getSortOr(Sort) - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
getSource() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.CopyFieldDefinition
 
getSpellcheckAnnotation() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
getSpellcheckOptions() - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
getSpellcheckOptions() - Method in interface org.springframework.data.solr.core.query.Query
 
getSpellcheckOptions() - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
getSpellcheckOptions() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
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
 
getSuggestion() - Method in class org.springframework.data.solr.core.query.result.SpellcheckQueryResult.Alternative
 
getSuggestionFrequency() - Method in class org.springframework.data.solr.core.query.result.SpellcheckQueryResult.Alternative
 
getSuggestions() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getSuggestions() - Method in interface org.springframework.data.solr.core.query.result.SpellcheckQueryResult
Get all suggestions.
getSuggestions(String) - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
getSuggestions(String) - Method in interface org.springframework.data.solr.core.query.result.SpellcheckQueryResult
Get the suggestions for a given term.
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
 
getTarget() - Method in interface org.springframework.data.solr.core.query.Function.Context
 
getTargetRepository(RepositoryInformation) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactory
 
getTerm() - Method in class org.springframework.data.solr.core.query.result.SpellcheckQueryResult.Alternative
 
getTerm() - Method in class org.springframework.data.solr.core.query.TermsOptions.BoundTerm
 
getTermFrequency() - Method in class org.springframework.data.solr.core.query.result.SpellcheckQueryResult.Alternative
 
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() - Method in class org.springframework.data.solr.core.query.SimpleUpdateField
 
getValue() - Method in class org.springframework.data.solr.core.query.Criteria.Predicate
 
getValue() - Method in enum class 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
 
getValue(SolrPersistentProperty, Object, Object) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
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 GroupOptions.
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 class org.springframework.data.solr.core.query.result.SolrResultPage
 
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.SolrConverterBase
 
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.AbstractFacetAndHighlightQueryDecorator
 
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.SimpleFacetAndHighlightQuery
 
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.AnyCriteria
 
hashCode() - Method in class org.springframework.data.solr.core.query.QueryParameterImpl
 
hashCode() - Method in class org.springframework.data.solr.core.query.result.SpellcheckQueryResult.Alternative
 
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
 
hashCode() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.CopyFieldDefinition
 
hashCode() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
hasHighlightFields() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hasHighlightOptions() - Method in class org.springframework.data.solr.core.query.AbstractFacetAndHighlightQueryDecorator
 
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.SimpleFacetAndHighlightQuery
 
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.result.SolrResultPage
 
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
 
hasSpellcheck() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
hasStatsDefinition() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
Highlight - Annotation Interface 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 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
HighlightPage holds a page for each field targeted by the highlight query as well as the page values returned by the solr query
HighlightParameter(String, Object) - Constructor for class org.springframework.data.solr.core.query.HighlightOptions.HighlightParameter
 
HighlightQuery - Interface in org.springframework.data.solr.core.query
 
HighlightQueryResult<T> - Interface in org.springframework.data.solr.core.query.result
Hold the results of a solr highlight 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, 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(Iterable<?>) - 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.Crotch
 
in(Iterable<?>) - Method in class org.springframework.data.solr.core.query.Node
 
in(Object...) - 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(Object...) - Method in class org.springframework.data.solr.core.query.Node
 
INC - Enum constant in enum class org.springframework.data.solr.core.query.UpdateAction
 
includeFilters() - Element in annotation interface org.springframework.data.solr.repository.config.EnableSolrRepositories
Specifies which types are eligible for component scanning.
increaseValueOfField(String, Object) - Method in class org.springframework.data.solr.core.query.PartialUpdate
Add field with given name and value using UpdateAction.INC to the fields to be updated.
INDEX - Enum constant in enum class org.springframework.data.solr.core.query.FacetOptions.FacetSort
 
INDEX - Enum constant in enum class org.springframework.data.solr.core.query.TermsOptions.Sort
 
indexed() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition.Builder
 
Indexed - Annotation Interface 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
 
INFINITE_NORM - Enum constant in enum class org.springframework.data.solr.core.query.DistanceFunction.Power
 
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
initCoreContainer() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
INSTANCE - Enum constant in enum class org.springframework.data.solr.core.convert.DateTimeConverters.DateToJodaDateTimeConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.solr.core.convert.DateTimeConverters.DateToLocalDateTimeConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JavaDateConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeToDateConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeToDateConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.solr.core.convert.DateTimeConverters.StringToJodaDateTimeConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.solr.core.convert.NumberConverters.NumberConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.solr.core.geo.GeoConverters.DistanceToStringConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.solr.core.geo.GeoConverters.Point2DToStringConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.solr.core.geo.GeoConverters.Point3DToStringConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.solr.core.geo.GeoConverters.StringToPointConverter
 
INSTANCE - Enum constant in enum class org.springframework.data.solr.core.mapping.SolrPersistentProperty.PropertyToFieldNameConverter
 
is(Iterable<?>) - Method in class org.springframework.data.solr.core.query.Criteria
Creates new Criteria.Predicate without any wildcards for each entry
is(Iterable<?>) - Method in class org.springframework.data.solr.core.query.Crotch
 
is(Iterable<?>) - Method in class org.springframework.data.solr.core.query.Node
 
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.Crotch
 
is(Object) - Method in class org.springframework.data.solr.core.query.Node
 
is(Object...) - Method in class org.springframework.data.solr.core.query.Criteria
Crates 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.Node
 
isCalcDistinct() - Method in class org.springframework.data.solr.core.query.StatsOptions
 
isChildProperty() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
isChildProperty() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
 
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
 
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
 
isDynamicProperty() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
Returns whether the property should be handled as dynamic property.
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
 
isFirst() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
isFunction() - Method in class org.springframework.data.solr.core.query.Criteria.Predicate
 
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
 
isHttpSolrClient(SolrClient) - Method in class org.springframework.data.solr.server.support.HttpSolrClientFactory
 
isIdProperty() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentProperty
 
isInclude() - Method in class org.springframework.data.solr.core.query.TermsOptions.BoundTerm
 
isIndexed() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
isIsSolr7() - Static method in class org.springframework.data.solr.VersionUtil
 
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 !null values
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
 
isPaged() - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
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
 
isScoreProperty() - Method in interface org.springframework.data.solr.core.mapping.SolrPersistentProperty
Returns whether the property is a potential score property of the owning PersistentEntity.
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.SolrConverterBase
 
isSingleton() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactoryBean
 
isSingleton() - Method in class org.springframework.data.solr.server.support.HttpSolrClientFactoryBean
 
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
 
isUnpaged() - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
iterator() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
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 !join operation on documents within a single collection.
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() - Element in annotation interface org.springframework.data.solr.repository.Facet
facet.limit limit number results returned
limit(int) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
LITERAL - Enum constant in enum class org.springframework.data.solr.core.query.TermsOptions.RegexFlag
 

M

MANHATTAN_DISTANCE - Enum constant in enum class org.springframework.data.solr.core.query.DistanceFunction.Power
 
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 SolrDocument/ SolrInputDocument.
MappingSolrConverter(MappingContext<? extends SolrPersistentEntity<?>, SolrPersistentProperty>) - Constructor for class org.springframework.data.solr.core.convert.MappingSolrConverter
 
MappingSolrEntityInformation<T,ID> - 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
 
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
 
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
 
maxCollationCollectDocs() - Element in annotation interface org.springframework.data.solr.repository.Spellcheck
This parameter specifies the maximum number of documents that should be collect when testing potential collations against the index.
maxCollationCollectDocs(long) - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
This parameter specifies the maximum number of documents that should be collect when testing potential collations against the index.
maxCollationEvaluations() - Element in annotation interface org.springframework.data.solr.repository.Spellcheck
This parameter specifies the maximum number of word correction combinations to rank and evaluate prior to deciding which collation candidates to test against the index.
maxCollationEvaluations(long) - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
This parameter specifies the maximum number of word correction combinations to rank and evaluate prior to deciding which collation candidates to test against the index.
maxCollations() - Element in annotation interface org.springframework.data.solr.repository.Spellcheck
The maximum number of collations to return.
maxCollations(long) - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
The maximum number of collations to return.
maxCollationsTries() - Element in annotation interface org.springframework.data.solr.repository.Spellcheck
This parameter specifies the number of collation possibilities for Solr to try before giving up.
maxCollationTries(long) - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
This parameter specifies the number of collation possibilities for Solr to try before giving up.
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)
maxResultsForSuggest() - Element in annotation interface org.springframework.data.solr.repository.Spellcheck
The maximum number of hits the request can return in order to both generate spelling suggestions and set the correctlySpelled element to false.
maxResultsForSuggest(long) - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
The maximum number of hits the request can return in order to both generate spelling suggestions and set the correctlySpelled element to false.
minCount() - Element in annotation interface org.springframework.data.solr.repository.Facet
facet.mincount minimum number of hits for result to be included in response
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.
muliValued() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition.Builder
 
MULTILINE - Enum constant in enum class org.springframework.data.solr.core.query.TermsOptions.RegexFlag
 

N

name() - Element in annotation interface org.springframework.data.solr.core.mapping.Indexed
If not set the fields name or the one defined via Field will be used.
name() - Element in annotation interface org.springframework.data.solr.repository.Query
Named Query Named looked up by repository.
named(String) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition.Builder
 
namedQueriesLocation() - Element in annotation interface org.springframework.data.solr.repository.config.EnableSolrRepositories
Configures the location of where to find the Spring Data named queries properties file.
near(Box) - Method in class org.springframework.data.solr.core.query.Criteria
Creates new Criteria.Predicate for !bbox with exact coordinates.
near(Box) - Method in class org.springframework.data.solr.core.query.Crotch
 
near(Box) - Method in class org.springframework.data.solr.core.query.Node
 
near(Circle) - Method in class org.springframework.data.solr.core.query.Criteria
Creates new Criteria.Predicate for !circle for a specified distance.
near(Point, Distance) - Method in class org.springframework.data.solr.core.query.Criteria
Creates new Criteria.Predicate for !bbox for a specified distance.
near(Point, Distance) - Method in class org.springframework.data.solr.core.query.Crotch
 
near(Point, Distance) - Method in class org.springframework.data.solr.core.query.Node
 
NEAR - Enum constant in enum class org.springframework.data.solr.core.query.Criteria.OperationKey
 
newCopyFieldDefinition() - Static method in class org.springframework.data.solr.core.schema.SchemaDefinition.CopyFieldDefinition
 
newFieldDefinition() - Static method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
newFunctionContext(Class<?>, Function.Context.Target) - Method in class org.springframework.data.solr.core.QueryParserBase
Create new new Function.Context for rendering functions.
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
 
nextPageable() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
Node - Class in org.springframework.data.solr.core.query
 
Node() - Constructor for class org.springframework.data.solr.core.query.Node
 
NONE - Enum constant in enum class org.springframework.data.solr.core.query.Query.Operator
 
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(String) - Static method in class org.springframework.data.solr.core.query.NotFunction
 
not(Field) - 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 Class in org.springframework.data.solr.core.convert
 

O

of(String) - Static method in interface org.springframework.data.solr.core.query.Field
Create a Field with given name.
onApplicationEvent(MappingContextEvent<?, ?>) - Method in class org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator
 
onCollection(String) - Method in class org.springframework.data.solr.core.SolrTransactionSynchronizationAdapterBuilder
 
onlyMorePopular() - Method in class org.springframework.data.solr.core.query.SpellcheckOptions
Limits spellcheck responses to queries that are more popular than the original query.
onlyMorePopular() - Element in annotation interface org.springframework.data.solr.repository.Spellcheck
Limits spellcheck responses to queries that are more popular than the original query.
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
 
OPEN - Enum constant in enum class org.springframework.data.solr.core.query.result.Cursor.State
 
or(String) - Method in class org.springframework.data.solr.core.query.Criteria
 
or(String) - Method in class org.springframework.data.solr.core.query.Crotch
 
or(String) - Method in class org.springframework.data.solr.core.query.Node
Combine node with new Node for given fieldname using and.
or(Node) - Method in class org.springframework.data.solr.core.query.Criteria
 
or(Node) - 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 - Enum constant in enum class org.springframework.data.solr.core.query.Query.Operator
 
org.springframework.data.solr - package org.springframework.data.solr
Root stuff used through out Spring Data for Apache Solr.
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
All the Converters go here.
org.springframework.data.solr.core.geo - package org.springframework.data.solr.core.geo
Apache Solr geo specifics.
org.springframework.data.solr.core.mapping - package org.springframework.data.solr.core.mapping
All the mapping things!
org.springframework.data.solr.core.query - package org.springframework.data.solr.core.query
Query abstractions for SolrQuery.
org.springframework.data.solr.core.query.result - package org.springframework.data.solr.core.query.result
Query result abstractions for Solr returned NamedList.
org.springframework.data.solr.core.schema - package org.springframework.data.solr.core.schema
Everything Apache Solr schema specific.
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
Cdi extension.
org.springframework.data.solr.repository.config - package org.springframework.data.solr.repository.config
Repository configuration and extension support.
org.springframework.data.solr.repository.query - package org.springframework.data.solr.repository.query
Apache Solr specific repository query methods and executions.
org.springframework.data.solr.repository.support - package org.springframework.data.solr.repository.support
Repository support classes for bootstrapping application context.
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
Config support for SolrClient.
org.springframework.data.solr.server.support - package org.springframework.data.solr.server.support
Everything SolrClient and EmbeddedSolrServer related.
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(String, SolrQueryMethod, SolrOperations) - Constructor for class org.springframework.data.solr.repository.query.PartTreeSolrQuery
 
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
 
ping(String) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute ping against SolrClient and return duration in msec
ping(String) - Method in class org.springframework.data.solr.core.SolrTemplate
 
pivot(String...) - Static method in interface org.springframework.data.solr.core.query.Field
Create a Field for the given names.
Pivot - Annotation Interface 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.
pivotMinCount() - Element in annotation interface org.springframework.data.solr.repository.Facet
facet.pivot.mincount minimum number of hits for result to be included in pivot response
pivots() - Element in annotation interface org.springframework.data.solr.repository.Facet
facet.pivot fields to pivot on
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
 
POST - Enum constant in enum class org.springframework.data.solr.core.RequestMethod
 
postfix() - Element in annotation interface org.springframework.data.solr.repository.Highlight
set hl.simple.post in case formatter not set or 'simple' otherwise hl.tag.post
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(String, Object) - Constructor for class org.springframework.data.solr.core.query.Criteria.Predicate
 
Predicate(Criteria.OperationKey, Object) - Constructor for class org.springframework.data.solr.core.query.Criteria.Predicate
 
prefix() - Element in annotation interface org.springframework.data.solr.repository.Facet
facet.prefix
prefix() - Element in annotation interface org.springframework.data.solr.repository.Highlight
set hl.simple.pre in case formatter not set or 'simple' otherwise hl.tag.pre
prefix(String) - Method in class org.springframework.data.solr.core.query.SimpleTermsQuery.Builder
 
prependJoin(String, SolrDataQuery, Class<?>) - Method in class org.springframework.data.solr.core.QueryParserBase
Prepend !join from= to= to given queryString
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
 
previousPageable() - Method in class org.springframework.data.solr.core.query.result.SolrResultPage
 
process(Criteria.Predicate, Field, Class<?>) - Method in interface org.springframework.data.solr.core.QueryParserBase.PredicateProcessor
Create query string representation of given Criteria.Predicate
processHighlightOptions(SolrQuery, HighlightQuery, Class<?>) - 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(String) - 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(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
 
projectAllFields() - Method in interface org.springframework.data.solr.core.query.Query
Shortcut for addProjectionOnField(Field.of("*")) to project all known fields.
PROJECTION - Enum constant in enum class org.springframework.data.solr.core.query.Function.Context.Target
 
publishEvent(Object) - Method in class org.springframework.data.solr.core.mapping.SolrMappingEventPublisher
 
publishEvent(ApplicationEvent) - Method in class org.springframework.data.solr.core.mapping.SolrMappingEventPublisher
 
PUT - Enum constant in enum class org.springframework.data.solr.core.RequestMethod
 

Q

queries() - Element in annotation interface org.springframework.data.solr.repository.Facet
facet.query queries to facet on
query() - Element in annotation interface org.springframework.data.solr.repository.Highlight
Query to be used for hl.q
query(String) - Static method in interface org.springframework.data.solr.core.query.Query
Create a new Query form the given queryString.
query(String) - Static method in class org.springframework.data.solr.core.query.QueryFunction
 
query(String, Query, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute the query against Solr and return result as page.
query(String, Query, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
query(String, Query, Class<T>, RequestMethod) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute the query against Solr and return result as page.
query(String, Query, Class<T>, RequestMethod) - Method in class org.springframework.data.solr.core.SolrTemplate
 
query(Criteria) - Static method in interface org.springframework.data.solr.core.query.Query
Create a new Query for the given Criteria.
query(Criteria) - Static method in class org.springframework.data.solr.core.query.QueryFunction
 
query(Query) - Static method in class org.springframework.data.solr.core.query.QueryFunction
 
Query - Interface in org.springframework.data.solr.core.query
A Query that can be translated into a solr understandable Query.
Query - Annotation Interface in org.springframework.data.solr.repository
 
QUERY - Enum constant in enum class org.springframework.data.solr.core.query.Function.Context.Target
 
Query.Operator - Enum Class 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(String, 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(String, Query, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForFacetAndHighlightPage(String, FacetAndHighlightQuery, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute a query and highlight matches in result
queryForFacetAndHighlightPage(String, FacetAndHighlightQuery, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForFacetAndHighlightPage(String, FacetAndHighlightQuery, Class<T>, RequestMethod) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute a query and highlight matches in result
queryForFacetAndHighlightPage(String, FacetAndHighlightQuery, Class<T>, RequestMethod) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForFacetPage(String, 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(String, FacetQuery, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForFacetPage(String, 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(String, FacetQuery, Class<T>, RequestMethod) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForGroupPage(String, Query, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute the query against solr and return result as GroupPage
queryForGroupPage(String, Query, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForGroupPage(String, Query, Class<T>, RequestMethod) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute the query against solr and return result as GroupPage
queryForGroupPage(String, Query, Class<T>, RequestMethod) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForHighlightPage(String, HighlightQuery, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute a query and highlight matches in result
queryForHighlightPage(String, HighlightQuery, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForHighlightPage(String, HighlightQuery, Class<T>, RequestMethod) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute a query and highlight matches in result
queryForHighlightPage(String, HighlightQuery, Class<T>, RequestMethod) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForObject(String, Query, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute the query against solr and return the first returned object
queryForObject(String, Query, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForObject(String, 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(String, Query, Class<T>, RequestMethod) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForPage(String, Query, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute the query against solr and retrun result as Page
queryForPage(String, Query, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForPage(String, Query, Class<T>, RequestMethod) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute the query against solr and retrun result as Page
queryForPage(String, Query, Class<T>, RequestMethod) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForStatsPage(String, Query, Class<T>) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute the query against Solr and return result as StatsPage.
queryForStatsPage(String, Query, Class<T>) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForStatsPage(String, Query, Class<T>, RequestMethod) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute the query against Solr and return result as StatsPage.
queryForStatsPage(String, Query, Class<T>, RequestMethod) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForTermsPage(String, TermsQuery) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute query using terms handler
queryForTermsPage(String, TermsQuery) - Method in class org.springframework.data.solr.core.SolrTemplate
 
queryForTermsPage(String, TermsQuery, RequestMethod) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute query using terms handler
queryForTermsPage(String, TermsQuery, RequestMethod) - Method in class org.springframework.data.solr.core.SolrTemplate
 
QueryFunction - Class in org.springframework.data.solr.core.query
Implementation of query(x)
queryLookupStrategy() - Element in annotation interface org.springframework.data.solr.repository.config.EnableSolrRepositories
Returns the key of the QueryLookupStrategy to be used for lookup queries for query methods.
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 .
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(MappingContext<? extends SolrPersistentEntity<?>, SolrPersistentProperty>) - 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(MappingContext<? extends SolrPersistentEntity<?>, SolrPersistentProperty>) - 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(Class<R>, SolrDocumentBase) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
read(Class<R>, SolrDocumentBase) - Method in class org.springframework.data.solr.core.convert.SolrJConverter
 
read(SolrDocumentList, Class<R>) - 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(TypeInformation<S>, SolrDocumentBase) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
readonly() - Element in annotation interface org.springframework.data.solr.core.mapping.Indexed
if set to false, field will not be transfered to solr, but can be read from there
readSchema() - Method in class org.springframework.data.solr.core.schema.DefaultSchemaOperations
 
readSchema() - Method in interface org.springframework.data.solr.core.schema.SchemaOperations
Read back the SchemaDefinition from server.
READY - Enum constant in enum class org.springframework.data.solr.core.query.result.Cursor.State
 
REDAY - Enum constant in enum class org.springframework.data.solr.core.query.result.Cursor.State
Deprecated.
since 3.1. Please use READY instead.
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
 
registerCustomConverters(GenericConversionService) - Method in class org.springframework.data.solr.core.convert.SolrConverterBase
register SolrConverterBase.customConversions with SolrConverterBase.conversionService
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
 
removeField(String) - Method in class org.springframework.data.solr.core.schema.DefaultSchemaOperations
 
removeField(String) - Method in interface org.springframework.data.solr.core.schema.SchemaOperations
Remove the field with given name.
removeQueryParameter(String) - Method in class org.springframework.data.solr.core.query.FieldWithQueryParameters
remove parameter with given name
repositoryBaseClass() - Element in annotation interface org.springframework.data.solr.repository.config.EnableSolrRepositories
Configure the repository base class to be used to create repository proxies for this particular configuration.
repositoryFactoryBeanClass() - Element in annotation interface org.springframework.data.solr.repository.config.EnableSolrRepositories
Returns the FactoryBean class to be used for each repository instance.
repositoryImplementationPostfix() - Element in annotation interface org.springframework.data.solr.repository.config.EnableSolrRepositories
Returns the postfix to be used when looking up custom repository implementations.
requestHandler() - Element in annotation interface org.springframework.data.solr.repository.Query
Specifies the request handler qt
RequestMethod - Enum Class in org.springframework.data.solr.core
HTTP request types supported by SolrRequest.
required() - Element in annotation interface org.springframework.data.solr.core.mapping.Indexed
 
required() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition.Builder
 
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.
returnsOptional() - Method in class org.springframework.data.solr.repository.query.SolrQueryMethod
 
rollback(String) - Method in interface org.springframework.data.solr.core.SolrOperations
send rollback command SolrClient.rollback()
rollback(String) - Method in class org.springframework.data.solr.core.SolrTemplate
 

S

save(S) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
save(S, Duration) - Method in interface org.springframework.data.solr.repository.SolrCrudRepository
Saves a given entity and commits withing given Duration.
save(S, Duration) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
saveAll(Iterable<S>) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
saveAll(Iterable<S>, Duration) - Method in interface org.springframework.data.solr.repository.SolrCrudRepository
Saves all given entities and commits withing given Duration.
saveAll(Iterable<S>, Duration) - Method in class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
saveBean(String, Object) - Method in interface org.springframework.data.solr.core.SolrOperations
Execute add operation against solr, which will do either insert or update.
saveBean(String, Object, Duration) - 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(String, Object, Duration) - Method in class org.springframework.data.solr.core.SolrTemplate
 
saveBeans(String, 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(String, Collection<?>, Duration) - 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(String, Collection<?>, Duration) - Method in class org.springframework.data.solr.core.SolrTemplate
 
saveDocument(String, 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(String, SolrInputDocument, Duration) - 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(String, SolrInputDocument, Duration) - Method in class org.springframework.data.solr.core.SolrTemplate
 
saveDocuments(String, 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(String, Collection<SolrInputDocument>, Duration) - 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(String, Collection<SolrInputDocument>, Duration) - Method in class org.springframework.data.solr.core.SolrTemplate
 
schemaCreationSupport() - Element in annotation interface org.springframework.data.solr.repository.config.EnableSolrRepositories
Configure schema creation support using the solr schema api.
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.CopyFieldDefinition.Builder - Class in org.springframework.data.solr.core.schema
 
SchemaDefinition.FieldDefinition - Class in org.springframework.data.solr.core.schema
 
SchemaDefinition.FieldDefinition.Builder - 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
 
SchemaModificationException - Exception in org.springframework.data.solr.core.schema
NonTransientDataAccessException raised when schema modification requests fail.
SchemaModificationException(String) - Constructor for exception org.springframework.data.solr.core.schema.SchemaModificationException
SchemaModificationException(String, Throwable) - Constructor for exception org.springframework.data.solr.core.schema.SchemaModificationException
SchemaOperations - Interface in org.springframework.data.solr.core.schema
Operations interface for executing modification on a managed schema.
schemaSupport() - Method in class org.springframework.data.solr.repository.config.AbstractSolrConfiguration
Score - Annotation Interface in org.springframework.data.solr.core.mapping
Defines the annotated field to store the score of a document within search result.
Score - Annotation Interface in org.springframework.data.solr.repository
Deprecated.
since 4.0. Use Score instead.
ScoredPage<T> - Interface in org.springframework.data.solr.core.query.result
Specific type of Page holding max score information.
searchable() - Element in annotation interface org.springframework.data.solr.core.mapping.Indexed
 
selective() - Element in annotation interface org.springframework.data.solr.repository.Stats
 
SelectiveStats - Annotation Interface in org.springframework.data.solr.repository
Definition of field selective statistical that shall be executed within the request.
SET - Enum constant in enum class org.springframework.data.solr.core.query.UpdateAction
 
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
 
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
 
setDestination(List<String>) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.CopyFieldDefinition
 
setDistinctValues(Collection<Object>) - Method in class org.springframework.data.solr.core.query.result.SimpleFieldStatsResult
 
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.AbstractFacetAndHighlightQueryDecorator
 
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.SimpleFacetAndHighlightQuery
 
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(String) - Method in class org.springframework.data.solr.core.query.result.FieldValueCountEntry
 
setField(Field) - 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 f.&lt;formatter&gt;.hl.fragsize.
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 f.&lt;fieldname&gt;.hl.fragsize.
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.AbstractFacetAndHighlightQueryDecorator
 
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.SimpleFacetAndHighlightQuery
 
setHighlightOptions(HighlightOptions) - Method in class org.springframework.data.solr.core.query.SimpleHighlightQuery
 
setInclude(boolean) - Method in class org.springframework.data.solr.core.query.TermsOptions.BoundTerm
 
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.
setIndexed(boolean) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
setJoin(Join) - Method in class org.springframework.data.solr.core.query.SimpleFacetAndHighlightQuery
Set values for join !join from=inner_id to=outer_id
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 !join from=inner_id to=outer_id
setKey(String) - Method in class org.springframework.data.solr.core.query.Criteria.Predicate
set the operation key to be applied when parsing query
setLimit(int) - Method in class org.springframework.data.solr.core.query.TermsOptions
 
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.
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 f.&lt;fieldname&gt;.hl.fragsize.
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(int) - Method in class org.springframework.data.solr.core.query.TermsOptions
 
setMinCount(Integer) - Method in class org.springframework.data.solr.core.query.FacetOptions.FieldWithFacetParameters
 
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.FacetOptions.FieldWithFacetParameters
 
setOffset(Integer) - Method in class org.springframework.data.solr.core.query.GroupOptions
Sets the initial offset of each group.
setOffset(Long) - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
setOffset(Long) - Method in interface org.springframework.data.solr.core.query.Query
Set the number of rows to skip.
setOffset(Long) - 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.
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 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.SimpleFacetAndHighlightQuery
 
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
 
setSolrClient(SolrClient) - Method in class org.springframework.data.solr.server.support.HttpSolrClientFactory
 
setSolrConverter(SolrConverter) - Method in class org.springframework.data.solr.core.SolrTemplate
 
setSolrConverter(SolrConverter) - Method in class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
 
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.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
 
setSource(String) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.CopyFieldDefinition
 
setSpellcheckOptions(SpellcheckOptions) - Method in class org.springframework.data.solr.core.query.AbstractQueryDecorator
 
setSpellcheckOptions(SpellcheckOptions) - Method in interface org.springframework.data.solr.core.query.Query
Set the SpellcheckOptions to enable spellchecking.
setSpellcheckOptions(SpellcheckOptions) - Method in class org.springframework.data.solr.core.query.SimpleQuery
 
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.SimpleUpdateField
 
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 UpdateAction.SET to the fields to be updated.
setVersion(Double) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition
 
setVersion(Object) - Method in class org.springframework.data.solr.core.query.PartialUpdate
set _version_ of document to apply update to.
shutdownSolrServer() - Method in class org.springframework.data.solr.server.support.EmbeddedSolrServerFactory
 
SimpleCalculatedField - Class in org.springframework.data.solr.core.query
 
SimpleCalculatedField(String, Function) - Constructor for class org.springframework.data.solr.core.query.SimpleCalculatedField
 
SimpleCalculatedField(Function) - Constructor for class org.springframework.data.solr.core.query.SimpleCalculatedField
 
SimpleFacetAndHighlightQuery - Class in org.springframework.data.solr.core.query
Trivial implementation of FacetAndHighlightQuery
SimpleFacetAndHighlightQuery() - Constructor for class org.springframework.data.solr.core.query.SimpleFacetAndHighlightQuery
 
SimpleFacetAndHighlightQuery(Criteria) - Constructor for class org.springframework.data.solr.core.query.SimpleFacetAndHighlightQuery
 
SimpleFacetAndHighlightQuery(Criteria, Pageable) - Constructor for class org.springframework.data.solr.core.query.SimpleFacetAndHighlightQuery
 
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) - Constructor for class org.springframework.data.solr.core.query.SimpleHighlightQuery
 
SimpleHighlightQuery(Criteria, Pageable) - 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(String) - Constructor for class org.springframework.data.solr.core.query.SimpleQuery
 
SimpleQuery(String, Pageable) - Constructor for class org.springframework.data.solr.core.query.SimpleQuery
 
SimpleQuery(Criteria) - Constructor for class org.springframework.data.solr.core.query.SimpleQuery
 
SimpleQuery(Criteria, Pageable) - Constructor for class org.springframework.data.solr.core.query.SimpleQuery
 
SimpleSolrMappingContext - Class in org.springframework.data.solr.core.mapping
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.
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(Property, 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(SolrOperations, Class<T>) - Constructor for class org.springframework.data.solr.repository.support.SimpleSolrRepository
 
SimpleSolrRepository(SolrOperations, SolrEntityInformation<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
 
SLOPPY - Enum constant in enum class org.springframework.data.solr.core.query.Criteria.OperationKey
 
snipplets() - Element in annotation interface org.springframework.data.solr.repository.Highlight
set hl.snipplets
softCommit(String) - Method in interface org.springframework.data.solr.core.SolrOperations
Send soft commmit command SolrClient.commit(boolean, boolean, boolean)
softCommit(String) - 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() - Method in class org.springframework.data.solr.repository.config.AbstractSolrConfiguration
Define the SolrClientFactory to be used.
SolrClientFactory - Interface in org.springframework.data.solr.server
SolrClientFactory replaces SolrServerFactory from version 1.x and provides access to the solrj SolrClient.
solrClientRef() - Element in annotation interface org.springframework.data.solr.repository.config.EnableSolrRepositories
Configures the name of the org.apache.solr.client.solrj bean definition to be used for creating templates
SolrClientUtils - Class in org.springframework.data.solr.server.support
SolrClientUtils replaces SolrServerUtils from version 1.x
solrConverter() - Method in class org.springframework.data.solr.repository.config.AbstractSolrConfiguration
 
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
 
solrCoreName() - Element in annotation interface org.springframework.data.solr.core.mapping.SolrDocument
Deprecated.
since 3.0. Please use SolrDocument.collection().
SolrCrudRepository<T,ID extends Serializable> - Interface in org.springframework.data.solr.repository
 
SolrCustomConversions - Class in org.springframework.data.solr.core.convert
Value object to capture custom conversion.
SolrCustomConversions(List<?>) - Constructor for class org.springframework.data.solr.core.convert.SolrCustomConversions
Create a new SolrCustomConversions instance registering the given converters.
SolrDataQuery - Interface in org.springframework.data.solr.core.query
Common interface for any Query
SolrDocument - Annotation Interface in org.springframework.data.solr.core.mapping
 
SolrEntityInformation<T,ID> - 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
 
solrMappingContext() - Method in class org.springframework.data.solr.repository.config.AbstractSolrConfiguration
 
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) - Constructor for class org.springframework.data.solr.core.query.SolrPageRequest
Creates a new SolrPageRequest with sort parameters applied.
SolrPageRequest(int, int, Sort.Direction, String...) - 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 Class in org.springframework.data.solr.core.schema
 
SolrPersistentProperty - Interface in org.springframework.data.solr.core.mapping
 
SolrPersistentProperty.PropertyToFieldNameConverter - Enum Class 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
 
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, Optional<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(SolrClient) - Constructor for class org.springframework.data.solr.repository.support.SolrRepositoryFactory
 
SolrRepositoryFactory(SolrClient, SolrConverter) - Constructor for class org.springframework.data.solr.repository.support.SolrRepositoryFactory
 
SolrRepositoryFactory(SolrOperations) - Constructor for class org.springframework.data.solr.repository.support.SolrRepositoryFactory
 
SolrRepositoryFactoryBean<T extends org.springframework.data.repository.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(Class<? extends T>) - Constructor for class org.springframework.data.solr.repository.support.SolrRepositoryFactoryBean
Creates a new SolrRepositoryFactoryBean for the given repository interface.
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
 
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() - Method in class org.springframework.data.solr.repository.config.AbstractSolrConfiguration
SolrTemplate - Class in org.springframework.data.solr.core
Implementation of SolrOperations
SolrTemplate(SolrClient) - Constructor for class org.springframework.data.solr.core.SolrTemplate
 
SolrTemplate(SolrClient, RequestMethod) - Constructor for class org.springframework.data.solr.core.SolrTemplate
 
SolrTemplate(SolrClientFactory) - 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
 
SolrTemplate(SolrClientFactory, RequestMethod) - Constructor for class org.springframework.data.solr.core.SolrTemplate
 
solrTemplateRef() - Element in annotation interface org.springframework.data.solr.repository.config.EnableSolrRepositories
Configures the name of the SolrTemplate bean definition to be used to create repositories discovered through this annotation.
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
 
SORT - Enum constant in enum class org.springframework.data.solr.core.query.Function.Context.Target
 
SPARSENESS_CALCULATION - Enum constant in enum class org.springframework.data.solr.core.query.DistanceFunction.Power
 
sparsenessDistance() - Static method in class org.springframework.data.solr.core.query.DistanceFunction
spellcheck() - Static method in class org.springframework.data.solr.core.query.SpellcheckOptions
Creates new SpellcheckOptions.
spellcheck(Query) - Static method in class org.springframework.data.solr.core.query.SpellcheckOptions
Creates new SpellcheckOptions with a given Query.
Spellcheck - Annotation Interface in org.springframework.data.solr.repository
Enable Solr spellcheck component for a repository query method.
Use SpellcheckedPage as method return to access suggestions.
SpellcheckedPage<T> - Interface in org.springframework.data.solr.core.query.result
 
SpellcheckOptions - Class in org.springframework.data.solr.core.query
SpellcheckOptions allows modification of query parameters targeting the SpellCheck component is designed to provide inline query suggestions based on other, similar, terms.
SpellcheckQueryResult - Interface in org.springframework.data.solr.core.query.result
 
SpellcheckQueryResult.Alternative - Class in org.springframework.data.solr.core.query.result
 
STARTS_WITH - Enum constant in enum class org.springframework.data.solr.core.query.Criteria.OperationKey
 
startsWith(Iterable<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.Crotch
 
startsWith(Iterable<String>) - Method in class org.springframework.data.solr.core.query.Node
 
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.Crotch
 
startsWith(String) - Method in class org.springframework.data.solr.core.query.Node
 
startsWith(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.Node
 
Stats - Annotation Interface 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.
stored() - Element in annotation interface org.springframework.data.solr.core.mapping.Indexed
 
stored() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition.Builder
 
StringBasedSolrQuery - Class in org.springframework.data.solr.repository.query
Solr specific implementation of RepositoryQuery that can handle string based queries
StringBasedSolrQuery(String, String, 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
 
StringBasedSolrQuery(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 Class in org.springframework.data.solr.core.query
 
TermsOptions.Sort - Enum Class 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(MappingContext<? extends SolrPersistentEntity<?>, SolrPersistentProperty>) - 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
 
timeAllowed() - Element in annotation interface org.springframework.data.solr.repository.Query
The time in milliseconds allowed for a search to finish.
times(Number) - 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(Field) - 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(double, double) - Method in class org.springframework.data.solr.core.query.GeoDistanceFunction.Builder
 
to(String) - Method in class org.springframework.data.solr.core.query.Join.Builder
 
to(String...) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.CopyFieldDefinition.Builder
 
to(Point) - Method in class org.springframework.data.solr.core.query.GeoDistanceFunction.Builder
 
to(Field) - Method in class org.springframework.data.solr.core.query.Join.Builder
 
Tokenizer() - Constructor for class org.springframework.data.solr.core.schema.SchemaDefinition.Tokenizer
 
toOptional() - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
toScrollPosition() - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
toSolrFunction(Function.Context) - Method in interface org.springframework.data.solr.core.query.Function
Convert the Function to a Solr readable String in the given Function.Context.
toSolrFunction(Function.Context) - Method in class org.springframework.data.solr.core.query.GeoDistanceFunction
 
toString() - Method in class org.springframework.data.solr.core.query.AbstractFunction
 
toString() - Method in class org.springframework.data.solr.core.query.AnyCriteria
 
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 class 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.result.SpellcheckQueryResult.Alternative
 
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.SchemaDefinition.CopyFieldDefinition
 
toString() - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition
 
toString() - Method in class org.springframework.data.solr.core.schema.SolrJsonRequest
 
translateExceptionIfPossible(RuntimeException) - Method in class org.springframework.data.solr.core.SolrExceptionTranslator
 
type() - Element in annotation interface org.springframework.data.solr.core.mapping.Indexed
 
typedAs(String) - Method in class org.springframework.data.solr.core.schema.SchemaDefinition.FieldDefinition.Builder
 

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
 
UNICODE_CASE - Enum constant in enum class org.springframework.data.solr.core.query.TermsOptions.RegexFlag
 
UNIX_LINES - Enum constant in enum class org.springframework.data.solr.core.query.TermsOptions.RegexFlag
 
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 Class 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

value() - Element in annotation interface org.springframework.data.solr.core.mapping.Indexed
if not set the fields name or the one defined via Field will be used
value() - Element in annotation interface org.springframework.data.solr.repository.Boost
 
value() - Element in annotation interface org.springframework.data.solr.repository.config.EnableSolrRepositories
Alias for the EnableSolrRepositories.basePackages() attribute.
value() - Element in annotation interface org.springframework.data.solr.repository.Pivot
facet.pivot definition of a pivot field.
value() - Element in annotation interface org.springframework.data.solr.repository.Query
Solr QueryString to be used when executing query.
value() - Element in annotation interface org.springframework.data.solr.repository.Stats
 
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 class org.springframework.data.solr.core.convert.DateTimeConverters.DateToJodaDateTimeConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.DateToLocalDateTimeConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JavaDateConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeToDateConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeToDateConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.StringToJodaDateTimeConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.convert.NumberConverters.NumberConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.geo.GeoConverters.DistanceToStringConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.geo.GeoConverters.Point2DToStringConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.geo.GeoConverters.Point3DToStringConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.geo.GeoConverters.StringToPointConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.mapping.SolrPersistentProperty.PropertyToFieldNameConverter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.query.Criteria.OperationKey
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.query.DistanceFunction.Power
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.query.FacetOptions.FacetSort
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.query.Function.Context.Target
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.query.Query.Operator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.query.result.Cursor.State
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.query.TermsOptions.RegexFlag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.query.TermsOptions.Sort
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.query.UpdateAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.RequestMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator.Feature
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.DateToJodaDateTimeConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.DateToLocalDateTimeConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JavaDateConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaDateTimeToDateConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.JodaLocalDateTimeToDateConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.convert.DateTimeConverters.StringToJodaDateTimeConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.convert.NumberConverters.NumberConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.geo.GeoConverters.DistanceToStringConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.geo.GeoConverters.Point2DToStringConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.geo.GeoConverters.Point3DToStringConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.geo.GeoConverters.StringToPointConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.mapping.SolrPersistentProperty.PropertyToFieldNameConverter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.query.Criteria.OperationKey
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.query.DistanceFunction.Power
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.query.FacetOptions.FacetSort
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.query.Function.Context.Target
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.query.Query.Operator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.query.result.Cursor.State
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.query.TermsOptions.RegexFlag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.query.TermsOptions.Sort
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.query.UpdateAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.RequestMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.springframework.data.solr.core.schema.SolrPersistentEntitySchemaCreator.Feature
Returns an array containing the constants of this enum class, in the order they are declared.
verify() - Method in class org.springframework.data.solr.core.mapping.SimpleSolrPersistentEntity
 
VersionUtil - Class in org.springframework.data.solr
Version util uses ClassUtils.isPresent(String, ClassLoader) 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(String) - Static method in class org.springframework.data.solr.core.query.IfFunction
 
when(Field) - 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(Field) - Static method in class org.springframework.data.solr.core.query.Criteria
Static factory method to create a new Criteria for provided field
where(Function) - Static method in class org.springframework.data.solr.core.query.Criteria
Static factory method to create a new Criteria for function
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
Creates a SolrTransactionSynchronizationAdapter reacting on TransactionSynchronization.STATUS_COMMITTED and TransactionSynchronization.STATUS_ROLLED_BACK.
within(Circle) - Method in class org.springframework.data.solr.core.query.Criteria
Creates new Criteria.Predicate for !getfilt.
within(Point, Distance) - Method in class org.springframework.data.solr.core.query.Criteria
Creates new Criteria.Predicate for !getfilt.
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
 
WITHIN - Enum constant in enum class org.springframework.data.solr.core.query.Criteria.OperationKey
 
withPage(int) - Method in class org.springframework.data.solr.core.query.SolrPageRequest
 
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, SolrDocumentBase) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
write(Object, SolrDocumentBase) - Method in class org.springframework.data.solr.core.convert.SolrJConverter
 
write(Object, SolrDocumentBase, SolrPersistentEntity<?>) - Method in class org.springframework.data.solr.core.convert.MappingSolrConverter
 
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 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form