| Package | Description |
|---|---|
| de.hybris.platform.lucenesearch.model |
Contains generated models for each type of de.hybris.platform.lucenesearch.jalo package.
|
| de.hybris.platform.lucenesearch.resource |
| Modifier and Type | Method and Description |
|---|---|
IndexConfigurationModel |
AttributeConfigurationModel.getIndexConfiguration()
Generated method - Getter of the
AttributeConfiguration.indexConfiguration attribute defined at extension lucenesearch. |
IndexConfigurationModel |
IndexUpdateModel.getIndexConfiguration()
Generated method - Getter of the
IndexUpdate.indexConfiguration attribute defined at extension lucenesearch. |
| Modifier and Type | Method and Description |
|---|---|
Collection<IndexConfigurationModel> |
LuceneIndexModel.getIndexConfigurations()
Generated method - Getter of the
LuceneIndex.indexConfigurations attribute defined at extension lucenesearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeConfigurationModel.setIndexConfiguration(IndexConfigurationModel value)
Generated method - Initial setter of
AttributeConfiguration.indexConfiguration attribute defined at extension lucenesearch. |
void |
IndexUpdateModel.setIndexConfiguration(IndexConfigurationModel value)
Generated method - Initial setter of
IndexUpdate.indexConfiguration attribute defined at extension lucenesearch. |
| Modifier and Type | Method and Description |
|---|---|
void |
LuceneIndexModel.setIndexConfigurations(Collection<IndexConfigurationModel> value)
Generated method - Setter of
LuceneIndex.indexConfigurations attribute defined at extension lucenesearch. |
| Constructor and Description |
|---|
AttributeConfigurationModel(IndexConfigurationModel _indexConfiguration,
AttributeDescriptorModel _indexedAttribute)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
AttributeConfigurationModel(IndexConfigurationModel _indexConfiguration,
AttributeDescriptorModel _indexedAttribute,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
IndexUpdateModel(IndexConfigurationModel _indexConfiguration,
PK _itemPK,
ItemModel _owner,
CronJobModel _updateIndexCronJob)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
IndexConfigurationModel |
IndexConfigurationResource.getIndexConfigurationModel()
Convenience method which just delegates to
#getResourceValue() |
protected IndexConfigurationModel |
IndexConfigurationResource.readResource(String resourceId)
Gets the
IndexConfigurationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<IndexConfigurationModel> |
IndexConfigurationsResource.getIndexConfigurationsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexConfigurationResource.setIndexConfigurationModel(IndexConfigurationModel value)
Convenience method which just delegates to
#setResourceValue(IndexConfigurationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexConfigurationsResource.setIndexConfigurationsCollection(Collection<IndexConfigurationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.