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