Uses of Class
dev.morphia.query.Meta
-
Packages that use Meta Package Description dev.morphia.query -
-
Uses of Meta in dev.morphia.query
Methods in dev.morphia.query that return Meta Modifier and Type Method Description static MetaMeta. indexKey(String field)static MetaMeta. searchHighlights(String field)static MetaMeta. searchScore(String field)static MetaMeta. textScore()Deprecated, for removal: This API element is subject to removal in a future version.static MetaMeta. textScore(String field)Methods in dev.morphia.query with parameters of type Meta Modifier and Type Method Description FindOptionsProjection. project(Meta meta)Adds a metadata field to a projection.FindOptionsFindOptions. sort(Meta meta)Sets to the sort to useFindOptionsFindOptions. sort(Meta meta, Sort... sorts)Sets to the sort to use
-