Interface Searchable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getId()  
      Collection getSearchableDependants()
      When we un-index something (say, a page), we also need to un-index everything contained within that page (comments, attachments), because presumably they're all about to go away.
      boolean isIndexable()
      Allows an object to tell the search indexer that it is not allowed to be indexed
    • Method Detail

      • getId

        long getId()
      • getSearchableDependants

        Collection getSearchableDependants()
        When we un-index something (say, a page), we also need to un-index everything contained within that page (comments, attachments), because presumably they're all about to go away.
      • isIndexable

        boolean isIndexable()
        Allows an object to tell the search indexer that it is not allowed to be indexed