org.exoplatform.commons.api.indexing
Class IndexingService
java.lang.Object
org.exoplatform.commons.api.indexing.IndexingService
public abstract class IndexingService
- extends Object
The class provides indexing API that connector implements to index it's data
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATE_INDEXED
protected static final String DATE_INDEXED
- See Also:
- Constant Field Values
LAST_UPDATE
protected static final String LAST_UPDATE
- See Also:
- Constant Field Values
IndexingService
public IndexingService()
add
public abstract void add(SearchEntry searchEntry)
- Add entry
- Parameters:
searchEntry -
update
public abstract void update(SearchEntryId id,
Map<String,Object> changes)
- Update entry
- Parameters:
id - Id specifies a entrychanges - Entry needs to update
delete
public abstract void delete(SearchEntryId id)
- Delete entry by id
- Parameters:
id - SearchEntryId
Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.