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
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeTypeContext
queryElementFactoryMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexValueFieldTypeContext
dslConverter, formatterProjectionConverter, highlighterTypeSupported, indexDslConverter, indexProjectionConverter, mappingDslConverter, mappingProjectionConverter, parserDslConverter, projectionConverter, rawDslConverter, rawProjectionConverter, valueClass
-
Method Details
-
codec
LuceneFieldCodec<F,?> codec() -
searchAnalyzerOrNormalizer
org.apache.lucene.analysis.Analyzer searchAnalyzerOrNormalizer() -
hasTermVectorsConfigured
boolean hasTermVectorsConfigured()
-