Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryExtension
Packages that use IndexFieldTypeFactoryExtension
-
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> TIndexFieldTypeFactory.extension(IndexFieldTypeFactoryExtension<T> extension) Extend the current factory with the given extension, resulting in an extended factory offering more field types.