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
-
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
@Deprecated public Get withWhere(WhereFilter where)
Deprecated.
-
withWhere
public Get withWhere(WhereArgument where)
-
withBm25
public Get withBm25(Bm25Argument bm25)
-
withHybrid
public Get withHybrid(HybridArgument hybrid)
-
withAsk
public Get withAsk(AskArgument ask)
-
withNearText
public Get withNearText(NearTextArgument nearText)
-
withNearObject
public Get withNearObject(NearObjectArgument nearObject)
-
withNearVector
public Get withNearVector(NearVectorArgument nearVector)
-
withNearImage
public Get withNearImage(NearImageArgument nearImage)
-
withNearAudio
public Get withNearAudio(NearAudioArgument nearAudio)
-
withNearVideo
public Get withNearVideo(NearVideoArgument nearVideo)
-
withNearDepth
public Get withNearDepth(NearDepthArgument nearDepth)
-
withNearThermal
public Get withNearThermal(NearThermalArgument nearThermal)
-
withNearImu
public Get withNearImu(NearImuArgument nearImu)
-
withGroup
public Get withGroup(GroupArgument group)
-
withSort
public Get withSort(SortArgument... sort)
-
withGenerativeSearch
public Get withGenerativeSearch(GenerativeSearchBuilder generativeSearch)
-
withGroupBy
public Get withGroupBy(GroupByArgument groupBy)
-
run
public Result<GraphQLResponse> run()
- Specified by:
runin interfaceClientResult<GraphQLResponse>
-
-