public class AbstractSolrSearchProfileModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_SOLRBOOSTRULE2SOLRSEARCHPROFILE
Generated relation code constant for relation
SolrBoostRule2SolrSearchProfile defining source attribute boostRules in extension commercesearch. |
static java.lang.String |
_SOLRFACETRECONFIGURATION2SOLRSEARCHPROFILE
Generated relation code constant for relation
SolrFacetReconfiguration2SolrSearchProfile defining source attribute solrFacetReconfigurations in extension commercesearch. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
BOOSTRULES
Generated constant - Attribute key of
AbstractSolrSearchProfile.boostRules attribute defined at extension commercesearch. |
static java.lang.String |
CODE
Generated constant - Attribute key of
AbstractSolrSearchProfile.code attribute defined at extension commercesearch. |
static java.lang.String |
DESCRIPTION
Generated constant - Attribute key of
AbstractSolrSearchProfile.description attribute defined at extension commercesearch. |
static java.lang.String |
INDEXEDTYPE
Generated constant - Attribute key of
AbstractSolrSearchProfile.indexedType attribute defined at extension commercesearch. |
static java.lang.String |
SOLRFACETRECONFIGURATIONS
Generated constant - Attribute key of
AbstractSolrSearchProfile.solrFacetReconfigurations attribute defined at extension commercesearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
AbstractSolrSearchProfileModel()
Generated constructor - Default constructor for generic creation.
|
AbstractSolrSearchProfileModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
AbstractSolrSearchProfileModel(java.lang.String _code,
SolrIndexedTypeModel _indexedType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
AbstractSolrSearchProfileModel(java.lang.String _code,
SolrIndexedTypeModel _indexedType,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SolrBoostRuleModel> |
getBoostRules()
Generated method - Getter of the
AbstractSolrSearchProfile.boostRules attribute defined at extension commercesearch. |
java.lang.String |
getCode()
Generated method - Getter of the
AbstractSolrSearchProfile.code attribute defined at extension commercesearch. |
java.lang.String |
getDescription()
Generated method - Getter of the
AbstractSolrSearchProfile.description dynamic attribute defined at extension commercesearch. |
SolrIndexedTypeModel |
getIndexedType()
Generated method - Getter of the
AbstractSolrSearchProfile.indexedType attribute defined at extension commercesearch. |
java.util.Collection<SolrFacetReconfigurationModel> |
getSolrFacetReconfigurations()
Generated method - Getter of the
AbstractSolrSearchProfile.solrFacetReconfigurations attribute defined at extension commercesearch. |
void |
setBoostRules(java.util.Collection<SolrBoostRuleModel> value)
Generated method - Setter of
AbstractSolrSearchProfile.boostRules attribute defined at extension commercesearch. |
void |
setCode(java.lang.String value)
Generated method - Setter of
AbstractSolrSearchProfile.code attribute defined at extension commercesearch. |
void |
setIndexedType(SolrIndexedTypeModel value)
Generated method - Setter of
AbstractSolrSearchProfile.indexedType attribute defined at extension commercesearch. |
void |
setSolrFacetReconfigurations(java.util.Collection<SolrFacetReconfigurationModel> value)
Generated method - Setter of
AbstractSolrSearchProfile.solrFacetReconfigurations attribute defined at extension commercesearch. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String _SOLRFACETRECONFIGURATION2SOLRSEARCHPROFILE
SolrFacetReconfiguration2SolrSearchProfile defining source attribute solrFacetReconfigurations in extension commercesearch.public static final java.lang.String _SOLRBOOSTRULE2SOLRSEARCHPROFILE
SolrBoostRule2SolrSearchProfile defining source attribute boostRules in extension commercesearch.public static final java.lang.String CODE
AbstractSolrSearchProfile.code attribute defined at extension commercesearch.public static final java.lang.String INDEXEDTYPE
AbstractSolrSearchProfile.indexedType attribute defined at extension commercesearch.public static final java.lang.String DESCRIPTION
AbstractSolrSearchProfile.description attribute defined at extension commercesearch.public static final java.lang.String SOLRFACETRECONFIGURATIONS
AbstractSolrSearchProfile.solrFacetReconfigurations attribute defined at extension commercesearch.public static final java.lang.String BOOSTRULES
AbstractSolrSearchProfile.boostRules attribute defined at extension commercesearch.public AbstractSolrSearchProfileModel()
public AbstractSolrSearchProfileModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public AbstractSolrSearchProfileModel(java.lang.String _code,
SolrIndexedTypeModel _indexedType)
_code - initial attribute declared by type AbstractSolrSearchProfile at extension commercesearch_indexedType - initial attribute declared by type AbstractSolrSearchProfile at extension commercesearch@Deprecated
public AbstractSolrSearchProfileModel(java.lang.String _code,
SolrIndexedTypeModel _indexedType,
ItemModel _owner)
_code - initial attribute declared by type AbstractSolrSearchProfile at extension commercesearch_indexedType - initial attribute declared by type AbstractSolrSearchProfile at extension commercesearch_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="boostRules", type=GETTER) public java.util.Collection<SolrBoostRuleModel> getBoostRules()
AbstractSolrSearchProfile.boostRules attribute defined at extension commercesearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
AbstractSolrSearchProfile.code attribute defined at extension commercesearch.@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription()
AbstractSolrSearchProfile.description dynamic attribute defined at extension commercesearch.@Accessor(qualifier="indexedType", type=GETTER) public SolrIndexedTypeModel getIndexedType()
AbstractSolrSearchProfile.indexedType attribute defined at extension commercesearch.@Accessor(qualifier="solrFacetReconfigurations", type=GETTER) public java.util.Collection<SolrFacetReconfigurationModel> getSolrFacetReconfigurations()
AbstractSolrSearchProfile.solrFacetReconfigurations attribute defined at extension commercesearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="boostRules", type=SETTER) public void setBoostRules(java.util.Collection<SolrBoostRuleModel> value)
AbstractSolrSearchProfile.boostRules attribute defined at extension commercesearch.value - the boostRules@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
AbstractSolrSearchProfile.code attribute defined at extension commercesearch.value - the code@Accessor(qualifier="indexedType", type=SETTER) public void setIndexedType(SolrIndexedTypeModel value)
AbstractSolrSearchProfile.indexedType attribute defined at extension commercesearch.value - the indexedType@Accessor(qualifier="solrFacetReconfigurations", type=SETTER) public void setSolrFacetReconfigurations(java.util.Collection<SolrFacetReconfigurationModel> value)
AbstractSolrSearchProfile.solrFacetReconfigurations attribute defined at extension commercesearch.value - the solrFacetReconfigurationsCopyright © 2018 SAP SE. All Rights Reserved.