Class SynonymIndexFieldNames
- java.lang.Object
-
- de.julielab.jules.ae.genemapping.index.SynonymIndexFieldNames
-
public class SynonymIndexFieldNames extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFILTEREDA boolean-numerical (0 or 1) value to indicate whether the value was recognized as being unspecific or otherwise non-helpful.static java.lang.StringID_FIELDstatic java.lang.StringID_FIELD_LEGACYstatic java.lang.StringLOOKUP_SYN_FIELDThe index field name for the normalized gene / protein name.static java.lang.StringORIGINAL_NAMEThe index field name for the original, unnormalized (however, lower-cased) gene / protein name.static java.lang.StringPRIORITYA numerical priority where 1 is the highest priority.static java.lang.StringSTEMMED_NORMALIZED_NAMEThe index field name for the normalized and then token-wise stemmed gene / protein name.static java.lang.StringTAX_ID_FIELDstatic java.lang.StringVARIANT_NAMEThe index field name for the normalized variant of the original gene / protein name.
-
Constructor Summary
Constructors Constructor Description SynonymIndexFieldNames()
-
-
-
Field Detail
-
ID_FIELD
public static final java.lang.String ID_FIELD
- See Also:
- Constant Field Values
-
ID_FIELD_LEGACY
public static final java.lang.String ID_FIELD_LEGACY
- See Also:
- Constant Field Values
-
LOOKUP_SYN_FIELD
public static final java.lang.String LOOKUP_SYN_FIELD
The index field name for the normalized gene / protein name.- See Also:
- Constant Field Values
-
ORIGINAL_NAME
public static final java.lang.String ORIGINAL_NAME
The index field name for the original, unnormalized (however, lower-cased) gene / protein name.- See Also:
- Constant Field Values
-
VARIANT_NAME
public static final java.lang.String VARIANT_NAME
The index field name for the normalized variant of the original gene / protein name.- See Also:
- Constant Field Values
-
STEMMED_NORMALIZED_NAME
public static final java.lang.String STEMMED_NORMALIZED_NAME
The index field name for the normalized and then token-wise stemmed gene / protein name.- See Also:
- Constant Field Values
-
TAX_ID_FIELD
public static final java.lang.String TAX_ID_FIELD
- See Also:
- Constant Field Values
-
PRIORITY
public static final java.lang.String PRIORITY
A numerical priority where 1 is the highest priority. The highest priority is given to official symbols, preferred names etc.- See Also:
- Constant Field Values
-
FILTERED
public static final java.lang.String FILTERED
A boolean-numerical (0 or 1) value to indicate whether the value was recognized as being unspecific or otherwise non-helpful. For experimental purposes, these items are kept in the index with this flag set to 1.- See Also:
- Constant Field Values
-
-