Package io.weaviate.client.v1.misc.model
Class StopwordConfig
- java.lang.Object
-
- io.weaviate.client.v1.misc.model.StopwordConfig
-
public class StopwordConfig extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStopwordConfig.StopwordConfigBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StopwordConfig.StopwordConfigBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)String[]getAdditions()StringgetPreset()String[]getRemovals()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static StopwordConfig.StopwordConfigBuilder builder()
-
getPreset
public String getPreset()
-
getAdditions
public String[] getAdditions()
-
getRemovals
public String[] getRemovals()
-
canEqual
protected boolean canEqual(Object other)
-
-