static TextSchema |
StructuredSchemaReader.load(String schemaFile) |
Gets the text schema defined in the specified structured schema file.
|
static TextSchema |
StructuredSchemaReader.load(String schemaFile,
TextTypes.StringConversion stringHandling) |
Gets the text schema defined in the specified structured schema file, providing
hints about how string valued fields should be interpreted.
|
static TextSchema |
StructuredSchemaReader.load(String schemaFile,
TextTypes.StringConversion stringHandling,
CharsetEncoding charEncoding) |
Gets the text schema defined in the specified structured schema file, providing
hints about how string valued fields should be interpreted and the character encoding
of the file.
|
static TextSchema |
StructuredSchemaReader.load(String schemaFile,
TextTypes.StringConversion stringHandling,
CharsetEncoding charEncoding,
SchemaType type) |
Gets the text schema defined in the specified structured schema file, providing
hints about how string valued fields should be interpreted and the character encoding
of the file.
|
static TextSchema |
StructuredSchemaReader.loadString(String schemaString) |
Gets the text schema defined in the specified structured schema string.
|
TextSchema |
StructuredSchemaReader.parse(String schemaResource) |
Parse the given schema file.
|
TextSchema |
StructuredSchemaReader.parse(String schemaResource,
SchemaType type) |
Parse the given schema file as the provided schema type.
|
TextSchema |
StructuredSchemaReader.parseString(String schemaString) |
Parse the given schema string.
|
TextSchema |
StructuredSchemaReader.parseString(String schemaString,
SchemaType type) |
Parse the given schema string as the provided schema type.
|