Uses of Interface
org.apache.lucene.util.bkd.BKDUtil.ByteArrayPredicate
Packages that use BKDUtil.ByteArrayPredicate
Package
Description
Block KD-tree, implementing the generic spatial data structure described in this paper.
-
Uses of BKDUtil.ByteArrayPredicate in org.apache.lucene.util.bkd
Fields in org.apache.lucene.util.bkd declared as BKDUtil.ByteArrayPredicateModifier and TypeFieldDescriptionprivate final BKDUtil.ByteArrayPredicate
BKDWriter.equalsPredicate
Methods in org.apache.lucene.util.bkd that return BKDUtil.ByteArrayPredicateModifier and TypeMethodDescriptionstatic BKDUtil.ByteArrayPredicate
BKDUtil.getEqualsPredicate
(int numBytes) Return a predicate that tells whether the nextnumBytes
bytes are equal.