Uses of Class
com.yahoo.prelude.query.WeightedSetItem
-
Packages that use WeightedSetItem Package Description com.yahoo.prelude.hitfield com.yahoo.prelude.query The query model representing a boolean combination of selection criterions, where elements may be simple criterions, nested boolean operators, or annotated pieces of natural language text. -
-
Uses of WeightedSetItem in com.yahoo.prelude.hitfield
Methods in com.yahoo.prelude.hitfield with parameters of type WeightedSetItem Modifier and Type Method Description boolean
JSONString. fillWeightedSetItem(WeightedSetItem item)
-
Uses of WeightedSetItem in com.yahoo.prelude.query
Subclasses of WeightedSetItem in com.yahoo.prelude.query Modifier and Type Class Description class
DotProductItem
A weighted set query item to be evaluated as a sparse dot product.class
WandItem
A weighted set query item to be evaluated as a Wand with dot product scoring.Methods in com.yahoo.prelude.query that return WeightedSetItem Modifier and Type Method Description WeightedSetItem
WeightedSetItem. clone()
-