Interface LuceneSearchIndexValueFieldTypeContext<F>
-
- All Superinterfaces:
SearchIndexNodeTypeContext<LuceneSearchIndexScope<?>,LuceneSearchIndexValueFieldContext<F>>,SearchIndexValueFieldTypeContext<LuceneSearchIndexScope<?>,LuceneSearchIndexValueFieldContext<F>,F>
- All Known Implementing Classes:
LuceneIndexValueFieldType,LuceneMultiIndexSearchIndexValueFieldContext
public interface LuceneSearchIndexValueFieldTypeContext<F> extends SearchIndexValueFieldTypeContext<LuceneSearchIndexScope<?>,LuceneSearchIndexValueFieldContext<F>,F>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasTermVectorsConfigured()org.apache.lucene.analysis.AnalyzersearchAnalyzerOrNormalizer()-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeTypeContext
queryElementFactory
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexValueFieldTypeContext
dslConverter, dslConverter, highlighterTypeSupported, projectionConverter, projectionConverter, rawDslConverter, rawProjectionConverter, valueClass
-
-