public class SolrExtIndexerCronJobModel extends SolrIndexerCronJobModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
INDEXEDPROPERTIES
Generated constant - Attribute key of
SolrExtIndexerCronJob.indexedProperties attribute defined at extension solrfacetsearch. |
static java.lang.String |
INDEXEDTYPE
Generated constant - Attribute key of
SolrExtIndexerCronJob.indexedType attribute defined at extension solrfacetsearch. |
static java.lang.String |
QUERY
Generated constant - Attribute key of
SolrExtIndexerCronJob.query attribute defined at extension solrfacetsearch. |
static java.lang.String |
QUERYPARAMETERPROVIDER
Generated constant - Attribute key of
SolrExtIndexerCronJob.queryParameterProvider attribute defined at extension solrfacetsearch. |
_SOLRFACETSEARCHCONFIG2SOLRINDEXERCRONJOB, FACETSEARCHCONFIG, FACETSEARCHCONFIGPOS, INDEXERHINTS, INDEXEROPERATION_JOBCRONJOBRELATION, ACTIVE, ACTIVECRONJOBHISTORY, ALTERNATIVEDATASOURCEID, CHANGERECORDINGENABLED, CHANGES, CODE, CRONJOBHISTORYENTRIES, CURRENTSTEP, EMAILADDRESS, EMAILNOTIFICATIONTEMPLATE, ENDTIME, ERRORMODE, FILESCOUNT, FILESDAYSOLD, FILESOPERATOR, JOB, LOGFILES, LOGLEVELDATABASE, LOGLEVELFILE, LOGS, LOGSCOUNT, LOGSDAYSOLD, LOGSOPERATOR, LOGTEXT, LOGTODATABASE, LOGTOFILE, NODEGROUP, NODEID, PENDINGSTEPS, PRIORITY, PROCESSEDSTEPS, QUERYCOUNT, REMOVEONEXIT, REQUESTABORT, REQUESTABORTSTEP, RESULT, RETRY, RUNNINGONCLUSTERNODE, SENDEMAIL, SESSIONCONTEXTVALUES, SESSIONCURRENCY, SESSIONLANGUAGE, SESSIONUSER, SINGLEEXECUTABLE, STARTTIME, STATUS, TIMETABLE, TRIGGERS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrExtIndexerCronJobModel()
Generated constructor - Default constructor for generic creation.
|
SolrExtIndexerCronJobModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SolrExtIndexerCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig,
java.lang.String _indexedType,
JobModel _job,
ItemModel _owner,
java.lang.String _query)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrExtIndexerCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig,
java.lang.String _indexedType,
JobModel _job,
java.lang.String _query)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getIndexedProperties()
Generated method - Getter of the
SolrExtIndexerCronJob.indexedProperties attribute defined at extension solrfacetsearch. |
java.lang.String |
getIndexedType()
Generated method - Getter of the
SolrExtIndexerCronJob.indexedType attribute defined at extension solrfacetsearch. |
java.lang.String |
getQuery()
Generated method - Getter of the
SolrExtIndexerCronJob.query attribute defined at extension solrfacetsearch. |
java.lang.String |
getQueryParameterProvider()
Generated method - Getter of the
SolrExtIndexerCronJob.queryParameterProvider attribute defined at extension solrfacetsearch. |
void |
setIndexedProperties(java.util.Collection<java.lang.String> value)
Generated method - Setter of
SolrExtIndexerCronJob.indexedProperties attribute defined at extension solrfacetsearch. |
void |
setIndexedType(java.lang.String value)
Generated method - Setter of
SolrExtIndexerCronJob.indexedType attribute defined at extension solrfacetsearch. |
void |
setQuery(java.lang.String value)
Generated method - Setter of
SolrExtIndexerCronJob.query attribute defined at extension solrfacetsearch. |
void |
setQueryParameterProvider(java.lang.String value)
Generated method - Setter of
SolrExtIndexerCronJob.queryParameterProvider attribute defined at extension solrfacetsearch. |
getFacetSearchConfig, getIndexerHints, getIndexerOperation, setFacetSearchConfig, setIndexerHints, setIndexerOperationgetActive, getActiveCronJobHistory, getAlternativeDataSourceID, getChangeRecordingEnabled, getChanges, getCode, getCronJobHistoryEntries, getCurrentStep, getEmailAddress, getEmailNotificationTemplate, getEndTime, getErrorMode, getFilesCount, getFilesDaysOld, getFilesOperator, getJob, getLogFiles, getLogLevelDatabase, getLogLevelFile, getLogs, getLogsCount, getLogsDaysOld, getLogsOperator, getLogText, getLogToDatabase, getLogToFile, getNodeGroup, getNodeID, getPendingSteps, getPriority, getProcessedSteps, getQueryCount, getRemoveOnExit, getRequestAbort, getRequestAbortStep, getResult, getRetry, getRunningOnClusterNode, getSendEmail, getSessionCurrency, getSessionLanguage, getSessionUser, getSingleExecutable, getStartTime, getStatus, getTimeTable, getTriggers, setActive, setActiveCronJobHistory, setAlternativeDataSourceID, setChangeRecordingEnabled, setCode, setCronJobHistoryEntries, setEmailAddress, setEmailNotificationTemplate, setEndTime, setErrorMode, setFilesCount, setFilesDaysOld, setFilesOperator, setJob, setLogFiles, setLogLevelDatabase, setLogLevelFile, setLogsCount, setLogsDaysOld, setLogsOperator, setLogToDatabase, setLogToFile, setNodeGroup, setNodeID, setPendingSteps, setPriority, setProcessedSteps, setQueryCount, setRemoveOnExit, setRequestAbort, setRequestAbortStep, setResult, setRetry, setRunningOnClusterNode, setSendEmail, setSessionCurrency, setSessionLanguage, setSessionUser, setSingleExecutable, setStartTime, setStatus, setTriggersgetComments, 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 INDEXEDTYPE
SolrExtIndexerCronJob.indexedType attribute defined at extension solrfacetsearch.public static final java.lang.String INDEXEDPROPERTIES
SolrExtIndexerCronJob.indexedProperties attribute defined at extension solrfacetsearch.public static final java.lang.String QUERY
SolrExtIndexerCronJob.query attribute defined at extension solrfacetsearch.public static final java.lang.String QUERYPARAMETERPROVIDER
SolrExtIndexerCronJob.queryParameterProvider attribute defined at extension solrfacetsearch.public SolrExtIndexerCronJobModel()
public SolrExtIndexerCronJobModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SolrExtIndexerCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig, java.lang.String _indexedType, JobModel _job, java.lang.String _query)
_facetSearchConfig - initial attribute declared by type SolrIndexerCronJob at extension solrfacetsearch_indexedType - initial attribute declared by type SolrExtIndexerCronJob at extension solrfacetsearch_job - initial attribute declared by type CronJob at extension processing_query - initial attribute declared by type SolrExtIndexerCronJob at extension solrfacetsearch@Deprecated public SolrExtIndexerCronJobModel(SolrFacetSearchConfigModel _facetSearchConfig, java.lang.String _indexedType, JobModel _job, ItemModel _owner, java.lang.String _query)
_facetSearchConfig - initial attribute declared by type SolrIndexerCronJob at extension solrfacetsearch_indexedType - initial attribute declared by type SolrExtIndexerCronJob at extension solrfacetsearch_job - initial attribute declared by type CronJob at extension processing_owner - initial attribute declared by type Item at extension core_query - initial attribute declared by type SolrExtIndexerCronJob at extension solrfacetsearch@Accessor(qualifier="indexedProperties", type=GETTER) public java.util.Collection<java.lang.String> getIndexedProperties()
SolrExtIndexerCronJob.indexedProperties attribute defined at extension solrfacetsearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="indexedType", type=GETTER) public java.lang.String getIndexedType()
SolrExtIndexerCronJob.indexedType attribute defined at extension solrfacetsearch.@Accessor(qualifier="query", type=GETTER) public java.lang.String getQuery()
SolrExtIndexerCronJob.query attribute defined at extension solrfacetsearch.@Accessor(qualifier="queryParameterProvider", type=GETTER) public java.lang.String getQueryParameterProvider()
SolrExtIndexerCronJob.queryParameterProvider attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexedProperties", type=SETTER) public void setIndexedProperties(java.util.Collection<java.lang.String> value)
SolrExtIndexerCronJob.indexedProperties attribute defined at extension solrfacetsearch.value - the indexedProperties@Accessor(qualifier="indexedType", type=SETTER) public void setIndexedType(java.lang.String value)
SolrExtIndexerCronJob.indexedType attribute defined at extension solrfacetsearch.value - the indexedType@Accessor(qualifier="query", type=SETTER) public void setQuery(java.lang.String value)
SolrExtIndexerCronJob.query attribute defined at extension solrfacetsearch.value - the query@Accessor(qualifier="queryParameterProvider", type=SETTER) public void setQueryParameterProvider(java.lang.String value)
SolrExtIndexerCronJob.queryParameterProvider attribute defined at extension solrfacetsearch.value - the queryParameterProviderCopyright © 2018 SAP SE. All Rights Reserved.