Class SearchField

  • All Implemented Interfaces:
    com.yahoo.document.fieldset.FieldSet, Serializable, Comparable

    public class SearchField
    extends com.yahoo.document.Field
    Author:
    baldersheim
    See Also:
    Serialized Form
    • Constructor Detail

      • SearchField

        public SearchField​(com.yahoo.document.Field field,
                           boolean indexed,
                           boolean attribute)
      • SearchField

        public SearchField​(com.yahoo.document.Field field,
                           boolean indexed,
                           boolean attribute,
                           List<SearchField.Feature> features)