Uses of Class
org.hibernate.search.backend.elasticsearch.document.model.impl.ElasticsearchIndexValueField
-
-
Uses of ElasticsearchIndexValueField in org.hibernate.search.backend.elasticsearch.document.impl
Methods in org.hibernate.search.backend.elasticsearch.document.impl with parameters of type ElasticsearchIndexValueField Modifier and Type Method Description voidElasticsearchIndexFieldReference. setSchemaNode(ElasticsearchIndexValueField<F> schemaNode) -
Uses of ElasticsearchIndexValueField in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type ElasticsearchIndexValueField Modifier and Type Method Description voidElasticsearchIndexNodeCollector. collect(String absoluteFieldPath, ElasticsearchIndexValueField<?> node) -
Uses of ElasticsearchIndexValueField in org.hibernate.search.backend.elasticsearch.document.model.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.impl that return ElasticsearchIndexValueField Modifier and Type Method Description protected ElasticsearchIndexValueField<F>ElasticsearchIndexValueField. self()ElasticsearchIndexValueField<?>ElasticsearchIndexNode. toValueField()ElasticsearchIndexValueField<?>ElasticsearchIndexObjectField. toValueField()ElasticsearchIndexValueField<?>ElasticsearchIndexRoot. toValueField()<T> ElasticsearchIndexValueField<? super T>ElasticsearchIndexValueField. withValueType(Class<T> expectedSubType, EventContext eventContext)
-