Class DummyIndexingService
java.lang.Object
org.exoplatform.commons.api.indexing.IndexingService
org.exoplatform.commons.search.indexing.DummyIndexingService
public class DummyIndexingService
extends org.exoplatform.commons.api.indexing.IndexingService
-
Field Summary
Fields inherited from class org.exoplatform.commons.api.indexing.IndexingService
DATE_INDEXED, LAST_UPDATE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DummyIndexingService
public DummyIndexingService()
-
-
Method Details
-
add
public void add(org.exoplatform.commons.api.indexing.data.SearchEntry searchEntry) - Specified by:
addin classorg.exoplatform.commons.api.indexing.IndexingService
-
update
public void update(org.exoplatform.commons.api.indexing.data.SearchEntryId id, Map<String, Object> changes) - Specified by:
updatein classorg.exoplatform.commons.api.indexing.IndexingService
-
delete
public void delete(org.exoplatform.commons.api.indexing.data.SearchEntryId id) - Specified by:
deletein classorg.exoplatform.commons.api.indexing.IndexingService
-