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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(org.exoplatform.commons.api.indexing.data.SearchEntry searchEntry)
     
    void
    delete(org.exoplatform.commons.api.indexing.data.SearchEntryId id)
     
    void
    update(org.exoplatform.commons.api.indexing.data.SearchEntryId id, Map<String,Object> changes)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DummyIndexingService

      public DummyIndexingService()
  • Method Details

    • 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