Uses of Interface
org.hibernate.search.engine.backend.types.dsl.IndexFieldTypeFactoryExtension
-
Packages that use IndexFieldTypeFactoryExtension Package Description org.hibernate.search.engine.backend.types.dsl -
-
Uses of IndexFieldTypeFactoryExtension in org.hibernate.search.engine.backend.types.dsl
Methods in org.hibernate.search.engine.backend.types.dsl with parameters of type IndexFieldTypeFactoryExtension Modifier and Type Method Description default <T> TIndexFieldTypeFactory. extension(IndexFieldTypeFactoryExtension<T> extension)Extend the current factory with the given extension, resulting in an extended factory offering more field types.
-