Class Explore
- java.lang.Object
-
- technology.semi.weaviate.client.base.BaseClient<GraphQLResponse>
-
- technology.semi.weaviate.client.v1.graphql.query.Explore
-
- All Implemented Interfaces:
ClientResult<GraphQLResponse>
public class Explore extends BaseClient<GraphQLResponse> implements ClientResult<GraphQLResponse>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Result<GraphQLResponse>run()ExplorewithAsk(AskArgument ask)ExplorewithFields(ExploreFields... fields)ExplorewithLimit(Integer limit)ExplorewithNearImage(NearImageArgument nearImage)ExplorewithNearObject(NearObjectArgument nearObject)ExplorewithNearText(NearTextArgument nearText)ExplorewithNearVector(NearVectorArgument nearVector)ExplorewithOffset(Integer offset)-
Methods inherited from class technology.semi.weaviate.client.base.BaseClient
sendDeleteRequest, sendGetRequest, sendHeadRequest, sendPatchRequest, sendPostRequest, sendPutRequest
-
-
-
-
Constructor Detail
-
Explore
public Explore(Config config)
-
-
Method Detail
-
withFields
public Explore withFields(ExploreFields... fields)
-
withNearVector
public Explore withNearVector(NearVectorArgument nearVector)
-
withNearObject
public Explore withNearObject(NearObjectArgument nearObject)
-
withNearText
public Explore withNearText(NearTextArgument nearText)
-
withAsk
public Explore withAsk(AskArgument ask)
-
withNearImage
public Explore withNearImage(NearImageArgument nearImage)
-
run
public Result<GraphQLResponse> run()
- Specified by:
runin interfaceClientResult<GraphQLResponse>
-
-