Class DummyIndexingService


  • public class DummyIndexingService
    extends org.exoplatform.commons.api.indexing.IndexingService
    • Constructor Detail

      • DummyIndexingService

        public DummyIndexingService()
    • Method Detail

      • add

        public void add​(org.exoplatform.commons.api.indexing.data.SearchEntry searchEntry)
        Specified by:
        add in class org.exoplatform.commons.api.indexing.IndexingService
      • update

        public void update​(org.exoplatform.commons.api.indexing.data.SearchEntryId id,
                           Map<String,​Object> changes)
        Specified by:
        update in class org.exoplatform.commons.api.indexing.IndexingService
      • delete

        public void delete​(org.exoplatform.commons.api.indexing.data.SearchEntryId id)
        Specified by:
        delete in class org.exoplatform.commons.api.indexing.IndexingService