Class Bm25Argument
- java.lang.Object
-
- io.weaviate.client.v1.graphql.query.argument.Bm25Argument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBm25Argument.Bm25ArgumentBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()static Bm25Argument.Bm25ArgumentBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)String[]getProperties()StringgetQuery()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static Bm25Argument.Bm25ArgumentBuilder builder()
-
getQuery
public String getQuery()
-
getProperties
public String[] getProperties()
-
canEqual
protected boolean canEqual(Object other)
-
-