Uses of Class
technology.semi.weaviate.client.v1.graphql.query.argument.NearTextArgument
-
-
Uses of NearTextArgument in technology.semi.weaviate.client.v1.graphql.query
Methods in technology.semi.weaviate.client.v1.graphql.query with parameters of type NearTextArgument Modifier and Type Method Description AggregateAggregate. withNearText(NearTextArgument withNearTextFilter)ExploreExplore. withNearText(NearTextArgument nearText)GetGet. withNearText(NearTextArgument nearText) -
Uses of NearTextArgument in technology.semi.weaviate.client.v1.graphql.query.argument
Methods in technology.semi.weaviate.client.v1.graphql.query.argument that return NearTextArgument Modifier and Type Method Description NearTextArgumentNearTextArgument.NearTextArgumentBuilder. build() -
Uses of NearTextArgument in technology.semi.weaviate.client.v1.graphql.query.builder
Methods in technology.semi.weaviate.client.v1.graphql.query.builder that return NearTextArgument Modifier and Type Method Description NearTextArgumentExploreBuilder. getWithNearText()NearTextArgumentAggregateBuilder. getWithNearTextFilter()NearTextArgumentGetBuilder. getWithNearTextFilter()Methods in technology.semi.weaviate.client.v1.graphql.query.builder with parameters of type NearTextArgument Modifier and Type Method Description ExploreBuilder.ExploreBuilderBuilderExploreBuilder.ExploreBuilderBuilder. withNearText(NearTextArgument withNearText)AggregateBuilder.AggregateBuilderBuilderAggregateBuilder.AggregateBuilderBuilder. withNearTextFilter(NearTextArgument withNearTextFilter)GetBuilder.GetBuilderBuilderGetBuilder.GetBuilderBuilder. withNearTextFilter(NearTextArgument withNearTextFilter)
-