Package com.yahoo.prelude.query
Class PureWeightedItem
- java.lang.Object
-
- com.yahoo.prelude.query.Item
-
- com.yahoo.prelude.query.PureWeightedItem
-
- All Implemented Interfaces:
java.lang.Cloneable
- Direct Known Subclasses:
PureWeightedInteger
,PureWeightedString
public abstract class PureWeightedItem extends Item
- Author:
- baldersheim
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.yahoo.prelude.query.Item
Item.ItemCreator, Item.ItemType
-
-
Field Summary
-
Fields inherited from class com.yahoo.prelude.query.Item
connectedBacklink, connectedItem, connectivity, DEFAULT_WEIGHT, explicitSignificance, significance, uniqueID
-
-
Constructor Summary
Constructors Constructor Description PureWeightedItem(int weight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
appendBodyString(java.lang.StringBuilder buffer)
Override to append the item body in the canonical query language of this item.int
encode(java.nio.ByteBuffer buffer)
java.lang.String
getName()
Returns the name of this itemvoid
setIndexName(java.lang.String index)
Sets the index name of this item-
Methods inherited from class com.yahoo.prelude.query.Item
addAnnotation, appendHeadingString, clone, disclose, encodeThis, equals, getAnnotation, getBytes, getCode, getCreator, getItemType, getLabel, getLanguage, getParent, getTermCount, getWeight, hasAnnotation, hasConnectivityBackLink, hashCode, hasUniqueID, isFilter, isFromSpecialToken, isProtected, isRanked, isRoot, putBytes, putString, setCreator, setFilter, setFromSpecialToken, setHasUniqueID, setLabel, setLanguage, setParent, setPositionData, setProtected, setRanked, setWeight, shouldParenthize, toString, usePositionData
-
-
-
-
Method Detail
-
setIndexName
public void setIndexName(java.lang.String index)
Description copied from class:Item
Sets the index name of this item- Specified by:
setIndexName
in classItem
-
getName
public java.lang.String getName()
Description copied from class:Item
Returns the name of this item
-
appendBodyString
protected void appendBodyString(java.lang.StringBuilder buffer)
Description copied from class:Item
Override to append the item body in the canonical query language of this item. An item is usually represented by the string([itemName] [body])
The body must be appended appended by this method.- Specified by:
appendBodyString
in classItem
-
-