| Class and Description |
|---|
| org.springframework.data.solr.core.convert.CustomConversions
since 2.0, use
SolrCustomConversions. |
| Annotation Type and Description |
|---|
| org.springframework.data.solr.repository.Score
since 4.0. Use
Score instead. |
| Constructor and Description |
|---|
| org.springframework.data.solr.core.query.DistanceField(String, Point)
since 4.1. Replace with:
DistanceField.distanceAs(String) and add an explicit FilterQuery with a
DistanceFunction. |
| org.springframework.data.solr.core.query.DistanceField(String, String, Point)
since 4.1. Replace with:
DistanceField.distanceAs(String) and add an explicit FilterQuery with a
DistanceFunction. |
| Enum Constant and Description |
|---|
| org.springframework.data.solr.core.query.result.Cursor.State.REDAY
since 3.1. Please use READY instead.
|
| Annotation Type Element and Description |
|---|
| org.springframework.data.solr.core.mapping.SolrDocument.solrCoreName
since 3.0. Please use
SolrDocument.collection(). |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.