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.ByteArrayPredicateBKDWriter. equalsPredicateMethods in org.apache.lucene.util.bkd that return BKDUtil.ByteArrayPredicate Modifier and Type Method Description static BKDUtil.ByteArrayPredicateBKDUtil. getEqualsPredicate(int numBytes)Return a predicate that tells whether the nextnumBytesbytes are equal.
-