Interface ElasticsearchSearchIndexValueFieldTypeContext<F>
- All Superinterfaces:
SearchIndexNodeTypeContext<ElasticsearchSearchIndexScope<?>,,ElasticsearchSearchIndexValueFieldContext<F>> SearchIndexValueFieldTypeContext<ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexValueFieldContext<F>, F>
- All Known Implementing Classes:
ElasticsearchIndexValueFieldType,ElasticsearchMultiIndexSearchIndexValueFieldContext
public interface ElasticsearchSearchIndexValueFieldTypeContext<F>
extends SearchIndexValueFieldTypeContext<ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexValueFieldContext<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
-
elasticsearchTypeAsJson
com.google.gson.JsonPrimitive elasticsearchTypeAsJson() -
searchAnalyzerName
-
normalizerName
-
hasNormalizerOnAtLeastOneIndex
boolean hasNormalizerOnAtLeastOneIndex() -
codec
ElasticsearchFieldCodec<F> codec()
-