Class Get
- java.lang.Object
-
- io.weaviate.client.base.BaseClient<GraphQLResponse>
-
- io.weaviate.client.v1.graphql.query.Get
-
- All Implemented Interfaces:
ClientResult<GraphQLResponse>
public class Get extends BaseClient<GraphQLResponse> implements ClientResult<GraphQLResponse>
-
-
Constructor Summary
Constructors Constructor Description Get(HttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Result<GraphQLResponse>run()GetwithAfter(String after)GetwithAsk(AskArgument ask)GetwithBm25(Bm25Argument bm25)GetwithClassName(String className)GetwithFields(Field... fields)GetwithGenerativeSearch(GenerativeSearchBuilder generativeSearch)GetwithGroup(GroupArgument group)GetwithHybrid(HybridArgument hybrid)GetwithLimit(Integer limit)GetwithNearImage(NearImageArgument nearImage)GetwithNearObject(NearObjectArgument nearObject)GetwithNearText(NearTextArgument nearText)GetwithNearVector(NearVectorArgument nearVector)GetwithOffset(Integer offset)GetwithSort(SortArgument... sort)GetwithWhere(WhereFilter where)-
Methods inherited from class io.weaviate.client.base.BaseClient
sendDeleteRequest, sendGetRequest, sendHeadRequest, sendPatchRequest, sendPostRequest, sendPutRequest
-
-
-
-
Constructor Detail
-
Get
public Get(HttpClient httpClient, Config config)
-
-
Method Detail
-
withWhere
public Get withWhere(WhereFilter where)
-
withNearText
public Get withNearText(NearTextArgument nearText)
-
withBm25
public Get withBm25(Bm25Argument bm25)
-
withHybrid
public Get withHybrid(HybridArgument hybrid)
-
withAsk
public Get withAsk(AskArgument ask)
-
withNearImage
public Get withNearImage(NearImageArgument nearImage)
-
withNearVector
public Get withNearVector(NearVectorArgument nearVector)
-
withNearObject
public Get withNearObject(NearObjectArgument nearObject)
-
withGroup
public Get withGroup(GroupArgument group)
-
withSort
public Get withSort(SortArgument... sort)
-
withGenerativeSearch
public Get withGenerativeSearch(GenerativeSearchBuilder generativeSearch)
-
run
public Result<GraphQLResponse> run()
- Specified by:
runin interfaceClientResult<GraphQLResponse>
-
-