Uses of Class
com.yahoo.schema.document.SDDocumentType
Packages that use SDDocumentType
Package
Description
-
Uses of SDDocumentType in com.yahoo.schema
Methods in com.yahoo.schema that return SDDocumentTypeModifier and TypeMethodDescriptionImmutableSchema.getDocument()Schema.getDocument()Returns the document in this search.Schema.getDocument(String name) Gets a document from this search definitionMethods in com.yahoo.schema with parameters of type SDDocumentTypeModifier and TypeMethodDescriptionvoidDocumentOnlySchema.addDocument(SDDocumentType docType) voidSchema.addDocument(SDDocumentType document) Adds a document type which is defined in this search definitionvoidDocumentGraphValidator.DocumentGraphException.addParentDocument(SDDocumentType document) voidImportedFieldsEnumerator.enumerateImportedFields(SDDocumentType documentType) RankProfileRegistry.resolve(SDDocumentType docType, String name) voidDocumentReferenceResolver.resolveInheritedReferences(SDDocumentType documentType) voidDocumentReferenceResolver.resolveReferences(SDDocumentType documentType) Method parameters in com.yahoo.schema with type arguments of type SDDocumentTypeModifier and TypeMethodDescriptionvoidDocumentGraphValidator.validateDocumentGraph(List<SDDocumentType> documents) Constructors in com.yahoo.schema with parameters of type SDDocumentType -
Uses of SDDocumentType in com.yahoo.schema.derived
Methods in com.yahoo.schema.derived with parameters of type SDDocumentTypeModifier and TypeMethodDescriptionprotected voidDerived.derive(SDDocumentType document, Schema schema) Derives the content of this configuration.protected voidVsmFields.derive(SDDocumentType document, Schema schema) -
Uses of SDDocumentType in com.yahoo.schema.document
Fields in com.yahoo.schema.document declared as SDDocumentTypeMethods in com.yahoo.schema.document that return SDDocumentTypeModifier and TypeMethodDescriptionSDDocumentType.addType(SDDocumentType dt) For adding structs defined in document scopeSDDocumentType.clone()SDDocumentType.getOwnedType(NewDocumentType.Name name) final SDDocumentTypeSDDocumentType.getOwnedType(String name) SDDocumentType.getType(NewDocumentType.Name name) final SDDocumentTypeSDDocumentType.setStruct(com.yahoo.document.DataType structType) Methods in com.yahoo.schema.document that return types with arguments of type SDDocumentTypeModifier and TypeMethodDescriptionSDDocumentType.allTypes()SDDocumentType.getInheritedTypes()SDDocumentType.getTypes()Returns all owned datatypes.Map<com.yahoo.document.DataTypeName,SDDocumentType> SDDocumentType.inheritedTypes()Methods in com.yahoo.schema.document with parameters of type SDDocumentTypeModifier and TypeMethodDescriptionSDDocumentType.addType(SDDocumentType dt) For adding structs defined in document scopevoidSDDocumentType.inherit(SDDocumentType type) Constructors in com.yahoo.schema.document with parameters of type SDDocumentTypeModifierConstructorDescriptionSDField(SDDocumentType repo, String name, int id, com.yahoo.document.DataType dataType) Creates a new field.SDField(SDDocumentType repo, String name, com.yahoo.document.DataType dataType) Creates a new fieldprotectedSDField(SDDocumentType repo, String name, com.yahoo.document.DataType dataType, SDDocumentType owner) Creates a new fieldprotectedSDField(SDDocumentType repo, String name, com.yahoo.document.DataType dataType, SDDocumentType owner, Matching fieldMatching, int recursion) Creates a new fieldTemporarySDField(SDDocumentType repo, String name, com.yahoo.document.DataType dataType) TemporarySDField(SDDocumentType repo, String name, com.yahoo.document.DataType dataType, SDDocumentType owner) -
Uses of SDDocumentType in com.yahoo.schema.document.annotation
Methods in com.yahoo.schema.document.annotation that return SDDocumentTypeMethods in com.yahoo.schema.document.annotation with parameters of type SDDocumentTypeConstructors in com.yahoo.schema.document.annotation with parameters of type SDDocumentTypeModifierConstructorDescriptionSDAnnotationType(String name, SDDocumentType dataType, String inherits)