Uses of Class
com.yahoo.vespa.documentmodel.DocumentModel
Packages that use DocumentModel
Package
Description
-
Uses of DocumentModel in com.yahoo.config.model
Constructors in com.yahoo.config.model with parameters of type DocumentModelModifierConstructorDescriptionApplicationConfigProducerRoot(TreeConfigProducer<AnyConfigProducer> parent, String name, DocumentModel documentModel, com.yahoo.component.Version vespaVersion, com.yahoo.config.provision.ApplicationId applicationId) Creates and initializes a new Vespa from the service config file in the given application directory. -
Uses of DocumentModel in com.yahoo.config.model.deploy
Methods in com.yahoo.config.model.deploy that return DocumentModel -
Uses of DocumentModel in com.yahoo.schema
Methods in com.yahoo.schema that return DocumentModelModifier and TypeMethodDescriptionDocumentModelBuilder.build(Collection<Schema> schemaList) Application.documentModel()ApplicationBuilder.getModel() -
Uses of DocumentModel in com.yahoo.vespa.configmodel.producers
Methods in com.yahoo.vespa.configmodel.producers with parameters of type DocumentModelModifier and TypeMethodDescriptioncom.yahoo.document.config.DocumentmanagerConfig.BuilderDocumentManager.produce(DocumentModel model, com.yahoo.document.config.DocumentmanagerConfig.Builder documentConfigBuilder) com.yahoo.document.config.DocumenttypesConfig.BuilderDocumentTypes.produce(DocumentModel model, com.yahoo.document.config.DocumenttypesConfig.Builder builder) com.yahoo.document.config.DocumentmanagerConfig.BuilderDocumentManager.produceDocTypes(DocumentModel model, com.yahoo.document.config.DocumentmanagerConfig.Builder builder)