| Fixed in Search 6 with the new field bridge API: HSEARCH-2055 Resolved . All field options (type, storage, sortable, ...) are now defined at bootstrap, a "reference"/"accessor" to the field is obtained at bootstrap, and this reference is then used to add data to the document, without any runtime option. We also added a way to add native Lucene "IndexFields" to the document in HSEARCH-3127 Resolved , but this does not take any other configuration into account, like LuceneOptions used to do. |