Class BooleanQuery
java.lang.Object
com.lancedb.lance.namespace.model.BooleanQuery
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class BooleanQuery
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMustItem
(FtsQuery mustItem) addMustNotItem
(FtsQuery mustNotItem) addShouldItem
(FtsQuery shouldItem) boolean
getMust()
int
hashCode()
void
void
setMustNot
(List<FtsQuery> mustNot) void
toString()
toUrlQueryString
(String prefix)
-
Field Details
-
JSON_PROPERTY_MUST
-
JSON_PROPERTY_MUST_NOT
-
JSON_PROPERTY_SHOULD
-
-
Constructor Details
-
BooleanQuery
public BooleanQuery()
-
-
Method Details
-
must
-
addMustItem
-
getMust
-
setMust
-
mustNot
-
addMustNotItem
-
getMustNot
-
setMustNot
-
should
-
addShouldItem
-
getShould
-
setShould
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
-
toUrlQueryString
-