Uses of Class
com.yahoo.schema.document.Attribute
Packages that use Attribute
Package
Description
Classes in this package (processors) implements some search
definition features by reducing them to simpler features.
-
Uses of Attribute in com.yahoo.schema
Methods in com.yahoo.schema that return AttributeModifier and TypeMethodDescriptionSchema.getAttribute(String name) Returns the first occurrence of an attribute having this name, or null if none -
Uses of Attribute in com.yahoo.schema.derived
Methods in com.yahoo.schema.derived that return AttributeModifier and TypeMethodDescriptionAttributeFields.getAttribute(String attributeName) Returns an attribute by name, or null if it doesn't existMethods in com.yahoo.schema.derived that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributeFields.attributeIterator()Returns a read only attribute iteratorAttributeFields.attributes()AttributeFields.structFieldAttributes(String baseFieldName) -
Uses of Attribute in com.yahoo.schema.document
Methods in com.yahoo.schema.document that return AttributeModifier and TypeMethodDescriptionSDField.addAttribute(Attribute attribute) Attribute.clone()Attribute.convertToArray()ImmutableImportedSDField.getAttribute()ImmutableSDField.getAttribute()SDField.getAttribute()Methods in com.yahoo.schema.document that return types with arguments of type AttributeModifier and TypeMethodDescriptionImmutableImportedSDField.getAttributes()ImmutableSDField.getAttributes()SDField.getAttributes()Returns the search-time attribute settings of this field or null if none is set.Methods in com.yahoo.schema.document with parameters of type AttributeModifier and TypeMethodDescriptionSDField.addAttribute(Attribute attribute) booleanAttribute.isCompatible(Attribute other) Returns whether these attributes describes the same entity, even if they have different namesstatic booleanComplexAttributeFieldUtils.isPrimitiveType(Attribute attribute) -
Uses of Attribute in com.yahoo.schema.processing
Fields in com.yahoo.schema.processing declared as AttributeModifier and TypeFieldDescriptionprotected final AttributeMatchPhaseSettingsValidator.AttributeValidator.attributeConstructors in com.yahoo.schema.processing with parameters of type AttributeModifierConstructorDescriptionAttributeValidator(String searchName, String rankProfileName, Attribute attribute, String attributeName)