| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PARAM_MAPPING_FILE |
"MappingFile" |
public static final String |
PARAM_ROW_MAPPING |
"RowMapping" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
FEATURE_AND_DATATYPE |
1 |
protected static final int |
TYPE |
0 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PARAM_MAPPING_FILE |
"MappingFile" |
public static final String |
PARAM_ROW_MAPPING |
"RowMapping" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DESC_MAPPING_FILE |
"An XML mapping file following the specification required by the jcore-xml-mapper. The mapping file specifies how contents from an XML docuent are to be brought into the CAS." |
public static final String |
DESC_ROW_MAPPING |
"In case that the CoStoSys active table schema specified more than two columns to be retrieved, the other columns need a mapping into the CAS.A mapping item has the following form: <column index>=<uima type>#<type feature>:<feature datatype>:defaultValue where the defaultValue is optional. Example: 2=de.julielab.jules.types.max_xmi_id#id:int:0 maps the content of the third (index 2, zero-based) retrieved column (may also belong to an additional table!) to feature \"id\" of the type \"d.j.j.t.max_xmi_id\" which is an int. In case there is no value returned from the database for a document, use a 0 as default." |
public static final String |
PARAM_MAPPING_FILE |
"MappingFile" |
public static final String |
PARAM_ROW_MAPPING |
"RowMapping" |
Copyright © 2018 JULIE Lab, Germany. All rights reserved.