Uses of Class
net.obsearch.query.OBQueryFloat

Packages that use OBQueryFloat
net.obsearch.index   
net.obsearch.index.aesa.impl   
net.obsearch.index.bucket.impl   
net.obsearch.index.bucket.sleek   
net.obsearch.index.ghs.impl   
 

Uses of OBQueryFloat in net.obsearch.index
 

Method parameters in net.obsearch.index with type arguments of type OBQueryFloat
static void IndexUtilsFloat.validateResults(List<OBQueryFloat> queries, IndexFloat index)
           
 

Uses of OBQueryFloat in net.obsearch.index.aesa.impl
 

Methods in net.obsearch.index.aesa.impl with parameters of type OBQueryFloat
 void AesaFloat.searchOB(OBQueryFloat<O> query)
           
 

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

Methods in net.obsearch.index.bucket.impl with parameters of type OBQueryFloat
 void AbstractBucketContainerFloat.search(OBQueryFloat<O> query, B b, ByteBuffer data, Filter<O> filter, Statistics stats)
           
 void AbstractBucketContainerFloat.search(OBQueryFloat<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 AbstractBucketContainerFloat.search(OBQueryFloat<O> query, B b, Filter<O> filter, Statistics stats)
          Searches the data by using a binary search to reduce SMAP vector computations.
 

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

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

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

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



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