Uses of Class
com.datastax.astra.client.model.FindIterable
Packages that use FindIterable
-
Uses of FindIterable in com.datastax.astra.client
Methods in com.datastax.astra.client that return FindIterableModifier and TypeMethodDescriptionCollection.find()
Retrieves all documents in the collection.Collection.find
(float[] vector, int limit) Finds documents in the collection that match the specified filter and sorts them based on their similarity to a provided vector, limiting the number of results returned.Retrieves documents in the collection that match the specified filter.Finds documents in the collection that match the specified filter and sorts them based on their similarity to a provided vector, limiting the number of results returned.Collection.find
(Filter filter, FindOptions options) Finds all documents in the collection.Finds documents in the collection that match the specified filter and sorts them based on their similarity to a provided vector, limiting the number of results returned.Collection.find
(FindOptions options) Finds all documents in the collection, applying the specified find options.