| Package | Description |
|---|---|
| de.hybris.platform.solrfacetsearch.daos | |
| de.hybris.platform.solrfacetsearch.daos.impl | |
| de.hybris.platform.solrfacetsearch.model |
Contains generated models for each type of de.hybris.platform.solrfacetsearch.jalo package.
|
| de.hybris.platform.solrfacetsearch.resource | |
| de.hybris.platform.solrfacetsearch.solr | |
| de.hybris.platform.solrfacetsearch.solr.impl |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexOperationModel |
SolrIndexOperationDao.findIndexOperationById(long id)
Finds the index operation by id.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<SolrIndexOperationModel> |
SolrIndexOperationDao.findLastSuccesfulIndexOperation(SolrIndexModel index)
Finds the last successfully finished FULL or UPDATE index operation for a given index.
|
| Modifier and Type | Method and Description |
|---|---|
SolrIndexOperationModel |
DefaultSolrIndexOperationDao.findIndexOperationById(long id) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<SolrIndexOperationModel> |
DefaultSolrIndexOperationDao.findLastSuccesfulIndexOperation(SolrIndexModel index) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SolrIndexOperationModel> |
SolrIndexModel.getIndexOperations()
Generated method - Getter of the
SolrIndex.indexOperations attribute defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexModel.setIndexOperations(java.util.Collection<SolrIndexOperationModel> value)
Generated method - Setter of
SolrIndex.indexOperations attribute defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexOperationModel |
SolrIndexOperationResource.getSolrIndexOperationModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SolrIndexOperationModel |
SolrIndexOperationResource.readResource(java.lang.String resourceId)
Gets the
SolrIndexOperationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SolrIndexOperationModel> |
SolrIndexOperationsResource.getSolrIndexOperationsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexOperationResource.setSolrIndexOperationModel(SolrIndexOperationModel value)
Convenience method which just delegates to
#setResourceValue(SolrIndexOperationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexOperationsResource.setSolrIndexOperationsCollection(java.util.Collection<SolrIndexOperationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexOperationModel |
SolrIndexOperationService.cancelOperation(long id)
Cancels the index operation.
|
SolrIndexOperationModel |
SolrIndexOperationService.endOperation(long id,
boolean indexError)
End the index operation with statuses SUCCESS or FAILED depending on the indexError.
|
SolrIndexOperationModel |
SolrIndexOperationService.getOperationForId(long id)
finds an index operation by id.
|
SolrIndexOperationModel |
SolrIndexOperationService.startOperation(SolrIndexModel index,
long id,
IndexOperation operation,
boolean external)
Starts an index operation.
|
| Modifier and Type | Method and Description |
|---|---|
SolrIndexOperationModel |
DefaultSolrIndexOperationService.cancelOperation(long id) |
SolrIndexOperationModel |
DefaultSolrIndexOperationService.endOperation(long id,
boolean indexError) |
SolrIndexOperationModel |
DefaultSolrIndexOperationService.getOperationForId(long id) |
SolrIndexOperationModel |
DefaultSolrIndexOperationService.startOperation(SolrIndexModel index,
long id,
IndexOperation operation,
boolean external) |
Copyright © 2018 SAP SE. All Rights Reserved.