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