T - public interface SolrPersistentEntity<T> extends org.springframework.data.mapping.PersistentEntity<T,SolrPersistentProperty>
| Type | Property and Description |
|---|---|
boolean |
hasScore
Returns whether the
SolrPersistentEntity has an score property. |
| Modifier and Type | Method and Description |
|---|---|
Float |
getBoost() |
SolrPersistentProperty |
getScoreProperty()
Returns the score property of the
SolrPersistentEntity. |
String |
getSolrCoreName()
Get the core's name for this entity.
|
boolean |
hasScoreProperty()
Returns whether the
SolrPersistentEntity has an score property. |
boolean |
isBoosted() |
doWithAssociations, doWithAssociations, doWithProperties, doWithProperties, findAnnotation, getIdentifierAccessor, getIdProperty, getName, getPersistenceConstructor, getPersistentProperty, getPersistentProperty, getPropertyAccessor, getType, getTypeAlias, getTypeInformation, getVersionProperty, hasIdProperty, hasVersionProperty, isConstructorArgument, isIdProperty, isVersionPropertyboolean hasScoreProperty
SolrPersistentEntity has an score property. If this call returns true,
getScoreProperty() will return a non-null value.String getSolrCoreName()
boolean isBoosted()
Float getBoost()
isBoosted(), null otherwiseboolean hasScoreProperty()
SolrPersistentEntity has an score property. If this call returns true,
getScoreProperty() will return a non-null value.SolrPersistentProperty getScoreProperty()
SolrPersistentEntity. Can be null in case no score property is
available on the entity.SolrPersistentProperty of the PersistentEntity or null if not defined.Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.