Interface LuceneIndexField
-
- All Superinterfaces:
EventContextProvider,IndexField<LuceneSearchIndexScope<?>,LuceneIndexCompositeNode>,IndexFieldDescriptor,IndexNode<LuceneSearchIndexScope<?>>,LuceneIndexNode,LuceneSearchIndexNodeContext,SearchIndexNodeContext<LuceneSearchIndexScope<?>>
- All Known Implementing Classes:
LuceneIndexObjectField,LuceneIndexValueField
public interface LuceneIndexField extends IndexField<LuceneSearchIndexScope<?>,LuceneIndexCompositeNode>, LuceneIndexNode
-
-
Method Summary
-
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
-
Methods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexField
parent, toComposite, toObjectField, toValueField
-
Methods inherited from interface org.hibernate.search.engine.backend.metamodel.IndexFieldDescriptor
absolutePath, isObjectField, isValueField, multiValued, multiValuedInRoot, relativeName
-
Methods inherited from interface org.hibernate.search.engine.backend.document.model.spi.IndexNode
inclusion
-
Methods inherited from interface org.hibernate.search.backend.lucene.document.model.impl.LuceneIndexNode
dynamic, toComposite, toObjectField, toValueField
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
absolutePath, absolutePathComponents, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, isComposite, isObjectField, isValueField, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext
-
-