| 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 |
|---|---|
SolrIndexModel |
SolrIndexDao.findActiveIndexByConfigAndType(SolrFacetSearchConfigModel facetSearchConfig,
SolrIndexedTypeModel indexedType)
Finds the active index for a specific facet search configuration and indexed type.
|
SolrIndexModel |
SolrIndexDao.findIndexByConfigAndTypeAndQualifier(SolrFacetSearchConfigModel facetSearchConfig,
SolrIndexedTypeModel indexedType,
java.lang.String qualifier)
Finds an index by facet search configuration, indexed type and qualifier.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SolrIndexModel> |
SolrIndexDao.findAllIndexes()
Returns all indexes.
|
java.util.List<SolrIndexModel> |
SolrIndexDao.findIndexesByConfigAndType(SolrFacetSearchConfigModel facetSearchConfig,
SolrIndexedTypeModel indexedType)
Finds indexes by facet search configuration and indexed type.
|
| 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 |
|---|---|
SolrIndexModel |
DefaultSolrIndexDao.findActiveIndexByConfigAndType(SolrFacetSearchConfigModel facetSearchConfig,
SolrIndexedTypeModel indexedType) |
SolrIndexModel |
DefaultSolrIndexDao.findIndexByConfigAndTypeAndQualifier(SolrFacetSearchConfigModel facetSearchConfig,
SolrIndexedTypeModel indexedType,
java.lang.String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SolrIndexModel> |
DefaultSolrIndexDao.findAllIndexes() |
java.util.List<SolrIndexModel> |
DefaultSolrIndexDao.findIndexesByConfigAndType(SolrFacetSearchConfigModel facetSearchConfig,
SolrIndexedTypeModel indexedType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<SolrIndexOperationModel> |
DefaultSolrIndexOperationDao.findLastSuccesfulIndexOperation(SolrIndexModel index) |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexModel |
SolrIndexOperationModel.getIndex()
Generated method - Getter of the
SolrIndexOperation.index attribute defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexOperationModel.setIndex(SolrIndexModel value)
Generated method - Initial setter of
SolrIndexOperation.index 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
|
| Modifier and Type | Method and Description |
|---|---|
SolrIndexModel |
SolrIndexResource.getSolrIndexModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected SolrIndexModel |
SolrIndexResource.readResource(java.lang.String resourceId)
Gets the
SolrIndexModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<SolrIndexModel> |
SolrIndexsResource.getSolrIndexsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexResource.setSolrIndexModel(SolrIndexModel value)
Convenience method which just delegates to
#setResourceValue(SolrIndexModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrIndexsResource.setSolrIndexsCollection(java.util.Collection<SolrIndexModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
SolrIndexModel |
SolrIndexService.activateIndex(java.lang.String facetSearchConfig,
java.lang.String indexedType,
java.lang.String qualifier)
Activates an index.
|
SolrIndexModel |
SolrIndexService.createIndex(java.lang.String facetSearchConfig,
java.lang.String indexedType,
java.lang.String qualifier)
Creates an index.
|
SolrIndexModel |
SolrIndexService.getActiveIndex(java.lang.String facetSearchConfig,
java.lang.String indexedType)
Returns the active index for a specific facet search configuration and indexed type.
|
SolrIndexModel |
SolrIndexService.getIndex(java.lang.String facetSearchConfig,
java.lang.String indexedType,
java.lang.String qualifier)
Finds an index by facet search configuration, indexed type and qualifier.
|
SolrIndexModel |
SolrIndexService.getOrCreateIndex(java.lang.String facetSearchConfig,
java.lang.String indexedType,
java.lang.String qualifier)
Gets or creates an index (if it does not exist yet).
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SolrIndexModel> |
SolrIndexService.getAllIndexes()
Returns all indexes.
|
java.util.List<SolrIndexModel> |
SolrIndexService.getIndexesForConfigAndType(java.lang.String facetSearchConfig,
java.lang.String indexedType)
Returns all indexes for a specific facet search configuration and indexed type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
SolrIndexOperationService.getLastIndexOperationTime(SolrIndexModel index)
Get end time of the last successful FULL or UPDATE indexing operation for the given index.
|
SolrIndexOperationModel |
SolrIndexOperationService.startOperation(SolrIndexModel index,
long id,
IndexOperation operation,
boolean external)
Starts an index operation.
|
| Modifier and Type | Method and Description |
|---|---|
SolrIndexModel |
DefaultSolrIndexService.activateIndex(java.lang.String facetSearchConfig,
java.lang.String indexedType,
java.lang.String qualifier) |
protected SolrIndexModel |
DefaultSolrIndexService.createIndex(SolrFacetSearchConfigModel facetSearchConfig,
SolrIndexedTypeModel indexedType,
java.lang.String qualifier) |
SolrIndexModel |
DefaultSolrIndexService.createIndex(java.lang.String facetSearchConfig,
java.lang.String indexedType,
java.lang.String qualifier) |
protected SolrIndexModel |
DefaultSolrIndexService.doActivateIndex(java.lang.String facetSearchConfig,
java.lang.String indexedType,
java.lang.String qualifier) |
protected SolrIndexModel |
DefaultSolrIndexService.findIndex(SolrFacetSearchConfigModel facetSearchConfig,
SolrIndexedTypeModel indexedType,
java.lang.String qualifier) |
SolrIndexModel |
DefaultSolrIndexService.getActiveIndex(java.lang.String facetSearchConfig,
java.lang.String indexedType) |
SolrIndexModel |
DefaultSolrIndexService.getIndex(java.lang.String facetSearchConfig,
java.lang.String indexedType,
java.lang.String qualifier) |
SolrIndexModel |
DefaultSolrIndexService.getOrCreateIndex(java.lang.String facetSearchConfig,
java.lang.String indexedType,
java.lang.String qualifier) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SolrIndexModel> |
DefaultSolrIndexService.getAllIndexes() |
java.util.List<SolrIndexModel> |
DefaultSolrIndexService.getIndexesForConfigAndType(java.lang.String facetSearchConfig,
java.lang.String indexedType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
DefaultSolrIndexOperationService.getLastIndexOperationTime(SolrIndexModel index) |
SolrIndexOperationModel |
DefaultSolrIndexOperationService.startOperation(SolrIndexModel index,
long id,
IndexOperation operation,
boolean external) |
Copyright © 2018 SAP SE. All Rights Reserved.