SirenField
is the basic type for configurable tree-based data analysis. This field type relies on:
datatypeConfig
This field type enforces certain field properties by throwing a {@link SolrException} if the field type does not set properlythe properties. By default all the properties are set properly, i.e., a user should not modify these properties. This field type enforces also the postingsFormat
to Siren10Afor
. The list of enforced field properties are:
A {@link SchemaField} can overwrite these properties, however an exceptionwill be thrown when converting it to a Lucene's {@link org.apache.lucene.document.FieldType} in{@link #createField(SchemaField,Object,float)}.
This field type extends {@link TextField} to have the{@link FieldProperties#OMIT_TF_POSITIONS} set to false by default.
|
|