org.apache.blur.filter
Class IndexFileBitSet

java.lang.Object
  extended by org.apache.lucene.search.DocIdSet
      extended by org.apache.blur.filter.IndexFileBitSet
All Implemented Interfaces:
Closeable

public class IndexFileBitSet
extends org.apache.lucene.search.DocIdSet
implements Closeable


Field Summary
static String EXTENSION
           
 
Fields inherited from class org.apache.lucene.search.DocIdSet
EMPTY_DOCIDSET
 
Constructor Summary
IndexFileBitSet(int numBits, String id, String segmentName, org.apache.lucene.store.Directory directory)
           
 
Method Summary
 void close()
           
 void create(org.apache.lucene.search.DocIdSetIterator it)
           
 boolean exists()
           
 org.apache.lucene.search.DocIdSetIterator iterator()
           
 void load()
           
 
Methods inherited from class org.apache.lucene.search.DocIdSet
bits, isCacheable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSION

public static final String EXTENSION
See Also:
Constant Field Values
Constructor Detail

IndexFileBitSet

public IndexFileBitSet(int numBits,
                       String id,
                       String segmentName,
                       org.apache.lucene.store.Directory directory)
Method Detail

iterator

public org.apache.lucene.search.DocIdSetIterator iterator()
                                                   throws IOException
Specified by:
iterator in class org.apache.lucene.search.DocIdSet
Throws:
IOException

exists

public boolean exists()
               throws IOException
Throws:
IOException

load

public void load()
          throws IOException
Throws:
IOException

create

public void create(org.apache.lucene.search.DocIdSetIterator it)
            throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Throws:
IOException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.