Class NearTextArgument.NearTextArgumentBuilder
- java.lang.Object
-
- io.weaviate.client.v1.graphql.query.argument.NearTextArgument.NearTextArgumentBuilder
-
- Enclosing class:
- NearTextArgument
public static class NearTextArgument.NearTextArgumentBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NearTextArgument.NearTextArgumentBuilderautocorrect(Boolean autocorrect)NearTextArgumentbuild()NearTextArgument.NearTextArgumentBuildercertainty(Float certainty)NearTextArgument.NearTextArgumentBuilderconcepts(String[] concepts)NearTextArgument.NearTextArgumentBuilderdistance(Float distance)NearTextArgument.NearTextArgumentBuildermoveAwayFrom(NearTextMoveParameters moveAwayFrom)NearTextArgument.NearTextArgumentBuildermoveTo(NearTextMoveParameters moveTo)StringtoString()
-
-
-
Method Detail
-
concepts
public NearTextArgument.NearTextArgumentBuilder concepts(String[] concepts)
- Returns:
this.
-
certainty
public NearTextArgument.NearTextArgumentBuilder certainty(Float certainty)
- Returns:
this.
-
distance
public NearTextArgument.NearTextArgumentBuilder distance(Float distance)
- Returns:
this.
-
moveTo
public NearTextArgument.NearTextArgumentBuilder moveTo(NearTextMoveParameters moveTo)
- Returns:
this.
-
moveAwayFrom
public NearTextArgument.NearTextArgumentBuilder moveAwayFrom(NearTextMoveParameters moveAwayFrom)
- Returns:
this.
-
autocorrect
public NearTextArgument.NearTextArgumentBuilder autocorrect(Boolean autocorrect)
- Returns:
this.
-
build
public NearTextArgument build()
-
-