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
-
-
Constructor Summary
Constructors Constructor Description DummyIndexingService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(org.exoplatform.commons.api.indexing.data.SearchEntry searchEntry)voiddelete(org.exoplatform.commons.api.indexing.data.SearchEntryId id)voidupdate(org.exoplatform.commons.api.indexing.data.SearchEntryId id, Map<String,Object> changes)
-
-
-
Method Detail
-
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
-
-