Uses of Class
technology.semi.weaviate.client.v1.graphql.query.Get
-
Packages that use Get Package Description technology.semi.weaviate.client.v1.graphql technology.semi.weaviate.client.v1.graphql.query -
-
Uses of Get in technology.semi.weaviate.client.v1.graphql
Methods in technology.semi.weaviate.client.v1.graphql that return Get Modifier and Type Method Description GetGraphQL. get() -
Uses of Get in technology.semi.weaviate.client.v1.graphql.query
Methods in technology.semi.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. 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)
-