Class BoostQuery
- java.lang.Object
-
- com.lancedb.lance.namespace.model.BoostQuery
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class BoostQuery extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_NEGATIVE
static java.lang.String
JSON_PROPERTY_NEGATIVE_BOOST
static java.lang.String
JSON_PROPERTY_POSITIVE
-
Constructor Summary
Constructors Constructor Description BoostQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
FtsQuery
getNegative()
java.lang.Float
getNegativeBoost()
FtsQuery
getPositive()
int
hashCode()
BoostQuery
negative(FtsQuery negative)
BoostQuery
negativeBoost(java.lang.Float negativeBoost)
BoostQuery
positive(FtsQuery positive)
void
setNegative(FtsQuery negative)
void
setNegativeBoost(java.lang.Float negativeBoost)
void
setPositive(FtsQuery positive)
java.lang.String
toString()
java.lang.String
toUrlQueryString()
java.lang.String
toUrlQueryString(java.lang.String prefix)
-
-
-
Method Detail
-
positive
public BoostQuery positive(@Nonnull FtsQuery positive)
-
getPositive
@Nonnull public FtsQuery getPositive()
-
setPositive
public void setPositive(@Nonnull FtsQuery positive)
-
negative
public BoostQuery negative(@Nonnull FtsQuery negative)
-
getNegative
@Nonnull public FtsQuery getNegative()
-
setNegative
public void setNegative(@Nonnull FtsQuery negative)
-
negativeBoost
public BoostQuery negativeBoost(@Nullable java.lang.Float negativeBoost)
-
getNegativeBoost
@Nullable public java.lang.Float getNegativeBoost()
-
setNegativeBoost
public void setNegativeBoost(@Nullable java.lang.Float negativeBoost)
-
equals
public boolean equals(java.lang.Object o)
-
hashCode
public int hashCode()
-
toString
public java.lang.String toString()
-
toUrlQueryString
public java.lang.String toUrlQueryString()
-
toUrlQueryString
public java.lang.String toUrlQueryString(java.lang.String prefix)
-
-