| 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: Let's not add @Field.analyze just yet, or add a TODO if we add it. 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 may decide not to allow. |