Uses of Class
com.yahoo.schema.parser.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in com.yahoo.schema.fieldoperation
Methods in com.yahoo.schema.fieldoperation with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionstatic IndexingOperationIndexingOperation.fromStream(SimpleCharStream input, boolean multiLine) Creates an indexing operation which will use the simple linguistics implementation suitable for testingstatic IndexingOperationIndexingOperation.fromStream(SimpleCharStream input, boolean multiLine, com.yahoo.language.Linguistics linguistics, Map<String, com.yahoo.language.process.Chunker> chunkers, Map<String, com.yahoo.language.process.Embedder> embedders, Map<String, com.yahoo.language.process.FieldGenerator> generators) -
Uses of SimpleCharStream in com.yahoo.schema.parser
Constructors in com.yahoo.schema.parser with parameters of type SimpleCharStreamModifierConstructorDescriptionSchemaParser(SimpleCharStream stream, com.yahoo.config.application.api.DeployLogger deployLogger) Creates a parser.