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. withNearImage(NearImageArgument nearImage)ExploreExplore. withNearObject(NearObjectArgument nearObject)ExploreExplore. withNearText(NearTextArgument nearText)ExploreExplore. withNearVector(NearVectorArgument nearVector)ExploreExplore. withOffset(Integer offset)
-