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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gson.JsonPrimitiveelasticsearchTypeAsJson()booleanhasNormalizerOnAtLeastOneIndex()Optional<String>normalizerName()Optional<String>searchAnalyzerName()-
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
-
-