|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.blur.lucene.search.PrimeDocCache
public class PrimeDocCache
Field Summary | |
---|---|
static org.apache.lucene.util.OpenBitSet |
EMPTY_BIT_SET
|
Constructor Summary | |
---|---|
PrimeDocCache()
|
Method Summary | |
---|---|
static org.apache.lucene.util.OpenBitSet |
getPrimeDocBitSet(org.apache.lucene.index.Term primeDocTerm,
org.apache.lucene.index.AtomicReader reader)
The way this method is called via warm up methods the likelihood of creating multiple bitsets during a race condition is very low, that's why this method is not synced. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final org.apache.lucene.util.OpenBitSet EMPTY_BIT_SET
Constructor Detail |
---|
public PrimeDocCache()
Method Detail |
---|
public static org.apache.lucene.util.OpenBitSet getPrimeDocBitSet(org.apache.lucene.index.Term primeDocTerm, org.apache.lucene.index.AtomicReader reader) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |