|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OBQueryLong | |
---|---|
net.obsearch.index.bucket.impl | |
net.obsearch.index.bucket.sleek | |
net.obsearch.index.ghs.impl |
Uses of OBQueryLong in net.obsearch.index.bucket.impl |
---|
Methods in net.obsearch.index.bucket.impl with parameters of type OBQueryLong | |
---|---|
void |
AbstractBucketContainerLong.search(OBQueryLong<O> query,
B b,
ByteBuffer data,
Filter<O> filter,
Statistics stats)
|
void |
AbstractBucketContainerLong.search(OBQueryLong<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 |
AbstractBucketContainerLong.search(OBQueryLong<O> query,
B b,
Filter<O> filter,
Statistics stats)
Searches the data by using a binary search to reduce SMAP vector computations. |
Uses of OBQueryLong in net.obsearch.index.bucket.sleek |
---|
Methods in net.obsearch.index.bucket.sleek with parameters of type OBQueryLong | |
---|---|
void |
SleekBucketLong.search(OBQueryLong<O> query,
BucketObjectLong<O> bucket,
ByteBuffer b,
Filter<O> filter,
Statistics stats)
|
void |
SleekBucketLong.search(OBQueryLong<O> query,
BucketObjectLong<O> bucket,
Filter<O> filter,
Statistics stats)
|
Uses of OBQueryLong in net.obsearch.index.ghs.impl |
---|
Methods in net.obsearch.index.ghs.impl that return types with arguments of type OBQueryLong | |
---|---|
Iterator<List<OBQueryLong<O>>> |
Sketch64Long.knnGraph(int k,
long r)
Performs a knn graph search |
List<OBQueryLong<O>> |
Sketch64Long.KnnIterator.next()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |