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 private
DocIdsWriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static void
readDeltaVInts(IndexInput in, int count, int[] docIDs)
private static void
readDeltaVInts(IndexInput in, int count, PointValues.IntersectVisitor visitor)
(package private) static void
readInts(IndexInput in, int count, int[] docIDs)
Readcount
integers intodocIDs
.(package private) static void
readInts(IndexInput in, int count, PointValues.IntersectVisitor visitor)
Readcount
integers and feed the result directly toPointValues.IntersectVisitor.visit(int)
.private static void
readInts24(IndexInput in, int count, int[] docIDs)
private static void
readInts24(IndexInput in, int count, PointValues.IntersectVisitor visitor)
(package private) static <T> void
readInts32(IndexInput in, int count, int[] docIDs)
private static void
readInts32(IndexInput in, int count, PointValues.IntersectVisitor visitor)
(package private) static void
writeDocIds(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
Readcount
integers 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
Readcount
integers 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
-
-