Class IndexFieldTraits

java.lang.Object
org.hibernate.search.engine.backend.types.IndexFieldTraits

public final class IndexFieldTraits extends Object
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.

See Also: