Interface DocumentFilter


public interface DocumentFilter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(org.apache.lucene.document.Document doc)
     
  • Method Details

    • accept

      boolean accept(org.apache.lucene.document.Document doc)