Class | Description |
---|---|
AggregationFunctionQueryOperation |
Aggregation function kNN query operation.
|
ApproxKNNQueryOperation |
Approximate k-nearest neighbors query with specific early termination parameters
and support for obtaining some guarantees on results.
|
ApproxRangeQueryOperation |
Approximate range query with specific early termination parameters
and support for obtaining some guarantees on results.
|
BatchKNNQueryOperation |
A batch of several K-nearest neighbors query operations encapsulated as a single operation.
|
GetAlgorithmInfoOperation |
Special operation that returns the algorithm info (i.e. the algorithm toString() value).
|
GetAllObjectsQueryOperation |
Operation for retrieving all objects locally stored (organized by an algorithm).
|
GetObjectByLocatorOperation |
This query retrieves from the structure a set of objects given their locators.
|
GetObjectCountOperation |
Operation for retrieving the number of objects stored in indexing structure.
|
GetObjectsByLocatorPrefixOperation |
This operation returns objects with locator that have a given prefix.
|
GetObjectsByLocatorsOperation |
This operation returns objects with given locators.
|
GetRandomObjectQueryOperation |
Operation for retriving a random object.
|
GetRandomObjectsQueryOperation |
Operation for retriving a list of random objects.
|
IncrementalNNQueryOperation |
Incremental Nearest Neighbor Search.
|
JoinQueryOperation |
Similarity join query operation.
|
KNNMultiQueryOperation |
K-nearest neighbors query operation with multiple query objects.
|
KNNQueryByLocatorOperation |
K-nearest neighbors query operation for query identified just by locator.
|
KNNQueryOperation |
K-nearest neighbors query operation.
|
PartitionedKNNQueryOperation |
This class represents a range query that distinguish the partition
from which a matching object comes from.
|
PartitionedRangeQueryOperation |
This class represents a range query that distinguish the partition
from which a matching object comes from.
|
PrintAllObjectsOperation |
Operation for retrieving all objects locally stored (organized by an algorithm) and printing
their text representation to specified file.
|
QuantizeOperation |
Operation for quantizing all data objects passed.
|
RangeJoinQueryOperation |
Similarity join query operation evaluated using range queries on an external index.
|
RangeMultiQueryOperation |
Range query operation with multiple query objects.
|
RangeQueryOperation |
Range query operation.
|
TopCombinedQueryOperation |
Top-k combined query operation.
|