Class IncludeExclude.StringFilter

  • Enclosing class:
    IncludeExclude

    public abstract static class IncludeExclude.StringFilter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StringFilter()  
    • Method Summary

      Modifier and Type Method Description
      abstract boolean accept​(org.apache.lucene.util.BytesRef value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StringFilter

        public StringFilter()
    • Method Detail

      • accept

        public abstract boolean accept​(org.apache.lucene.util.BytesRef value)