Uses of Class
io.weaviate.client.v1.graphql.query.argument.NearTextArgument
Packages that use NearTextArgument
Package
Description
-
Uses of NearTextArgument in io.weaviate.client.v1.async.graphql.api
Methods in io.weaviate.client.v1.async.graphql.api with parameters of type NearTextArgumentModifier and TypeMethodDescriptionAggregate.withNearText(NearTextArgument withNearTextFilter) Explore.withNearText(NearTextArgument nearText) Get.withNearText(NearTextArgument nearText) -
Uses of NearTextArgument in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query with parameters of type NearTextArgumentModifier and TypeMethodDescriptionAggregate.withNearText(NearTextArgument withNearTextFilter) Explore.withNearText(NearTextArgument nearText) Get.withNearText(NearTextArgument nearText) -
Uses of NearTextArgument in io.weaviate.client.v1.graphql.query.argument
Methods in io.weaviate.client.v1.graphql.query.argument that return NearTextArgumentModifier and TypeMethodDescriptionNearTextArgument.NearTextArgumentBuilder.build()HybridArgument.Searches.getNearText()Methods in io.weaviate.client.v1.graphql.query.argument with parameters of type NearTextArgumentModifier and TypeMethodDescriptionHybridArgument.Searches.SearchesBuilder.nearText(NearTextArgument nearText) -
Uses of NearTextArgument in io.weaviate.client.v1.graphql.query.builder
Methods in io.weaviate.client.v1.graphql.query.builder that return NearTextArgumentModifier and TypeMethodDescriptionExploreBuilder.getWithNearText()AggregateBuilder.getWithNearTextFilter()GetBuilder.getWithNearTextFilter()Methods in io.weaviate.client.v1.graphql.query.builder with parameters of type NearTextArgumentModifier and TypeMethodDescriptionExploreBuilder.ExploreBuilderBuilder.withNearText(NearTextArgument withNearText) AggregateBuilder.AggregateBuilderBuilder.withNearTextFilter(NearTextArgument withNearTextFilter) GetBuilder.GetBuilderBuilder.withNearTextFilter(NearTextArgument withNearTextFilter)