Uses of Class
com.yahoo.schema.parser.ParsedSchema
Packages that use ParsedSchema
-
Uses of ParsedSchema in com.yahoo.schema.parser
Methods in com.yahoo.schema.parser that return ParsedSchemaModifier and TypeMethodDescriptionIntermediateCollection.addSchemaFromString(String input) IntermediateCollection.getParsedSchema(String name) final ParsedSchemaSchemaParser.rootDocument()Consumes a schema definition that contains only documents to be used for inheritance, etc.final ParsedSchemaSchemaParser.rootDocumentItem(ParsedSchema schema) Consumes a single item from within a root document node.final ParsedSchemaSchemaParser.rootSchema()This rule consumes a proper schema block.final ParsedSchemaSchemaParser.schema()The rule consumes any schema and returns the corresponding object.Methods in com.yahoo.schema.parser that return types with arguments of type ParsedSchemaMethods in com.yahoo.schema.parser with parameters of type ParsedSchemaModifier and TypeMethodDescriptionfinal voidSchemaParser.annotationOutside(ParsedSchema schema) This rule consumes a annotation block from within a schema element.final voidSchemaParser.constant(ParsedSchema schema, ParsedRankProfile profile) final voidSchemaParser.constants(ParsedSchema schema, ParsedRankProfile profile) Consumes a set of constants available in ranking expressions in the enclosing profile.final voidSchemaParser.document(ParsedSchema schema) Consumes a document element.final voidSchemaParser.documentSummary(ParsedSchema schema) Consumes a document-summary block from within a schema block.final voidSchemaParser.fieldOutsideDoc(ParsedSchema schema) Consumes a field block from outside a document element.final voidSchemaParser.fieldSet(ParsedSchema schema) Consumes a fieldset blockfinal voidSchemaParser.importField(ParsedSchema schema) final voidSchemaParser.indexOutsideDoc(ParsedSchema schema) Consumes an index block in a schema element.final voidSchemaParser.onnxModelInSchema(ParsedSchema schema) final voidSchemaParser.rankingConstant(ParsedSchema schema) Consumes a constant block of a schema element.final voidSchemaParser.rankProfile(ParsedSchema schema) Consumes a rank-profile block of a schema element.final voidSchemaParser.rankProfileItem(ParsedSchema schema, ParsedRankProfile profile) This rule consumes a single statement for a rank-profile block.final voidSchemaParser.rawAsBase64(ParsedSchema schema) final ParsedSchemaSchemaParser.rootDocumentItem(ParsedSchema schema) Consumes a single item from within a root document node.final voidSchemaParser.rootSchemaItem(ParsedSchema schema) Consumes an element of a schema block.final voidSchemaParser.searchStemming(ParsedSchema schema) This rule consumes a stemming statement for a schema element.final voidSchemaParser.structOutside(ParsedSchema schema) This rule consumes a struct block from within a schema element.Constructor parameters in com.yahoo.schema.parser with type arguments of type ParsedSchemaModifierConstructorDescriptionConvertParsedSchemas(List<ParsedSchema> orderedInput, com.yahoo.document.DocumentTypeManager documentTypeManager, com.yahoo.config.application.api.ApplicationPackage applicationPackage, com.yahoo.config.application.api.FileRegistry fileRegistry, com.yahoo.config.application.api.DeployLogger deployLogger, com.yahoo.config.model.api.ModelContext.Properties properties, RankProfileRegistry rankProfileRegistry, boolean documentsOnly) ConvertParsedTypes(List<ParsedSchema> input, com.yahoo.document.DocumentTypeManager docMan) InheritanceResolver(Map<String, ParsedSchema> parsedSchemas)