Class ElasticsearchIndexValueFieldType<F>
java.lang.Object
org.hibernate.search.engine.backend.types.spi.AbstractIndexNodeType<SC,N>
org.hibernate.search.engine.backend.types.spi.AbstractIndexValueFieldType<ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexValueFieldContext<F>,F>
org.hibernate.search.backend.elasticsearch.types.impl.ElasticsearchIndexValueFieldType<F>
- All Implemented Interfaces:
ElasticsearchSearchIndexValueFieldTypeContext<F>,IndexFieldTypeDescriptor,IndexValueFieldTypeDescriptor,IndexFieldType<F>,SearchIndexNodeTypeContext<ElasticsearchSearchIndexScope<?>,,ElasticsearchSearchIndexValueFieldContext<F>> SearchIndexValueFieldTypeContext<ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexValueFieldContext<F>, F>
public class ElasticsearchIndexValueFieldType<F>
extends AbstractIndexValueFieldType<ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexValueFieldContext<F>,F>
implements ElasticsearchSearchIndexValueFieldTypeContext<F>
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptioncodec()com.google.gson.JsonPrimitivebooleanmapping()DslConverter<?,?> ProjectionConverter<?,?> Methods 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.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexValueFieldTypeContext
normalizerName, searchAnalyzerNameMethods 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
-
Constructor Details
-
ElasticsearchIndexValueFieldType
-
-
Method Details
-
elasticsearchTypeAsJson
public com.google.gson.JsonPrimitive elasticsearchTypeAsJson()- Specified by:
elasticsearchTypeAsJsonin interfaceElasticsearchSearchIndexValueFieldTypeContext<F>
-
codec
- Specified by:
codecin interfaceElasticsearchSearchIndexValueFieldTypeContext<F>
-
hasNormalizerOnAtLeastOneIndex
public boolean hasNormalizerOnAtLeastOneIndex()- Specified by:
hasNormalizerOnAtLeastOneIndexin interfaceElasticsearchSearchIndexValueFieldTypeContext<F>
-
mapping
-
additionalIndexSettings
-
rawDslConverter
- Specified by:
rawDslConverterin interfaceSearchIndexValueFieldTypeContext<ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexValueFieldContext<F>, F>
-
rawProjectionConverter
- Specified by:
rawProjectionConverterin interfaceSearchIndexValueFieldTypeContext<ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexValueFieldContext<F>, F>
-