Package org.apache.lucene.util.bkd
Class DocIdsWriter
- java.lang.Object
-
- org.apache.lucene.util.bkd.DocIdsWriter
-
class DocIdsWriter extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateDocIdsWriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static voidreadDeltaVInts(IndexInput in, int count, int[] docIDs)private static voidreadDeltaVInts(IndexInput in, int count, PointValues.IntersectVisitor visitor)(package private) static voidreadInts(IndexInput in, int count, int[] docIDs)Readcountintegers intodocIDs.(package private) static voidreadInts(IndexInput in, int count, PointValues.IntersectVisitor visitor)Readcountintegers and feed the result directly toPointValues.IntersectVisitor.visit(int).private static voidreadInts24(IndexInput in, int count, int[] docIDs)private static voidreadInts24(IndexInput in, int count, PointValues.IntersectVisitor visitor)(package private) static <T> voidreadInts32(IndexInput in, int count, int[] docIDs)private static voidreadInts32(IndexInput in, int count, PointValues.IntersectVisitor visitor)(package private) static voidwriteDocIds(int[] docIds, int start, int count, DataOutput out)
-
-
-
Method Detail
-
writeDocIds
static void writeDocIds(int[] docIds, int start, int count, DataOutput out) throws java.io.IOException- Throws:
java.io.IOException
-
readInts
static void readInts(IndexInput in, int count, int[] docIDs) throws java.io.IOException
Readcountintegers intodocIDs.- Throws:
java.io.IOException
-
readDeltaVInts
private static void readDeltaVInts(IndexInput in, int count, int[] docIDs) throws java.io.IOException
- Throws:
java.io.IOException
-
readInts32
static <T> void readInts32(IndexInput in, int count, int[] docIDs) throws java.io.IOException
- Throws:
java.io.IOException
-
readInts24
private static void readInts24(IndexInput in, int count, int[] docIDs) throws java.io.IOException
- Throws:
java.io.IOException
-
readInts
static void readInts(IndexInput in, int count, PointValues.IntersectVisitor visitor) throws java.io.IOException
Readcountintegers and feed the result directly toPointValues.IntersectVisitor.visit(int).- Throws:
java.io.IOException
-
readDeltaVInts
private static void readDeltaVInts(IndexInput in, int count, PointValues.IntersectVisitor visitor) throws java.io.IOException
- Throws:
java.io.IOException
-
readInts32
private static void readInts32(IndexInput in, int count, PointValues.IntersectVisitor visitor) throws java.io.IOException
- Throws:
java.io.IOException
-
readInts24
private static void readInts24(IndexInput in, int count, PointValues.IntersectVisitor visitor) throws java.io.IOException
- Throws:
java.io.IOException
-
-