Uses of Interface
org.hibernate.search.backend.lucene.document.model.impl.LuceneIndexField
-
Packages that use LuceneIndexField Package Description org.hibernate.search.backend.lucene.document.model.dsl.impl org.hibernate.search.backend.lucene.document.model.impl -
-
Uses of LuceneIndexField in org.hibernate.search.backend.lucene.document.model.dsl.impl
Method parameters in org.hibernate.search.backend.lucene.document.model.dsl.impl with type arguments of type LuceneIndexField Modifier and Type Method Description voidLuceneIndexNodeContributor. contribute(LuceneIndexNodeCollector collector, LuceneIndexCompositeNode parentNode, Map<String,LuceneIndexField> staticChildrenByNameForParent) -
Uses of LuceneIndexField in org.hibernate.search.backend.lucene.document.model.impl
Classes in org.hibernate.search.backend.lucene.document.model.impl that implement LuceneIndexField Modifier and Type Class Description classLuceneIndexObjectFieldclassLuceneIndexValueField<F>Methods in org.hibernate.search.backend.lucene.document.model.impl that return LuceneIndexField Modifier and Type Method Description protected LuceneIndexFieldLuceneIndexObjectFieldTemplate. createNode(LuceneIndexCompositeNode parent, String relativePath, LuceneIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued)protected LuceneIndexFieldLuceneIndexValueFieldTemplate. createNode(LuceneIndexCompositeNode parent, String relativePath, LuceneIndexValueFieldType<?> type, TreeNodeInclusion inclusion, boolean multiValued)Constructor parameters in org.hibernate.search.backend.lucene.document.model.impl with type arguments of type LuceneIndexField Constructor Description LuceneIndexModel(String hibernateSearchName, String mappedTypeName, IndexIdentifier identifier, LuceneIndexRoot rootNode, Map<String,LuceneIndexField> staticFields, List<? extends AbstractLuceneIndexFieldTemplate<?>> fieldTemplates, boolean hasNestedDocuments)LuceneIndexObjectField(LuceneIndexCompositeNode parent, String relativeFieldName, LuceneIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued, Map<String,LuceneIndexField> notYetInitializedStaticChildren, boolean dynamic)LuceneIndexRoot(LuceneIndexCompositeNodeType type, Map<String,LuceneIndexField> notYetInitializedStaticChildren)
-