Uses of Interface
org.hibernate.search.backend.lucene.document.model.impl.LuceneIndexField
Packages that use LuceneIndexField
Package
Description
-
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 LuceneIndexFieldModifier and TypeMethodDescriptionvoidLuceneIndexNodeContributor.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 LuceneIndexFieldModifier and TypeClassDescriptionfinal classfinal classMethods in org.hibernate.search.backend.lucene.document.model.impl that return LuceneIndexFieldModifier and TypeMethodDescriptionprotected 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 LuceneIndexFieldModifierConstructorDescriptionLuceneIndexModel(AnalysisDescriptorRegistry analysisDescriptorRegistry, 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)