Class LuceneIndexValueFieldType<F>
java.lang.Object
org.hibernate.search.engine.backend.types.spi.AbstractIndexNodeType<SC,N>
org.hibernate.search.engine.backend.types.spi.AbstractIndexValueFieldType<LuceneSearchIndexScope<?>,LuceneSearchIndexValueFieldContext<F>,F>
org.hibernate.search.backend.lucene.types.impl.LuceneIndexValueFieldType<F>
- All Implemented Interfaces:
LuceneSearchIndexValueFieldTypeContext<F>,IndexFieldTypeDescriptor,IndexValueFieldTypeDescriptor,IndexFieldType<F>,SearchIndexNodeTypeContext<LuceneSearchIndexScope<?>,,LuceneSearchIndexValueFieldContext<F>> SearchIndexValueFieldTypeContext<LuceneSearchIndexScope<?>,LuceneSearchIndexValueFieldContext<F>, F>
public final class LuceneIndexValueFieldType<F>
extends AbstractIndexValueFieldType<LuceneSearchIndexScope<?>,LuceneSearchIndexValueFieldContext<F>,F>
implements IndexFieldType<F>, LuceneSearchIndexValueFieldTypeContext<F>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncodec()booleanorg.apache.lucene.analysis.AnalyzerDslConverter<?,?> ProjectionConverter<?,?> org.apache.lucene.analysis.AnalyzerMethods inherited from class org.hibernate.search.engine.backend.types.spi.AbstractIndexValueFieldType
aggregable, analyzerName, dslArgumentClass, formatterProjectionConverter, highlighterTypeSupported, indexDslConverter, indexProjectionConverter, mappingDslConverter, mappingProjectionConverter, multivaluable, normalizerName, parserDslConverter, projectable, projectedValueClass, searchable, searchAnalyzerName, sortable, toString, valueClassMethods inherited from class org.hibernate.search.engine.backend.types.spi.AbstractIndexNodeType
queryElementFactory, traitsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.search.engine.backend.metamodel.IndexFieldTypeDescriptor
traitsMethods 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, valueClass
-
Method Details
-
codec
- Specified by:
codecin interfaceLuceneSearchIndexValueFieldTypeContext<F>
-
indexingAnalyzerOrNormalizer
public org.apache.lucene.analysis.Analyzer indexingAnalyzerOrNormalizer() -
searchAnalyzerOrNormalizer
public org.apache.lucene.analysis.Analyzer searchAnalyzerOrNormalizer()- Specified by:
searchAnalyzerOrNormalizerin interfaceLuceneSearchIndexValueFieldTypeContext<F>
-
hasTermVectorsConfigured
public boolean hasTermVectorsConfigured()- Specified by:
hasTermVectorsConfiguredin interfaceLuceneSearchIndexValueFieldTypeContext<F>
-
rawDslConverter
- Specified by:
rawDslConverterin interfaceSearchIndexValueFieldTypeContext<LuceneSearchIndexScope<?>,LuceneSearchIndexValueFieldContext<F>, F>
-
rawProjectionConverter
- Specified by:
rawProjectionConverterin interfaceSearchIndexValueFieldTypeContext<LuceneSearchIndexScope<?>,LuceneSearchIndexValueFieldContext<F>, F>
-