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 Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
negativeBoost
(Float negativeBoost) void
setNegative
(FtsQuery negative) void
setNegativeBoost
(Float negativeBoost) void
setPositive
(FtsQuery positive) toString()
toUrlQueryString
(String prefix)
-
Field Details
-
JSON_PROPERTY_POSITIVE
-
JSON_PROPERTY_NEGATIVE
-
JSON_PROPERTY_NEGATIVE_BOOST
-
-
Constructor Details
-
BoostQuery
public BoostQuery()
-
-
Method Details
-
positive
-
getPositive
-
setPositive
-
negative
-
getNegative
-
setNegative
-
negativeBoost
-
getNegativeBoost
-
setNegativeBoost
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
-
toUrlQueryString
-