Uses of Class
org.hibernate.search.engine.backend.document.model.spi.AbstractIndexFieldTemplate
Packages that use AbstractIndexFieldTemplate
-
Uses of AbstractIndexFieldTemplate in org.hibernate.search.engine.backend.document.model.spi
Constructor parameters in org.hibernate.search.engine.backend.document.model.spi with type arguments of type AbstractIndexFieldTemplateModifierConstructorDescriptionAbstractIndexModel
(AnalysisDescriptorRegistry analysisDescriptorRegistry, String hibernateSearchIndexName, String mappedTypeName, IndexIdentifier identifier, R root, Map<String, F> staticFields, List<? extends AbstractIndexFieldTemplate<? super S, ? extends F, ? super R, ?>> fieldTemplates)