public class SolrIndexerDistributedProcessModel extends SimpleDistributedProcessModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
EXTERNALINDEXOPERATION
Generated constant - Attribute key of
SolrIndexerDistributedProcess.externalIndexOperation attribute defined at extension solrfacetsearch. |
static java.lang.String |
FACETSEARCHCONFIG
Generated constant - Attribute key of
SolrIndexerDistributedProcess.facetSearchConfig attribute defined at extension solrfacetsearch. |
static java.lang.String |
INDEX
Generated constant - Attribute key of
SolrIndexerDistributedProcess.index attribute defined at extension solrfacetsearch. |
static java.lang.String |
INDEXEDPROPERTIES
Generated constant - Attribute key of
SolrIndexerDistributedProcess.indexedProperties attribute defined at extension solrfacetsearch. |
static java.lang.String |
INDEXEDTYPE
Generated constant - Attribute key of
SolrIndexerDistributedProcess.indexedType attribute defined at extension solrfacetsearch. |
static java.lang.String |
INDEXERHINTS
Generated constant - Attribute key of
SolrIndexerDistributedProcess.indexerHints attribute defined at extension solrfacetsearch. |
static java.lang.String |
INDEXOPERATION
Generated constant - Attribute key of
SolrIndexerDistributedProcess.indexOperation attribute defined at extension solrfacetsearch. |
static java.lang.String |
INDEXOPERATIONID
Generated constant - Attribute key of
SolrIndexerDistributedProcess.indexOperationId attribute defined at extension solrfacetsearch. |
static java.lang.String |
SESSIONCURRENCY
Generated constant - Attribute key of
SolrIndexerDistributedProcess.sessionCurrency attribute defined at extension solrfacetsearch. |
static java.lang.String |
SESSIONLANGUAGE
Generated constant - Attribute key of
SolrIndexerDistributedProcess.sessionLanguage attribute defined at extension solrfacetsearch. |
static java.lang.String |
SESSIONUSER
Generated constant - Attribute key of
SolrIndexerDistributedProcess.sessionUser attribute defined at extension solrfacetsearch. |
BATCHSIZEBATCHES, CODE, CURRENTEXECUTIONID, EXTENDEDSTATUS, HANDLERBEANID, NODEGROUP, PROGRESS, STATE, STATUS, STOPREQUESTED_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrIndexerDistributedProcessModel()
Generated constructor - Default constructor for generic creation.
|
SolrIndexerDistributedProcessModel(int _batchSize,
java.lang.String _code,
java.lang.String _currentExecutionId,
java.lang.String _handlerBeanId,
java.lang.String _nodeGroup,
ItemModel _owner,
DistributedProcessState _state)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrIndexerDistributedProcessModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SolrIndexerDistributedProcessModel(java.lang.String _code,
java.lang.String _currentExecutionId,
DistributedProcessState _state)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFacetSearchConfig()
Generated method - Getter of the
SolrIndexerDistributedProcess.facetSearchConfig attribute defined at extension solrfacetsearch. |
java.lang.String |
getIndex()
Generated method - Getter of the
SolrIndexerDistributedProcess.index attribute defined at extension solrfacetsearch. |
java.util.Collection<java.lang.String> |
getIndexedProperties()
Generated method - Getter of the
SolrIndexerDistributedProcess.indexedProperties attribute defined at extension solrfacetsearch. |
java.lang.String |
getIndexedType()
Generated method - Getter of the
SolrIndexerDistributedProcess.indexedType attribute defined at extension solrfacetsearch. |
java.util.Map<java.lang.String,java.lang.String> |
getIndexerHints()
Generated method - Getter of the
SolrIndexerDistributedProcess.indexerHints attribute defined at extension solrfacetsearch. |
IndexerOperationValues |
getIndexOperation()
Generated method - Getter of the
SolrIndexerDistributedProcess.indexOperation attribute defined at extension solrfacetsearch. |
long |
getIndexOperationId()
Generated method - Getter of the
SolrIndexerDistributedProcess.indexOperationId attribute defined at extension solrfacetsearch. |
java.lang.String |
getSessionCurrency()
Generated method - Getter of the
SolrIndexerDistributedProcess.sessionCurrency attribute defined at extension solrfacetsearch. |
java.lang.String |
getSessionLanguage()
Generated method - Getter of the
SolrIndexerDistributedProcess.sessionLanguage attribute defined at extension solrfacetsearch. |
java.lang.String |
getSessionUser()
Generated method - Getter of the
SolrIndexerDistributedProcess.sessionUser attribute defined at extension solrfacetsearch. |
boolean |
isExternalIndexOperation()
Generated method - Getter of the
SolrIndexerDistributedProcess.externalIndexOperation attribute defined at extension solrfacetsearch. |
void |
setExternalIndexOperation(boolean value)
Generated method - Setter of
SolrIndexerDistributedProcess.externalIndexOperation attribute defined at extension solrfacetsearch. |
void |
setFacetSearchConfig(java.lang.String value)
Generated method - Setter of
SolrIndexerDistributedProcess.facetSearchConfig attribute defined at extension solrfacetsearch. |
void |
setIndex(java.lang.String value)
Generated method - Setter of
SolrIndexerDistributedProcess.index attribute defined at extension solrfacetsearch. |
void |
setIndexedProperties(java.util.Collection<java.lang.String> value)
Generated method - Setter of
SolrIndexerDistributedProcess.indexedProperties attribute defined at extension solrfacetsearch. |
void |
setIndexedType(java.lang.String value)
Generated method - Setter of
SolrIndexerDistributedProcess.indexedType attribute defined at extension solrfacetsearch. |
void |
setIndexerHints(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of
SolrIndexerDistributedProcess.indexerHints attribute defined at extension solrfacetsearch. |
void |
setIndexOperation(IndexerOperationValues value)
Generated method - Setter of
SolrIndexerDistributedProcess.indexOperation attribute defined at extension solrfacetsearch. |
void |
setIndexOperationId(long value)
Generated method - Setter of
SolrIndexerDistributedProcess.indexOperationId attribute defined at extension solrfacetsearch. |
void |
setSessionCurrency(java.lang.String value)
Generated method - Setter of
SolrIndexerDistributedProcess.sessionCurrency attribute defined at extension solrfacetsearch. |
void |
setSessionLanguage(java.lang.String value)
Generated method - Setter of
SolrIndexerDistributedProcess.sessionLanguage attribute defined at extension solrfacetsearch. |
void |
setSessionUser(java.lang.String value)
Generated method - Setter of
SolrIndexerDistributedProcess.sessionUser attribute defined at extension solrfacetsearch. |
getBatchSize, setBatchSizegetBatches, getCode, getCurrentExecutionId, getExtendedStatus, getHandlerBeanId, getNodeGroup, getProgress, getState, getStatus, isStopRequested, setBatches, setCode, setCurrentExecutionId, setExtendedStatus, setHandlerBeanId, setNodeGroup, setProgress, setState, setStatus, setStopRequestedgetComments, 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 SESSIONUSER
SolrIndexerDistributedProcess.sessionUser attribute defined at extension solrfacetsearch.public static final java.lang.String SESSIONLANGUAGE
SolrIndexerDistributedProcess.sessionLanguage attribute defined at extension solrfacetsearch.public static final java.lang.String SESSIONCURRENCY
SolrIndexerDistributedProcess.sessionCurrency attribute defined at extension solrfacetsearch.public static final java.lang.String INDEXOPERATIONID
SolrIndexerDistributedProcess.indexOperationId attribute defined at extension solrfacetsearch.public static final java.lang.String INDEXOPERATION
SolrIndexerDistributedProcess.indexOperation attribute defined at extension solrfacetsearch.public static final java.lang.String EXTERNALINDEXOPERATION
SolrIndexerDistributedProcess.externalIndexOperation attribute defined at extension solrfacetsearch.public static final java.lang.String FACETSEARCHCONFIG
SolrIndexerDistributedProcess.facetSearchConfig attribute defined at extension solrfacetsearch.public static final java.lang.String INDEXEDTYPE
SolrIndexerDistributedProcess.indexedType attribute defined at extension solrfacetsearch.public static final java.lang.String INDEXEDPROPERTIES
SolrIndexerDistributedProcess.indexedProperties attribute defined at extension solrfacetsearch.public static final java.lang.String INDEX
SolrIndexerDistributedProcess.index attribute defined at extension solrfacetsearch.public static final java.lang.String INDEXERHINTS
SolrIndexerDistributedProcess.indexerHints attribute defined at extension solrfacetsearch.public SolrIndexerDistributedProcessModel()
public SolrIndexerDistributedProcessModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public SolrIndexerDistributedProcessModel(java.lang.String _code,
java.lang.String _currentExecutionId,
DistributedProcessState _state)
_code - initial attribute declared by type DistributedProcess at extension processing_currentExecutionId - initial attribute declared by type DistributedProcess at extension processing_state - initial attribute declared by type DistributedProcess at extension processing@Deprecated
public SolrIndexerDistributedProcessModel(int _batchSize,
java.lang.String _code,
java.lang.String _currentExecutionId,
java.lang.String _handlerBeanId,
java.lang.String _nodeGroup,
ItemModel _owner,
DistributedProcessState _state)
_batchSize - initial attribute declared by type SimpleDistributedProcess at extension processing_code - initial attribute declared by type DistributedProcess at extension processing_currentExecutionId - initial attribute declared by type DistributedProcess at extension processing_handlerBeanId - initial attribute declared by type DistributedProcess at extension processing_nodeGroup - initial attribute declared by type DistributedProcess at extension processing_owner - initial attribute declared by type Item at extension core_state - initial attribute declared by type DistributedProcess at extension processing@Accessor(qualifier="facetSearchConfig", type=GETTER) public java.lang.String getFacetSearchConfig()
SolrIndexerDistributedProcess.facetSearchConfig attribute defined at extension solrfacetsearch.@Accessor(qualifier="index", type=GETTER) public java.lang.String getIndex()
SolrIndexerDistributedProcess.index attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexedProperties", type=GETTER) public java.util.Collection<java.lang.String> getIndexedProperties()
SolrIndexerDistributedProcess.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()
SolrIndexerDistributedProcess.indexedType attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexerHints", type=GETTER) public java.util.Map<java.lang.String,java.lang.String> getIndexerHints()
SolrIndexerDistributedProcess.indexerHints attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexOperation", type=GETTER) public IndexerOperationValues getIndexOperation()
SolrIndexerDistributedProcess.indexOperation attribute defined at extension solrfacetsearch.@Accessor(qualifier="indexOperationId", type=GETTER) public long getIndexOperationId()
SolrIndexerDistributedProcess.indexOperationId attribute defined at extension solrfacetsearch.@Accessor(qualifier="sessionCurrency", type=GETTER) public java.lang.String getSessionCurrency()
SolrIndexerDistributedProcess.sessionCurrency attribute defined at extension solrfacetsearch.@Accessor(qualifier="sessionLanguage", type=GETTER) public java.lang.String getSessionLanguage()
SolrIndexerDistributedProcess.sessionLanguage attribute defined at extension solrfacetsearch.@Accessor(qualifier="sessionUser", type=GETTER) public java.lang.String getSessionUser()
SolrIndexerDistributedProcess.sessionUser attribute defined at extension solrfacetsearch.@Accessor(qualifier="externalIndexOperation", type=GETTER) public boolean isExternalIndexOperation()
SolrIndexerDistributedProcess.externalIndexOperation attribute defined at extension solrfacetsearch.@Accessor(qualifier="externalIndexOperation", type=SETTER) public void setExternalIndexOperation(boolean value)
SolrIndexerDistributedProcess.externalIndexOperation attribute defined at extension solrfacetsearch.value - the externalIndexOperation@Accessor(qualifier="facetSearchConfig", type=SETTER) public void setFacetSearchConfig(java.lang.String value)
SolrIndexerDistributedProcess.facetSearchConfig attribute defined at extension solrfacetsearch.value - the facetSearchConfig@Accessor(qualifier="index", type=SETTER) public void setIndex(java.lang.String value)
SolrIndexerDistributedProcess.index attribute defined at extension solrfacetsearch.value - the index@Accessor(qualifier="indexedProperties", type=SETTER) public void setIndexedProperties(java.util.Collection<java.lang.String> value)
SolrIndexerDistributedProcess.indexedProperties attribute defined at extension solrfacetsearch.value - the indexedProperties@Accessor(qualifier="indexedType", type=SETTER) public void setIndexedType(java.lang.String value)
SolrIndexerDistributedProcess.indexedType attribute defined at extension solrfacetsearch.value - the indexedType@Accessor(qualifier="indexerHints", type=SETTER) public void setIndexerHints(java.util.Map<java.lang.String,java.lang.String> value)
SolrIndexerDistributedProcess.indexerHints attribute defined at extension solrfacetsearch.value - the indexerHints@Accessor(qualifier="indexOperation", type=SETTER) public void setIndexOperation(IndexerOperationValues value)
SolrIndexerDistributedProcess.indexOperation attribute defined at extension solrfacetsearch.value - the indexOperation@Accessor(qualifier="indexOperationId", type=SETTER) public void setIndexOperationId(long value)
SolrIndexerDistributedProcess.indexOperationId attribute defined at extension solrfacetsearch.value - the indexOperationId@Accessor(qualifier="sessionCurrency", type=SETTER) public void setSessionCurrency(java.lang.String value)
SolrIndexerDistributedProcess.sessionCurrency attribute defined at extension solrfacetsearch.value - the sessionCurrency@Accessor(qualifier="sessionLanguage", type=SETTER) public void setSessionLanguage(java.lang.String value)
SolrIndexerDistributedProcess.sessionLanguage attribute defined at extension solrfacetsearch.value - the sessionLanguageCopyright © 2018 SAP SE. All Rights Reserved.