Package io.weaviate.client.v1.misc.model
Class BM25Config
- java.lang.Object
-
- io.weaviate.client.v1.misc.model.BM25Config
-
public class BM25Config extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBM25Config.BM25ConfigBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BM25Config.BM25ConfigBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)FloatgetB()FloatgetK1()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static BM25Config.BM25ConfigBuilder builder()
-
getK1
public Float getK1()
-
getB
public Float getB()
-
canEqual
protected boolean canEqual(Object other)
-
-