Uses of Class
org.hibernate.search.backend.lucene.document.model.impl.AbstractLuceneIndexFieldTemplate
-
Packages that use AbstractLuceneIndexFieldTemplate Package Description org.hibernate.search.backend.lucene.document.model.impl -
-
Uses of AbstractLuceneIndexFieldTemplate in org.hibernate.search.backend.lucene.document.model.impl
Subclasses of AbstractLuceneIndexFieldTemplate in org.hibernate.search.backend.lucene.document.model.impl Modifier and Type Class Description classLuceneIndexObjectFieldTemplateclassLuceneIndexValueFieldTemplateConstructor parameters in org.hibernate.search.backend.lucene.document.model.impl with type arguments of type AbstractLuceneIndexFieldTemplate Constructor Description LuceneIndexModel(String hibernateSearchName, String mappedTypeName, IndexIdentifier identifier, LuceneIndexRoot rootNode, Map<String,LuceneIndexField> staticFields, List<? extends AbstractLuceneIndexFieldTemplate<?>> fieldTemplates, boolean hasNestedDocuments)
-