Norms is one option we're lacking in particular. There may be others, see Search 5.
See {{org.hibernate.search.v6poc.backend.document.model.IndexSchemaFieldTypedContext}}, {{org.hibernate.search.v6poc.entity.pojo.mapping.definition.annotation.Field}},{{org.hibernate.search.v6poc.backend.lucene.document.model.impl.IndexSchemaFieldStringContext#getFieldType}} in particular.
Note: Some options must not be restored, @XXXField.analyze in particular: it's only useful if we add support for "scoped" analyzer mapping (setting a default analyzer, assigning an analyzer to a type, assigning an analyzer to a property, ...), which [we decided not to allow|https://docs.google.com/document/d/16PAa__LsxyLZcbW3q1MvgyIznh4ZnCYLupbNMXKMRds/edit?pli=1#heading=h.1d2zwtxo6cg6]. Let's discuss the options to restore before restoring them. |
|