9.1.1
):required="false"
.name
: [mandatory
] - the name of the field.type
: [mandatory
] - a name of a field type from the <fieldType>
section.indexed
: [default=true
] - if this field should be indexed (searchable or sortable).stored
: [default=true
] - if this field should be retrievable.required
: if this field is required.default
: a value that should be used if no value is specified when adding a document.multiValued
: [default=true
] - if this field may contain multiple values per document.termPositions
: stores position information with the term vector.termOffsets
: stores offset information with the term vector.docValues
: [default=true
] - if this field should have doc values.*PointField
fields) for faceting, grouping, sorting and function queries.StrField
, UUIDField
, all *PointField
fields, and depending on the field type,
they might require the field to be single-valued, be required or have a default valueomitNorms
: (expert) set to true to omit the norms associated with this field
(this disables length normalization and index-time boosting for the field, and saves some memory).termVectors
: [default=false
] set to true to store the term vector for a given field._version_
) are reserved.id
_version_
_root_
_text_
<dynamicField name="*_i" />
will match any field ending in _i
(like myid_i
, z_i
).*
" only at the start or the end.precisionStep="8"
):precisionStep="6"
):