Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryExtension
Packages that use IndexFieldTypeFactoryExtension
Package
Description
-
Uses of IndexFieldTypeFactoryExtension in org.hibernate.search.backend.elasticsearch
Classes in org.hibernate.search.backend.elasticsearch that implement IndexFieldTypeFactoryExtensionModifier and TypeClassDescriptionfinal class
ElasticsearchExtension<H,
R, E, LOS> An extension for the Elasticsearch backend, giving access to Elasticsearch-specific features. -
Uses of IndexFieldTypeFactoryExtension in org.hibernate.search.backend.lucene
Classes in org.hibernate.search.backend.lucene that implement IndexFieldTypeFactoryExtensionModifier and TypeClassDescriptionfinal class
LuceneExtension<H,
R, E, LOS> An extension for the Lucene backend, giving access to Lucene-specific features. -
Uses of IndexFieldTypeFactoryExtension in org.hibernate.search.engine.backend.types.dsl
Methods in org.hibernate.search.engine.backend.types.dsl with parameters of type IndexFieldTypeFactoryExtensionModifier and TypeMethodDescriptiondefault <T> T
IndexFieldTypeFactory.extension
(IndexFieldTypeFactoryExtension<T> extension) Extend the current factory with the given extension, resulting in an extended factory offering more field types.