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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LuceneSearchIndexValueFieldTypeContext<F>type()-
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
-
Methods inherited from interface org.hibernate.search.backend.lucene.search.common.impl.LuceneSearchIndexNodeContext
toComposite, toObjectField
-
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, toValueField
-
-
-
-
Method Detail
-
type
LuceneSearchIndexValueFieldTypeContext<F> type()
- Specified by:
typein interfaceSearchIndexValueFieldContext<F>
-
-