BKDReader
Handles reading a block KD-tree in byte[] space previously written with BKDWriter.
Properties
Functions
Link copied to clipboard
Estimate the number of documents that would be matched by .intersect with the given IntersectVisitor. This should run many times faster than .intersect.
Link copied to clipboard
Estimate the number of points that would be visited by .intersect with the given [ ]. This should run many times faster than .intersect.
Link copied to clipboard
Finds all documents and points matching the provided visitor. This method does not enforce live documents, so it's up to the caller to test whether each document is deleted, if necessary.