Interface LuceneSearchIndexValueFieldContext<F>
- All Superinterfaces:
EventContextProvider,LuceneSearchIndexNodeContext,SearchIndexNodeContext<LuceneSearchIndexScope<?>>,SearchIndexValueFieldContext<LuceneSearchIndexScope<?>>
- All Known Implementing Classes:
LuceneIndexValueField,LuceneMultiIndexSearchIndexValueFieldContext
public interface LuceneSearchIndexValueFieldContext<F>
extends SearchIndexValueFieldContext<LuceneSearchIndexScope<?>>, LuceneSearchIndexNodeContext
-
Method Summary
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContextMethods inherited from interface org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexNodeContext
toComposite, toObjectFieldMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeContext
absolutePath, absolutePathComponents, cannotUseQueryElement, closestMultiValuedParentAbsolutePath, isComposite, isObjectField, isValueField, multiValued, multiValuedInRoot, nestedDocumentPath, nestedPathHierarchy, queryElement, relativeEventContext, toValueField
-
Method Details
-
type
- Specified by:
typein interfaceSearchIndexValueFieldContext<F>
-
encodingContext
LuceneSearchEncodingContext<F> encodingContext()
-