See: Description
Interface | Description |
---|---|
Approximate | |
EndOperationListener |
Implements a listener that is called when an operation
ends . |
Class | Description |
---|---|
AbstractOperation |
The base class for all operations.
|
GetCandidateSetOperation |
This operation encapsulates
RankingSingleQueryOperation and returns a candidate set requested size for
this operation. |
ListingQueryOperation |
The base class for query operations that return unsorted collections of
objects . |
OperationErrorCode |
Error codes related to operations.
|
QueryOperation<TAnswer> |
The base class for all query operations.
|
QueryOperation.DataEqualOperation |
A wrapper class that allows to hash/equal abstract objects
using their data and not ID.
|
RankingMultiQueryOperation |
The base class for query operations that return objects
ranked by a distance to multiple objects.
|
RankingQueryOperation |
The base class for query operations that return
objects
ranked by a distance. |
RankingSingleQueryOperation |
The base class for query operations that return objects ranked by a distance
to a single object.
|
RefineCandidateOperation |
This operation starts refinement of the encapsulated
RankingSingleQueryOperation using
the candidate set stored in the provided GetCandidateSetOperation . |
SingletonQueryOperation |
The base class for query operations that return a single
object . |
Enum | Description |
---|---|
AnswerType |
Enumeration of types a query operation can return.
|
Approximate.LocalSearchType |
Enumeration of types of the stop condition for approximation early termination strategy.
|
Annotation Type | Description |
---|---|
AbstractOperation.OperationConstructor |
Annotation for operation constructors.
|
AbstractOperation.OperationName |
Annotation that specifies operation user-friendly name.
|