org.apache.blur.filter
Class IndexFileBitSet
java.lang.Object
org.apache.lucene.search.DocIdSet
org.apache.blur.filter.IndexFileBitSet
- All Implemented Interfaces:
- Closeable
public class IndexFileBitSet
- extends org.apache.lucene.search.DocIdSet
- implements Closeable
Fields inherited from class org.apache.lucene.search.DocIdSet |
EMPTY_DOCIDSET |
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 |
EXTENSION
public static final String EXTENSION
- See Also:
- Constant Field Values
IndexFileBitSet
public IndexFileBitSet(int numBits,
String id,
String segmentName,
org.apache.lucene.store.Directory directory)
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.