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

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

    • accept

      boolean accept(Statement statement)