Interface IndexService<T>


public interface IndexService<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    index(T entity, InputStream content)
     
    void
    unindex(T entity)
     
  • Method Details

    • index

      void index(T entity, InputStream content)
    • unindex

      void unindex(T entity)