Query topic
Classes
- AsyncIndexUpdater Query Enterprise Edition
- A IndexUpdater with a primarily asynchronous API.
- AsyncQuery Query
- A Query query with a primarily asynchronous API.
- AsyncQueryIndex Query
- A QueryIndex with a primarily asynchronous API.
- AsyncResultSet Query
- A ResultSet which can be iterated asynchronously.
- FullTextIndex Query
-
A full-text search index for full-text search queries with the
MATCH
operator. - FullTextIndexConfiguration Query
- A specification of a full text Index from a list of SQL++ expressions.
- FullTextIndexItem Query
- An item in a FullTextIndexItem.
- Index Query
- A description of a Database index. Indexes improve Query performance.
- IndexBuilder Query
- Factor to create query indexes.
- IndexConfiguration Query
- A specification of an Index from a list of SQL++ expressions.
- IndexUpdater Query Enterprise Edition
- Class for updating a lazy index.
- Parameters Query
- Query parameters used for setting values to the query parameters defined in the query.
- Prediction Query Enterprise Edition
- Manager for registering and unregistering PredictiveModels.
- PredictiveModel Query Enterprise Edition
- Interface for a machine learning model that can be used in a Query.
- Query Query
- A Database query.
-
QueryChange<
R extends ResultSet> Query - A Query change event.
- QueryIndex Query
- An existing index in a Collection.
- Result Query
- A single row in a ResultSet.
- ResultSet Query
- A set of Results which is returned when executing a Query.
- SyncIndexUpdater Query Enterprise Edition
- A IndexUpdater with a primarily synchronous API.
- SyncQuery Query
- A Query with a primarily synchronous API.
- SyncQueryIndex Query
- A QueryIndex with a primarily synchronous API.
- SyncResultSet Query
- A ResultSet which can be iterated synchronously as well asynchronously.
- ValueIndex Query
- A value index for regular queries.
- ValueIndexConfiguration Query
- A specification of a value Index from a list of SQL++ expressions.
- ValueIndexItem Query
- An item in a ValueIndex.
- VectorEncoding Query Enterprise Edition
- A vector encoding to reduce the size of the vectors index by algorithmic compression.
- VectorIndexConfiguration Query Enterprise Edition
- A specification of a vector Index from a SQL++ expression.
Enums
- DistanceMetric Query Enterprise Edition
- A function used to define how close an input query vector is to other vectors within a vector index.
- FullTextLanguage Query
- A language which can be used to configure as the primary language for a full text index.
- ScalarQuantizerType Query Enterprise Edition
- Type of a VectorEncoding.scalarQuantizer.