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