Uses of Class
com.datastax.astra.client.core.rerank.RerankedResult
Packages that use RerankedResult
-
Uses of RerankedResult in com.datastax.astra.client.collections
Methods in com.datastax.astra.client.collections that return types with arguments of type RerankedResultModifier and TypeMethodDescription<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.