Uses of Class
io.objectbox.query.ObjectWithScore
-
Packages that use ObjectWithScore Package Description io.objectbox.query -
-
Uses of ObjectWithScore in io.objectbox.query
Methods in io.objectbox.query that return types with arguments of type ObjectWithScore Modifier and Type Method Description java.util.List<ObjectWithScore<T>>Query. findWithScores()Finds objects matching the query associated to their query score (e.g.java.util.List<ObjectWithScore<T>>Query. findWithScores(long offset, long limit)LikeQuery.findWithScores(), but can skip and limit results.(package private) java.util.List<ObjectWithScore<T>>Query. nativeFindWithScores(long handle, long cursorHandle, long offset, long limit)
-