Uses of Annotation Interface
com.datastax.astra.internal.utils.BetaPreview
Packages that use BetaPreview
Package
Description
Top package to interact with Collections
Objects describing the structure of a Document.
Objects representing Table Rows, like primary key.
-
Uses of BetaPreview in com.datastax.astra.client.collections
Methods in com.datastax.astra.client.collections with annotations of type BetaPreviewModifier and TypeMethodDescriptionCollection.findAndRerank
(CollectionFindAndRerankOptions options) Finds and reranks all documents in the collection using the specified options.Collection.findAndRerank
(Filter filter, CollectionFindAndRerankOptions options) Finds and reranks documents in the collection that match the given filter using the specified options.<R> CollectionFindAndRerankCursor
<T, R> Collection.findAndRerank
(Filter filter, CollectionFindAndRerankOptions options, Class<R> newRowType) Finds and reranks documents in the collection that match the given filter using the specified options, mapping the resulting documents to the specified target type.<R> Page
<RerankedResult<R>> Collection.findAndRerankPage
(Filter filter, CollectionFindAndRerankOptions options, Class<R> newRowType) Finds and reranks documents in the collection using the given filter and options, and returns a paginated result containing reranked items mapped to the specified result type. -
Uses of BetaPreview in com.datastax.astra.client.collections.definition.documents
Methods in com.datastax.astra.client.collections.definition.documents with annotations of type BetaPreviewModifier and TypeMethodDescriptionDocument.getLexical()
Access attribute with vectorize name if any.Add a hybrid attribute in the documentWAdd a vectorize attribute to the document.Add a vectorize attribute to the document. -
Uses of BetaPreview in com.datastax.astra.client.tables.definition.rows
Methods in com.datastax.astra.client.tables.definition.rows with annotations of type BetaPreview