|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OBQueryDouble | |
|---|---|
| net.obsearch.index.bucket.impl | |
| net.obsearch.index.bucket.sleek | |
| net.obsearch.index.ghs.impl | |
| Uses of OBQueryDouble in net.obsearch.index.bucket.impl |
|---|
| Methods in net.obsearch.index.bucket.impl with parameters of type OBQueryDouble | |
|---|---|
void |
AbstractBucketContainerDouble.search(OBQueryDouble<O> query,
B b,
ByteBuffer data,
net.obsearch.filter.Filter<O> filter,
net.obsearch.stats.Statistics stats)
|
void |
AbstractBucketContainerDouble.search(OBQueryDouble<O> query,
B b,
net.obsearch.filter.Filter<O> filter,
byte[] key1,
byte[] key2,
net.obsearch.stats.Statistics stats)
Convenience method that forces the search to be performed on a certain key set. |
void |
AbstractBucketContainerDouble.search(OBQueryDouble<O> query,
B b,
net.obsearch.filter.Filter<O> filter,
net.obsearch.stats.Statistics stats)
Searches the data by using a binary search to reduce SMAP vector computations. |
| Uses of OBQueryDouble in net.obsearch.index.bucket.sleek |
|---|
| Methods in net.obsearch.index.bucket.sleek with parameters of type OBQueryDouble | |
|---|---|
void |
SleekBucketDouble.search(OBQueryDouble<O> query,
BucketObjectDouble<O> bucket,
ByteBuffer b,
net.obsearch.filter.Filter<O> filter,
net.obsearch.stats.Statistics stats)
|
void |
SleekBucketDouble.search(OBQueryDouble<O> query,
BucketObjectDouble<O> bucket,
net.obsearch.filter.Filter<O> filter,
net.obsearch.stats.Statistics stats)
|
| Uses of OBQueryDouble in net.obsearch.index.ghs.impl |
|---|
| Methods in net.obsearch.index.ghs.impl that return types with arguments of type OBQueryDouble | |
|---|---|
Iterator<List<OBQueryDouble<O>>> |
Sketch64Double.knnGraph(int k,
double r)
Performs a knn graph search |
List<OBQueryDouble<O>> |
Sketch64Double.KnnIterator.next()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||