Uses of Class
net.obsearch.query.OBQueryShort

Packages that use OBQueryShort
net.obsearch.index.bucket.impl   
net.obsearch.index.bucket.sleek   
net.obsearch.index.ghs.impl   
 

Uses of OBQueryShort in net.obsearch.index.bucket.impl
 

Methods in net.obsearch.index.bucket.impl with parameters of type OBQueryShort
 void AbstractBucketContainerShort.search(OBQueryShort<O> query, B b, ByteBuffer data, Filter<O> filter, Statistics stats)
           
 void AbstractBucketContainerShort.search(OBQueryShort<O> query, B b, Filter<O> filter, byte[] key1, byte[] key2, Statistics stats)
          Convenience method that forces the search to be performed on a certain key set.
 void AbstractBucketContainerShort.search(OBQueryShort<O> query, B b, Filter<O> filter, Statistics stats)
          Searches the data by using a binary search to reduce SMAP vector computations.
 

Uses of OBQueryShort in net.obsearch.index.bucket.sleek
 

Methods in net.obsearch.index.bucket.sleek with parameters of type OBQueryShort
 void SleekBucketShort.search(OBQueryShort<O> query, BucketObjectShort<O> bucket, ByteBuffer b, Filter<O> filter, Statistics stats)
           
 void SleekBucketShort.search(OBQueryShort<O> query, BucketObjectShort<O> bucket, Filter<O> filter, Statistics stats)
           
 

Uses of OBQueryShort in net.obsearch.index.ghs.impl
 

Methods in net.obsearch.index.ghs.impl that return types with arguments of type OBQueryShort
 Iterator<List<OBQueryShort<O>>> Sketch64Short.knnGraph(int k, short r)
          Performs a knn graph search
 List<OBQueryShort<O>> Sketch64Short.KnnIterator.next()
           
 



Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.