Uses of Class
io.weaviate.client.v1.graphql.query.argument.Bm25Argument
-
Packages that use Bm25Argument Package Description io.weaviate.client.v1.graphql.query io.weaviate.client.v1.graphql.query.argument io.weaviate.client.v1.graphql.query.builder -
-
Uses of Bm25Argument in io.weaviate.client.v1.graphql.query
Methods in io.weaviate.client.v1.graphql.query with parameters of type Bm25Argument Modifier and Type Method Description GetGet. withBm25(Bm25Argument bm25) -
Uses of Bm25Argument in io.weaviate.client.v1.graphql.query.argument
Methods in io.weaviate.client.v1.graphql.query.argument that return Bm25Argument Modifier and Type Method Description Bm25ArgumentBm25Argument.Bm25ArgumentBuilder. build() -
Uses of Bm25Argument in io.weaviate.client.v1.graphql.query.builder
Methods in io.weaviate.client.v1.graphql.query.builder that return Bm25Argument Modifier and Type Method Description Bm25ArgumentGetBuilder. getWithBm25Filter()Methods in io.weaviate.client.v1.graphql.query.builder with parameters of type Bm25Argument Modifier and Type Method Description GetBuilder.GetBuilderBuilderGetBuilder.GetBuilderBuilder. withBm25Filter(Bm25Argument withBm25Filter)
-