public class SolrIndexedCoresRecordModel extends ItemModel
Deprecated since 6.2, please use SolrIndex instead.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CORENAME
Generated constant - Attribute key of
SolrIndexedCoresRecord.coreName attribute defined at extension solrfacetsearch. |
static String |
CURRENTINDEXDATASUBDIRECTORY
Generated constant - Attribute key of
SolrIndexedCoresRecord.currentIndexDataSubDirectory attribute defined at extension solrfacetsearch. |
static String |
INDEXNAME
Generated constant - Attribute key of
SolrIndexedCoresRecord.indexName attribute defined at extension solrfacetsearch. |
static String |
INDEXOPERATIONS
Generated constant - Attribute key of
SolrIndexedCoresRecord.indexOperations attribute defined at extension solrfacetsearch. |
static String |
INDEXTIME
Generated constant - Attribute key of
SolrIndexedCoresRecord.indexTime attribute defined at extension solrfacetsearch. |
static String |
SERVERMODE
Generated constant - Attribute key of
SolrIndexedCoresRecord.serverMode attribute defined at extension solrfacetsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrIndexedCoresRecordModel()
Generated constructor - Default constructor for generic creation.
|
SolrIndexedCoresRecordModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SolrIndexedCoresRecordModel(String _coreName,
String _indexName)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrIndexedCoresRecordModel(String _coreName,
String _indexName,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCoreName()
Generated method - Getter of the
SolrIndexedCoresRecord.coreName attribute defined at extension solrfacetsearch. |
String |
getCurrentIndexDataSubDirectory()
Generated method - Getter of the
SolrIndexedCoresRecord.currentIndexDataSubDirectory attribute defined at extension solrfacetsearch. |
String |
getIndexName()
Generated method - Getter of the
SolrIndexedCoresRecord.indexName attribute defined at extension solrfacetsearch. |
Collection<SolrIndexOperationRecordModel> |
getIndexOperations()
Generated method - Getter of the
SolrIndexedCoresRecord.indexOperations attribute defined at extension solrfacetsearch. |
Date |
getIndexTime()
Deprecated.
|
SolrServerModes |
getServerMode()
Generated method - Getter of the
SolrIndexedCoresRecord.serverMode attribute defined at extension solrfacetsearch. |
void |
setCoreName(String value)
Generated method - Initial setter of
SolrIndexedCoresRecord.coreName attribute defined at extension solrfacetsearch. |
void |
setCurrentIndexDataSubDirectory(String value)
Generated method - Setter of
SolrIndexedCoresRecord.currentIndexDataSubDirectory attribute defined at extension solrfacetsearch. |
void |
setIndexName(String value)
Generated method - Initial setter of
SolrIndexedCoresRecord.indexName attribute defined at extension solrfacetsearch. |
void |
setIndexOperations(Collection<SolrIndexOperationRecordModel> value)
Generated method - Setter of
SolrIndexedCoresRecord.indexOperations attribute defined at extension solrfacetsearch. |
void |
setIndexTime(Date value)
Deprecated.
|
void |
setServerMode(SolrServerModes value)
Generated method - Setter of
SolrIndexedCoresRecord.serverMode attribute defined at extension solrfacetsearch. |
getComments, getCreationtime, getModifiedtime, getOwner, 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 String _TYPECODE
public static final String CORENAME
SolrIndexedCoresRecord.coreName attribute defined at extension solrfacetsearch.public static final String INDEXNAME
SolrIndexedCoresRecord.indexName attribute defined at extension solrfacetsearch.public static final String INDEXTIME
SolrIndexedCoresRecord.indexTime attribute defined at extension solrfacetsearch.public static final String CURRENTINDEXDATASUBDIRECTORY
SolrIndexedCoresRecord.currentIndexDataSubDirectory attribute defined at extension solrfacetsearch.public static final String SERVERMODE
SolrIndexedCoresRecord.serverMode attribute defined at extension solrfacetsearch.public static final String INDEXOPERATIONS
SolrIndexedCoresRecord.indexOperations attribute defined at extension solrfacetsearch.public SolrIndexedCoresRecordModel()
public SolrIndexedCoresRecordModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SolrIndexedCoresRecordModel(String _coreName, String _indexName)
_coreName - initial attribute declared by type SolrIndexedCoresRecord at extension solrfacetsearch_indexName - initial attribute declared by type SolrIndexedCoresRecord at extension solrfacetsearch@Deprecated public SolrIndexedCoresRecordModel(String _coreName, String _indexName, ItemModel _owner)
_coreName - initial attribute declared by type SolrIndexedCoresRecord at extension solrfacetsearch_indexName - initial attribute declared by type SolrIndexedCoresRecord at extension solrfacetsearch_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="coreName", type=GETTER) public String getCoreName()
SolrIndexedCoresRecord.coreName attribute defined at extension solrfacetsearch.@Accessor(qualifier="currentIndexDataSubDirectory", type=GETTER) public String getCurrentIndexDataSubDirectory()
SolrIndexedCoresRecord.currentIndexDataSubDirectory attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexName", type=GETTER) public String getIndexName()
SolrIndexedCoresRecord.indexName attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexOperations", type=GETTER) public Collection<SolrIndexOperationRecordModel> getIndexOperations()
SolrIndexedCoresRecord.indexOperations attribute defined at extension solrfacetsearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Deprecated @Accessor(qualifier="indexTime", type=GETTER) public Date getIndexTime()
SolrIndexedCoresRecord.indexTime attribute defined at extension solrfacetsearch.@Accessor(qualifier="serverMode", type=GETTER) public SolrServerModes getServerMode()
SolrIndexedCoresRecord.serverMode attribute defined at extension solrfacetsearch.@Accessor(qualifier="coreName", type=SETTER) public void setCoreName(String value)
SolrIndexedCoresRecord.coreName attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.value - the coreName@Accessor(qualifier="currentIndexDataSubDirectory", type=SETTER) public void setCurrentIndexDataSubDirectory(String value)
SolrIndexedCoresRecord.currentIndexDataSubDirectory attribute defined at extension solrfacetsearch.value - the currentIndexDataSubDirectory@Accessor(qualifier="indexName", type=SETTER) public void setIndexName(String value)
SolrIndexedCoresRecord.indexName attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.value - the indexName@Accessor(qualifier="indexOperations", type=SETTER) public void setIndexOperations(Collection<SolrIndexOperationRecordModel> value)
SolrIndexedCoresRecord.indexOperations attribute defined at extension solrfacetsearch.value - the indexOperations@Deprecated @Accessor(qualifier="indexTime", type=SETTER) public void setIndexTime(Date value)
SolrIndexedCoresRecord.indexTime attribute defined at extension solrfacetsearch.value - the indexTime@Accessor(qualifier="serverMode", type=SETTER) public void setServerMode(SolrServerModes value)
SolrIndexedCoresRecord.serverMode attribute defined at extension solrfacetsearch.value - the serverModeCopyright © 2017 SAP SE. All Rights Reserved.