| Package | Description |
|---|---|
| de.hybris.platform.solrfacetsearch.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.solrfacetsearch.hmc | |
| de.hybris.platform.solrfacetsearch.model |
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.
|
| de.hybris.platform.solrfacetsearch.model.config |
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.config package.
|
| de.hybris.platform.solrfacetsearch.model.indexer.cron |
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo.indexer.cron package.
|
| de.hybris.platform.solrfacetsearch.solr | |
| de.hybris.platform.solrfacetsearch.solr.impl |
| Modifier and Type | Method and Description |
|---|---|
static IndexerOperationValues |
IndexerOperationValues.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexerOperationValues[] |
IndexerOperationValues.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected IndexerOperationValues |
SolrIndexerOperationWizard.getIndexerOperationValue(EnumerationValue indexerOperation) |
| Modifier and Type | Method and Description |
|---|---|
protected SolrIndexerCronJobModel |
SolrIndexerOperationWizard.createSolrIndexerCronJobModel(SolrFacetSearchConfigModel solrFacetSearchConfig,
IndexerOperationValues indexerOperation) |
| Modifier and Type | Method and Description |
|---|---|
IndexerOperationValues |
SolrIndexerDistributedProcessModel.getIndexOperation()
Generated method - Getter of the
SolrIndexerDistributedProcess.indexOperation attribute defined at extension solrfacetsearch. |
IndexerOperationValues |
SolrIndexOperationRecordModel.getMode()
Generated method - Getter of the
SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch. |
IndexerOperationValues |
SolrIndexOperationModel.getOperation()
Generated method - Getter of the
SolrIndexOperation.operation attribute defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexerDistributedProcessModel.setIndexOperation(IndexerOperationValues value)
Generated method - Setter of
SolrIndexerDistributedProcess.indexOperation attribute defined at extension solrfacetsearch. |
void |
SolrIndexOperationRecordModel.setMode(IndexerOperationValues value)
Generated method - Setter of
SolrIndexOperationRecord.mode attribute defined at extension solrfacetsearch. |
void |
SolrIndexOperationModel.setOperation(IndexerOperationValues value)
Generated method - Initial setter of
SolrIndexOperation.operation attribute defined at extension solrfacetsearch. |
| Constructor and Description |
|---|
SolrIndexOperationModel(long _id,
SolrIndexModel _index,
IndexerOperationValues _operation,
IndexerOperationStatus _status)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrIndexOperationModel(long _id,
SolrIndexModel _index,
IndexerOperationValues _operation,
ItemModel _owner,
IndexerOperationStatus _status)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrIndexOperationRecordModel(int _clusterId,
IndexerOperationValues _mode,
ItemModel _owner,
SolrIndexedCoresRecordModel _solrIndexCoreRecord,
IndexerOperationStatus _status,
String _threadId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrIndexOperationRecordModel(int _clusterId,
IndexerOperationValues _mode,
SolrIndexedCoresRecordModel _solrIndexCoreRecord,
IndexerOperationStatus _status,
String _threadId)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
IndexerOperationValues |
SolrIndexerQueryModel.getType()
Generated method - Getter of the
SolrIndexerQuery.type attribute defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexerQueryModel.setType(IndexerOperationValues value)
Generated method - Initial setter of
SolrIndexerQuery.type attribute defined at extension solrfacetsearch. |
| Constructor and Description |
|---|
SolrIndexerQueryModel(String _identifier,
ItemModel _owner,
String _query,
IndexerOperationValues _type)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrIndexerQueryModel(String _identifier,
String _query,
IndexerOperationValues _type)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
IndexerOperationValues |
SolrIndexerCronJobModel.getIndexerOperation()
Generated method - Getter of the
SolrIndexerCronJob.indexerOperation attribute defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexerCronJobModel.setIndexerOperation(IndexerOperationValues value)
Generated method - Setter of
SolrIndexerCronJob.indexerOperation attribute defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexOperationRecordModel |
SolrIndexerOperationsService.createNewRunningIndexOperationForIndexMode(SolrIndexedCoresRecordModel record,
IndexerOperationValues mode)
Deprecated.
Creates new, unsaved instance of
SolrIndexOperationRecordModel for given index mode with status
IndexerOperationStatus.RUNNING. |
SolrIndexOperationRecordModel |
SolrIndexerOperationsService.finalizeCurrentlyRunningIndexOperation(SolrIndexedCoresRecordModel solrCoreRecord,
IndexerOperationValues indexOperationMode,
boolean indexError,
String indexErrorReason)
Deprecated.
On indexer operation finish, use this method to finalize the operation record representation in data base.
|
SolrIndexOperationRecordModel |
SolrIndexerOperationsDao.findSolrIndexerOperation(SolrIndexedCoresRecordModel record,
IndexerOperationValues operationMode,
IndexerOperationStatus status)
Deprecated.
Returns
SolrIndexOperationRecordModel for the given SolrIndexedCoresRecordModel, index operation
mode and status. |
SolrIndexOperationRecordModel |
SolrIndexerOperationsService.getCurrentlyRunningIndexOperation(SolrIndexedCoresRecordModel record,
IndexerOperationValues opareationMode)
Deprecated.
Returns currently running index operation for the given SOLR core -
SolrIndexedCoresRecordModel and
indexer operation mode - IndexerOperationValues. |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexOperationRecordModel |
DefaultSolrIndexerOperationsService.createNewRunningIndexOperationForIndexMode(SolrIndexedCoresRecordModel record,
IndexerOperationValues mode)
Deprecated.
|
SolrIndexOperationRecordModel |
DefaultSolrIndexerOperationsService.finalizeCurrentlyRunningIndexOperation(SolrIndexedCoresRecordModel solrCoreRecord,
IndexerOperationValues mode,
boolean indexError,
String indexErrorReason)
Deprecated.
|
SolrIndexOperationRecordModel |
DefaultSolrIndexerOperationsDao.findSolrIndexerOperation(SolrIndexedCoresRecordModel record,
IndexerOperationValues operationMode,
IndexerOperationStatus status)
Deprecated.
|
SolrIndexOperationRecordModel |
DefaultSolrIndexerOperationsService.getCurrentlyRunningIndexOperation(SolrIndexedCoresRecordModel record,
IndexerOperationValues operationMode)
Deprecated.
|
Copyright © 2017 SAP SE. All Rights Reserved.