Package com.yahoo.prelude.query
Class InItem
java.lang.Object
com.yahoo.prelude.query.Item
com.yahoo.prelude.query.InItem
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
NumericInItem
,StringInItem
-
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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether this item is of the same class and contains the same state as the given item.getName()
Returns the name of this itemint
hashCode()
void
setIndexName
(String index) Sets the index name of this itemMethods inherited from class com.yahoo.prelude.query.Item
addAnnotation, appendBodyString, appendHeadingString, clone, disclose, encode, encodeThis, getAnnotation, getBytes, getCode, getCreator, getItemType, getLabel, getLanguage, getParent, getTermCount, getWeight, hasAnnotation, hasConnectivityBackLink, hasUniqueID, isFilter, isFromSpecialToken, isProtected, isRanked, isRoot, putBytes, putString, setCreator, setFilter, setFromSpecialToken, setHasUniqueID, setLabel, setLanguage, setParent, setPositionData, setProtected, setRanked, setWeight, shouldParenthesize, toString, usePositionData
-
Constructor Details
-
InItem
-
-
Method Details
-
setIndexName
Description copied from class:Item
Sets the index name of this item- Specified by:
setIndexName
in classItem
-
getIndexName
-
getName
Description copied from class:Item
Returns the name of this item -
equals
Description copied from class:Item
Returns whether this item is of the same class and contains the same state as the given item. -
hashCode
public int hashCode()
-