Default value |
Defines the default value of an attribute if nothing is specified.
For example, in a CSV file, if an attribute value is not valuated, the
index unit item uses this default value.
|
Origin |
Defines the origin of the attribute or the class with the fields:
- Source: The name of the source (for example, ontology).
- URI: The Uniform Resource Identifier of the current attribute or
class.
|
Full Text Search |
Pushes the attribute value in one or multiple attributes in the
text field.
|
Index Exact |
Defines how to index the tokens of the current attribute. With this
annotation, the index takes the exact value of the attribute.
|
Index Lowercase |
Defines how to index the tokens of the current attribute. With this
annotation, the index takes the lowercase value of the attribute. In other
words, it removes capital letters.
|
Index Normalized |
Defines how to index the tokens of the current attribute. With this
annotation, the index takes the normalized value of the attribute. In other
words, it removes accents and capital letters.
|
Precision |
Defines the number of precision digits for a decimal attribute.
|