Class IncludeExclude.OrdinalsFilter

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

public abstract static class IncludeExclude.OrdinalsFilter
extends IncludeExclude.Filter
  • Constructor Summary

    Constructors 
    Constructor Description
    OrdinalsFilter()  
  • Method Summary

    Modifier and Type Method Description
    abstract org.apache.lucene.util.LongBitSet acceptedGlobalOrdinals​(org.apache.lucene.index.SortedSetDocValues globalOrdinals)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • acceptedGlobalOrdinals

      public abstract org.apache.lucene.util.LongBitSet acceptedGlobalOrdinals​(org.apache.lucene.index.SortedSetDocValues globalOrdinals) throws java.io.IOException
      Throws:
      java.io.IOException