Uses of Interface
org.apache.lucene.util.bkd.BKDUtil.ByteArrayPredicate
-
Packages that use BKDUtil.ByteArrayPredicate Package Description org.apache.lucene.util.bkd 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.ByteArrayPredicate Modifier and Type Field Description private BKDUtil.ByteArrayPredicate
BKDWriter. equalsPredicate
Methods in org.apache.lucene.util.bkd that return BKDUtil.ByteArrayPredicate Modifier and Type Method Description static BKDUtil.ByteArrayPredicate
BKDUtil. getEqualsPredicate(int numBytes)
Return a predicate that tells whether the nextnumBytes
bytes are equal.
-