Uses of Class
com.yahoo.vespa.documentmodel.DocumentSummary
Packages that use DocumentSummary
-
Uses of DocumentSummary in com.yahoo.schema
Methods in com.yahoo.schema that return DocumentSummaryModifier and TypeMethodDescriptionSchema.getSummary(String name) Returns a summary class defined by this search definition, or null if no summary with this name is defined.Methods in com.yahoo.schema that return types with arguments of type DocumentSummaryModifier and TypeMethodDescriptionSchema.getSummaries()Summaries defined by fields of this search definition.Schema.getSummariesInThis()Returns the summaries defines in this only, not any that are inherited.Methods in com.yahoo.schema with parameters of type DocumentSummaryModifier and TypeMethodDescriptionvoidSchema.addSummary(DocumentSummary summary) Adds an explicitly defined summary to this search definition -
Uses of DocumentSummary in com.yahoo.schema.derived
Constructors in com.yahoo.schema.derived with parameters of type DocumentSummaryModifierConstructorDescriptionSummaryClass(Schema schema, DocumentSummary summary, com.yahoo.config.application.api.DeployLogger deployLogger) Creates a summary class from a search definition summary -
Uses of DocumentSummary in com.yahoo.vespa.documentmodel
Methods in com.yahoo.vespa.documentmodel that return DocumentSummaryModifier and TypeMethodDescriptionDocumentSummary.add(DocumentSummary other) Adds another set of fields to this.DocumentSummary.add(SummaryField field) Adds a field to this.Methods in com.yahoo.vespa.documentmodel that return types with arguments of type DocumentSummaryMethods in com.yahoo.vespa.documentmodel with parameters of type DocumentSummaryModifier and TypeMethodDescriptionDocumentSummary.add(DocumentSummary other) Adds another set of fields to this.static SummaryFieldSummaryField.createWithUnresolvedType(String name, DocumentSummary owner)