Interface IndexableStatementFilter


public interface IndexableStatementFilter
Specifies a filter, which determines whether a statement should be included in the keyword index when performing complete reindexing. See LuceneSail.registerStatementFilter(IndexableStatementFilter).}
Author:
andriy.nikolov
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    accept(Statement statement)
     
  • Method Details Link icon

    • accept Link icon

      boolean accept(Statement statement)