public class SolrIndexModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ACTIVE
Generated constant - Attribute key of
SolrIndex.active attribute defined at extension solrfacetsearch. |
static java.lang.String |
FACETSEARCHCONFIG
Generated constant - Attribute key of
SolrIndex.facetSearchConfig attribute defined at extension solrfacetsearch. |
static java.lang.String |
INDEXEDTYPE
Generated constant - Attribute key of
SolrIndex.indexedType attribute defined at extension solrfacetsearch. |
static java.lang.String |
INDEXOPERATIONS
Generated constant - Attribute key of
SolrIndex.indexOperations attribute defined at extension solrfacetsearch. |
static java.lang.String |
QUALIFIER
Generated constant - Attribute key of
SolrIndex.qualifier attribute defined at extension solrfacetsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrIndexModel()
Generated constructor - Default constructor for generic creation.
|
SolrIndexModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SolrIndexModel(SolrFacetSearchConfigModel _facetSearchConfig,
SolrIndexedTypeModel _indexedType,
ItemModel _owner,
java.lang.String _qualifier)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrIndexModel(SolrFacetSearchConfigModel _facetSearchConfig,
SolrIndexedTypeModel _indexedType,
java.lang.String _qualifier)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
SolrFacetSearchConfigModel |
getFacetSearchConfig()
Generated method - Getter of the
SolrIndex.facetSearchConfig attribute defined at extension solrfacetsearch. |
SolrIndexedTypeModel |
getIndexedType()
Generated method - Getter of the
SolrIndex.indexedType attribute defined at extension solrfacetsearch. |
java.util.Collection<SolrIndexOperationModel> |
getIndexOperations()
Generated method - Getter of the
SolrIndex.indexOperations attribute defined at extension solrfacetsearch. |
java.lang.String |
getQualifier()
Generated method - Getter of the
SolrIndex.qualifier attribute defined at extension solrfacetsearch. |
boolean |
isActive()
Generated method - Getter of the
SolrIndex.active attribute defined at extension solrfacetsearch. |
void |
setActive(boolean value)
Generated method - Setter of
SolrIndex.active attribute defined at extension solrfacetsearch. |
void |
setFacetSearchConfig(SolrFacetSearchConfigModel value)
Generated method - Initial setter of
SolrIndex.facetSearchConfig attribute defined at extension solrfacetsearch. |
void |
setIndexedType(SolrIndexedTypeModel value)
Generated method - Initial setter of
SolrIndex.indexedType attribute defined at extension solrfacetsearch. |
void |
setIndexOperations(java.util.Collection<SolrIndexOperationModel> value)
Generated method - Setter of
SolrIndex.indexOperations attribute defined at extension solrfacetsearch. |
void |
setQualifier(java.lang.String value)
Generated method - Initial setter of
SolrIndex.qualifier attribute defined at extension solrfacetsearch. |
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 FACETSEARCHCONFIG
SolrIndex.facetSearchConfig attribute defined at extension solrfacetsearch.public static final java.lang.String INDEXEDTYPE
SolrIndex.indexedType attribute defined at extension solrfacetsearch.public static final java.lang.String QUALIFIER
SolrIndex.qualifier attribute defined at extension solrfacetsearch.public static final java.lang.String ACTIVE
SolrIndex.active attribute defined at extension solrfacetsearch.public static final java.lang.String INDEXOPERATIONS
SolrIndex.indexOperations attribute defined at extension solrfacetsearch.public SolrIndexModel()
public SolrIndexModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SolrIndexModel(SolrFacetSearchConfigModel _facetSearchConfig, SolrIndexedTypeModel _indexedType, java.lang.String _qualifier)
_facetSearchConfig - initial attribute declared by type SolrIndex at extension solrfacetsearch_indexedType - initial attribute declared by type SolrIndex at extension solrfacetsearch_qualifier - initial attribute declared by type SolrIndex at extension solrfacetsearch@Deprecated public SolrIndexModel(SolrFacetSearchConfigModel _facetSearchConfig, SolrIndexedTypeModel _indexedType, ItemModel _owner, java.lang.String _qualifier)
_facetSearchConfig - initial attribute declared by type SolrIndex at extension solrfacetsearch_indexedType - initial attribute declared by type SolrIndex at extension solrfacetsearch_owner - initial attribute declared by type Item at extension core_qualifier - initial attribute declared by type SolrIndex at extension solrfacetsearch@Accessor(qualifier="facetSearchConfig", type=GETTER) public SolrFacetSearchConfigModel getFacetSearchConfig()
SolrIndex.facetSearchConfig attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexedType", type=GETTER) public SolrIndexedTypeModel getIndexedType()
SolrIndex.indexedType attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexOperations", type=GETTER) public java.util.Collection<SolrIndexOperationModel> getIndexOperations()
SolrIndex.indexOperations attribute defined at extension solrfacetsearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="qualifier", type=GETTER) public java.lang.String getQualifier()
SolrIndex.qualifier attribute defined at extension solrfacetsearch.@Accessor(qualifier="active", type=GETTER) public boolean isActive()
SolrIndex.active attribute defined at extension solrfacetsearch.@Accessor(qualifier="active", type=SETTER) public void setActive(boolean value)
SolrIndex.active attribute defined at extension solrfacetsearch.value - the active@Accessor(qualifier="facetSearchConfig", type=SETTER) public void setFacetSearchConfig(SolrFacetSearchConfigModel value)
SolrIndex.facetSearchConfig attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.value - the facetSearchConfig@Accessor(qualifier="indexedType", type=SETTER) public void setIndexedType(SolrIndexedTypeModel value)
SolrIndex.indexedType attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.value - the indexedType@Accessor(qualifier="indexOperations", type=SETTER) public void setIndexOperations(java.util.Collection<SolrIndexOperationModel> value)
SolrIndex.indexOperations attribute defined at extension solrfacetsearch.value - the indexOperations@Accessor(qualifier="qualifier", type=SETTER) public void setQualifier(java.lang.String value)
SolrIndex.qualifier attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.value - the qualifierCopyright © 2018 SAP SE. All Rights Reserved.