Uses of Interface
com.yahoo.schema.document.ImmutableSDField
Packages that use ImmutableSDField
Package
Description
-
Uses of ImmutableSDField in com.yahoo.schema
Methods in com.yahoo.schema that return ImmutableSDFieldMethods in com.yahoo.schema that return types with arguments of type ImmutableSDFieldModifier and TypeMethodDescriptiondefault Stream<ImmutableSDField>ImmutableSchema.allFields()ImmutableSchema.allFieldsList()Schema.allFieldsList()ImmutableSchema.allImportedFields()Schema.allImportedFields()Methods in com.yahoo.schema with parameters of type ImmutableSDFieldModifier and TypeMethodDescriptionImmutableSchema.getSummaryFields(ImmutableSDField field) Schema.getSummaryFields(ImmutableSDField field) Returns all summary fields, of all document summaries, which has the given field as source. -
Uses of ImmutableSDField in com.yahoo.schema.derived
Methods in com.yahoo.schema.derived with parameters of type ImmutableSDFieldModifier and TypeMethodDescriptionprotected voidAttributeFields.derive(ImmutableSDField field, Schema schema) Derives everything from a fieldprotected voidDerived.derive(ImmutableSDField field, Schema schema) Derives the content of this configuration.protected voidIndexInfo.derive(ImmutableSDField field, Schema schema) protected voidIndexInfo.derive(ImmutableSDField field, Schema schema, ImmutableSDField parent) protected voidIndexingScript.derive(ImmutableSDField field, Schema schema) protected voidIndexSchema.derive(ImmutableSDField field, Schema schema) -
Uses of ImmutableSDField in com.yahoo.schema.document
Classes in com.yahoo.schema.document that implement ImmutableSDFieldModifier and TypeClassDescriptionclassWrapsImportedComplexFieldasImmutableSDField.classWrapsImportedFieldasImmutableSDField.classThe field class represents a document field.classMethods in com.yahoo.schema.document that return ImmutableSDFieldModifier and TypeMethodDescriptionImportedComplexField.asImmutableSDField()abstract ImmutableSDFieldImportedField.asImmutableSDField()ImportedSimpleField.asImmutableSDField()ImmutableImportedComplexSDField.getStructField(String name) ImmutableImportedSDField.getStructField(String name) ImmutableSDField.getStructField(String name) ImportedField.targetField()Methods in com.yahoo.schema.document that return types with arguments of type ImmutableSDFieldModifier and TypeMethodDescriptionFieldSet.fields()Collection<? extends ImmutableSDField>ImmutableImportedComplexSDField.getStructFields()Collection<? extends ImmutableSDField>ImmutableImportedSDField.getStructFields()Collection<? extends ImmutableSDField>ImmutableSDField.getStructFields()Methods in com.yahoo.schema.document with parameters of type ImmutableSDFieldModifier and TypeMethodDescriptionstatic booleanGeoPos.isAnyPos(ImmutableSDField field) static booleanComplexAttributeFieldUtils.isArrayOfSimpleStruct(ImmutableSDField field) static booleanComplexAttributeFieldUtils.isComplexFieldWithOnlyStructFieldAttributes(ImmutableSDField field) static booleanComplexAttributeFieldUtils.isMapOfPrimitiveType(ImmutableSDField field) static booleanComplexAttributeFieldUtils.isMapOfSimpleStruct(ImmutableSDField field) static booleanGeoPos.isPos(ImmutableSDField field) static booleanGeoPos.isPosArray(ImmutableSDField field) static booleanComplexAttributeFieldUtils.isSupportedComplexField(ImmutableSDField field) Constructors in com.yahoo.schema.document with parameters of type ImmutableSDFieldModifierConstructorDescriptionImportedComplexField(String fieldName, DocumentReference reference, ImmutableSDField targetField) ImportedField(String fieldName, DocumentReference reference, ImmutableSDField targetField) ImportedSimpleField(String fieldName, DocumentReference reference, ImmutableSDField targetField) -
Uses of ImmutableSDField in com.yahoo.vespa.model.application.validation.change.search
Constructors in com.yahoo.vespa.model.application.validation.change.search with parameters of type ImmutableSDFieldModifierConstructorDescriptionIndexingScriptChangeMessageBuilder(Schema currentSchema, ImmutableSDField currentField, Schema nextSchema, ImmutableSDField nextField)