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
Abstract class representing an IN operator.
- Author:
- toregge
-
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, documentFrequency, explicitSignificance, significance, uniqueID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether this item is of the same class and contains the same state as the given item.getName()Returns the name of this iteminthashCode()voidsetIndexName(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, hasPrefixMatchSemantics, 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:ItemSets the index name of this item- Specified by:
setIndexNamein classItem
-
getIndexName
-
getName
Description copied from class:ItemReturns the name of this item -
equals
Description copied from class:ItemReturns whether this item is of the same class and contains the same state as the given item. -
hashCode
public int hashCode()
-