T - the object to indexpublic interface IIndexingService<T>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAllIndexes()
Deletes the index for all the objects
|
void |
deleteIndex(T object)
Delete index
|
void |
index(T object)
Indexes a object
|
void |
indexList(List<T> listObjects)
Index a list of objects
|
void index(T object) throws IndexingException
object - the object to indexIndexingException - if there is an exception during the indexingvoid indexList(List<T> listObjects) throws IndexingException
listObjects - the list of objects to indexIndexingException - if there is an exception during the indexingvoid deleteIndex(T object) throws IndexingException
object - the object to deleteIndexingException - if there is an exception during the deletionvoid deleteAllIndexes()
throws IndexingException
IndexingException - if there is an exception during the deletionCopyright © 2021 City of Paris. All rights reserved.