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