Class IncludeExclude.OrdinalsFilter

  • Enclosing class:
    IncludeExclude

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

      Constructors 
      Constructor Description
      OrdinalsFilter()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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 Detail

      • OrdinalsFilter

        public OrdinalsFilter()
    • Method Detail

      • acceptedGlobalOrdinals

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