Class IndexFieldTraits
java.lang.Object
org.hibernate.search.engine.backend.types.IndexFieldTraits
Constants for the names of various traits that can be exposed by index fields.
Traits are a representation of what a field can be used for at search time: a particular predicate, sort, projections, aggregation...
See also backend-specific traits: org.hibernate.search.backend.lucene.types.LuceneIndexFieldTraits
,
org.hibernate.search.backend.elasticsearch.types.ElasticsearchIndexFieldTraits
.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Constants for the names of aggregation-related traits that can be exposed by index fields.static class
Constants for the names of predicate-related traits that can be exposed by index fields.static class
Constants for the names of projection-related traits that can be exposed by index fields.static class
Constants for the names of sort-related traits that can be exposed by index fields. -
Method Summary