Class BitsFilter


  • public class BitsFilter
    extends org.apache.solr.search.Filter
    • Constructor Summary

      Constructors 
      Constructor Description
      BitsFilter​(java.util.List<org.apache.lucene.util.FixedBitSet> bitSets)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void and​(BitsFilter bitsFilter)  
      boolean equals​(java.lang.Object o)  
      java.util.List<org.apache.lucene.util.FixedBitSet> getBitSets()  
      org.apache.lucene.search.DocIdSet getDocIdSet​(org.apache.lucene.index.LeafReaderContext context, org.apache.lucene.util.Bits bits)  
      int hashCode()  
      void or​(BitsFilter bitsFilter)  
      java.lang.String toString​(java.lang.String s)  
      • Methods inherited from class org.apache.solr.search.Filter

        createWeight
      • Methods inherited from class org.apache.lucene.search.Query

        classHash, rewrite, sameClassAs, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BitsFilter

        public BitsFilter​(java.util.List<org.apache.lucene.util.FixedBitSet> bitSets)
    • Method Detail

      • and

        public void and​(BitsFilter bitsFilter)
      • getBitSets

        public java.util.List<org.apache.lucene.util.FixedBitSet> getBitSets()
      • toString

        public java.lang.String toString​(java.lang.String s)
        Specified by:
        toString in class org.apache.lucene.search.Query
      • getDocIdSet

        public org.apache.lucene.search.DocIdSet getDocIdSet​(org.apache.lucene.index.LeafReaderContext context,
                                                             org.apache.lucene.util.Bits bits)
        Specified by:
        getDocIdSet in class org.apache.solr.search.Filter
      • equals

        public boolean equals​(java.lang.Object o)
        Specified by:
        equals in class org.apache.lucene.search.Query
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in class org.apache.lucene.search.Query