Package com.yahoo.search.schema
Class FieldSet
java.lang.Object
com.yahoo.search.schema.FieldSet
- All Implemented Interfaces:
FieldInfo
A set of fields which can be queried as one.
- Author:
- bratseth
-
Method Details
-
name
Description copied from interface:FieldInfo
Returns the name of this field or field set. -
type
-
isAttribute
public boolean isAttribute()Returns whether this field or field set is attribute(s), i.e. does indexing: attribute.- Specified by:
isAttribute
in interfaceFieldInfo
-
isIndex
public boolean isIndex()Returns whether this field is index(es), i.e. does indexing: index. -
fieldNames
-
equals
-
hashCode
public int hashCode() -
toString
-