Class IncludeExclude.StringFilter

java.lang.Object
org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude.Filter
org.elasticsearch.search.aggregations.bucket.terms.IncludeExclude.StringFilter
Enclosing class:
IncludeExclude

public abstract static class IncludeExclude.StringFilter
extends IncludeExclude.Filter
  • 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 Details

  • Method Details

    • accept

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