Uses of Class
com.lancedb.lance.namespace.model.BooleanQuery
Packages that use BooleanQuery
-
Uses of BooleanQuery in com.lancedb.lance.namespace.model
Methods in com.lancedb.lance.namespace.model that return BooleanQueryModifier and TypeMethodDescriptionBooleanQuery.addMustItem(FtsQuery mustItem) BooleanQuery.addMustNotItem(FtsQuery mustNotItem) BooleanQuery.addShouldItem(FtsQuery shouldItem) FtsQuery.getBoolean()Methods in com.lancedb.lance.namespace.model with parameters of type BooleanQueryModifier and TypeMethodDescriptionFtsQuery._boolean(BooleanQuery _boolean) voidFtsQuery.setBoolean(BooleanQuery _boolean)