Uses of Class
io.weaviate.client.v1.graphql.query.Get
-
Packages that use Get Package Description io.weaviate.client.v1.graphql io.weaviate.client.v1.graphql.query -
-
Uses of Get in io.weaviate.client.v1.graphql
Methods in io.weaviate.client.v1.graphql that return Get Modifier and Type Method Description GetGraphQL. get() -
Uses of Get in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query that return Get Modifier and Type Method Description GetGet. withAfter(String after)GetGet. withAsk(AskArgument ask)GetGet. withBm25(Bm25Argument bm25)GetGet. withClassName(String className)GetGet. withFields(Field... fields)GetGet. withGenerativeSearch(GenerativeSearchBuilder generativeSearch)GetGet. withGroup(GroupArgument group)GetGet. withHybrid(HybridArgument hybrid)GetGet. withLimit(Integer limit)GetGet. withNearImage(NearImageArgument nearImage)GetGet. withNearObject(NearObjectArgument nearObject)GetGet. withNearText(NearTextArgument nearText)GetGet. withNearVector(NearVectorArgument nearVector)GetGet. withOffset(Integer offset)GetGet. withSort(SortArgument... sort)GetGet. withWhere(WhereFilter where)
-