Package org.apache.lucene.util.bkd
Class DocIdsWriter
java.lang.Object
org.apache.lucene.util.bkd.DocIdsWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate 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)
-
Constructor Details
-
DocIdsWriter
private DocIdsWriter()
-
-
Method Details
-
writeDocIds
- Throws:
IOException
-
readInts
Readcountintegers intodocIDs.- Throws:
IOException
-
readDeltaVInts
- Throws:
IOException
-
readInts32
- Throws:
IOException
-
readInts24
- Throws:
IOException
-
readInts
static void readInts(IndexInput in, int count, PointValues.IntersectVisitor visitor) throws IOException Readcountintegers and feed the result directly toPointValues.IntersectVisitor.visit(int).- Throws:
IOException
-
readDeltaVInts
private static void readDeltaVInts(IndexInput in, int count, PointValues.IntersectVisitor visitor) throws IOException - Throws:
IOException
-
readInts32
private static void readInts32(IndexInput in, int count, PointValues.IntersectVisitor visitor) throws IOException - Throws:
IOException
-
readInts24
private static void readInts24(IndexInput in, int count, PointValues.IntersectVisitor visitor) throws IOException - Throws:
IOException
-