| Package | Description |
|---|---|
| org.exoplatform.commons.api.indexing |
Provides the API that connectors might implement for indexing business.
|
| org.exoplatform.commons.api.indexing.data |
Provides the classes that defines pattern structures of data entry.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
IndexingService.delete(SearchEntryId id)
Deletes a search entry by its Id.
|
abstract void |
IndexingService.update(SearchEntryId id,
Map<String,Object> changes)
Updates a search entry.
|
| Modifier and Type | Field and Description |
|---|---|
protected SearchEntryId |
SearchEntry.id |
| Modifier and Type | Method and Description |
|---|---|
SearchEntryId |
SearchEntry.getId()
Get entry id
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchEntry.setId(SearchEntryId id)
Set entry id
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.