Package com.yahoo.search.schema
Interface FieldInfo
public interface FieldInfo
Information about a field or field set.
- Author:
- bratseth
-
Method Details
-
name
String name()Returns the name of this field or field set. -
type
Field.Type type() -
isAttribute
boolean isAttribute()Returns whether this field or field set is attribute(s), i.e. does indexing: attribute. -
isIndex
boolean isIndex()Returns whether this field is index(es), i.e. does indexing: index.
-