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