org.exoplatform.commons.api.indexing
Class IndexingService
java.lang.Object
org.exoplatform.commons.api.indexing.IndexingService
public abstract class IndexingService
- extends Object
Created by The eXo Platform SAS
Author : Tung Vu Minh
tungvm@exoplatform.com
Nov 21, 2012
| 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)
update
public abstract void update(SearchEntryId id,
Map<String,Object> changes)
delete
public abstract void delete(SearchEntryId id)
Copyright © 2013 eXo Platform SAS. All Rights Reserved.