Uses of Class
io.weaviate.client.v1.graphql.query.Explore
-
Packages that use Explore Package Description io.weaviate.client.v1.graphql io.weaviate.client.v1.graphql.query -
-
Uses of Explore in io.weaviate.client.v1.graphql
Methods in io.weaviate.client.v1.graphql that return Explore Modifier and Type Method Description ExploreGraphQL. explore() -
Uses of Explore in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query that return Explore Modifier and Type Method Description ExploreExplore. withAsk(AskArgument ask)ExploreExplore. withFields(ExploreFields... fields)ExploreExplore. withLimit(Integer limit)ExploreExplore. withNearAudio(NearAudioArgument nearAudio)ExploreExplore. withNearDepth(NearDepthArgument nearDepth)ExploreExplore. withNearImage(NearImageArgument nearImage)ExploreExplore. withNearImu(NearImuArgument nearImu)ExploreExplore. withNearObject(NearObjectArgument nearObject)ExploreExplore. withNearText(NearTextArgument nearText)ExploreExplore. withNearThermal(NearThermalArgument nearThermal)ExploreExplore. withNearVector(NearVectorArgument nearVector)ExploreExplore. withNearVideo(NearVideoArgument nearVideo)ExploreExplore. withOffset(Integer offset)
-