Uses of Interface
org.hibernate.search.backend.elasticsearch.types.codec.impl.ElasticsearchFieldCodec
Packages that use ElasticsearchFieldCodec
Package
Description
-
Uses of ElasticsearchFieldCodec in org.hibernate.search.backend.elasticsearch.document.model.impl
Method parameters in org.hibernate.search.backend.elasticsearch.document.model.impl with type arguments of type ElasticsearchFieldCodecModifier and TypeMethodDescriptioncom.google.gson.JsonElementElasticsearchIndexValueField.convertAndEncode(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field, Object value, ValueModel valueModel, BiFunction<ElasticsearchFieldCodec<F>, F, com.google.gson.JsonElement> encodeFunction) -
Uses of ElasticsearchFieldCodec in org.hibernate.search.backend.elasticsearch.search.aggregation.impl
Constructors in org.hibernate.search.backend.elasticsearch.search.aggregation.impl with parameters of type ElasticsearchFieldCodecModifierConstructorDescriptionFactory(ElasticsearchFieldCodec<F> codec) Factory(ElasticsearchFieldCodec<F> codec) -
Uses of ElasticsearchFieldCodec in org.hibernate.search.backend.elasticsearch.search.common.impl
Fields in org.hibernate.search.backend.elasticsearch.search.common.impl declared as ElasticsearchFieldCodecModifier and TypeFieldDescriptionprotected final ElasticsearchFieldCodec<F>AbstractElasticsearchCodecAwareSearchQueryElementFactory.codecMethods in org.hibernate.search.backend.elasticsearch.search.common.impl that return ElasticsearchFieldCodecModifier and TypeMethodDescriptionElasticsearchMultiIndexSearchIndexValueFieldContext.codec()ElasticsearchSearchIndexValueFieldTypeContext.codec()Method parameters in org.hibernate.search.backend.elasticsearch.search.common.impl with type arguments of type ElasticsearchFieldCodecModifier and TypeMethodDescriptioncom.google.gson.JsonElementElasticsearchSearchEncodingContext.convertAndEncode(ElasticsearchSearchIndexScope<?> scope, ElasticsearchSearchIndexValueFieldContext<F> field, Object value, ValueModel valueModel, BiFunction<ElasticsearchFieldCodec<F>, F, com.google.gson.JsonElement> encodeFunction) Constructors in org.hibernate.search.backend.elasticsearch.search.common.impl with parameters of type ElasticsearchFieldCodecModifierConstructorDescriptionprotected -
Uses of ElasticsearchFieldCodec in org.hibernate.search.backend.elasticsearch.search.predicate.impl
Constructors in org.hibernate.search.backend.elasticsearch.search.predicate.impl with parameters of type ElasticsearchFieldCodec -
Uses of ElasticsearchFieldCodec in org.hibernate.search.backend.elasticsearch.search.projection.impl
Constructors in org.hibernate.search.backend.elasticsearch.search.projection.impl with parameters of type ElasticsearchFieldCodec -
Uses of ElasticsearchFieldCodec in org.hibernate.search.backend.elasticsearch.types.codec.impl
Subinterfaces of ElasticsearchFieldCodec in org.hibernate.search.backend.elasticsearch.types.codec.implClasses in org.hibernate.search.backend.elasticsearch.types.codec.impl that implement ElasticsearchFieldCodecModifier and TypeClassDescriptionclassclassclassclassclassfinal classfinal classclassfinal classfinal classclassfinal classclassfinal classclassclassclassclassfinal classclassclassclassfinal classfinal classclassclassclassMethods in org.hibernate.search.backend.elasticsearch.types.codec.impl with parameters of type ElasticsearchFieldCodecModifier and TypeMethodDescriptionbooleanAbstractElasticsearchJavaTimeFieldCodec.isCompatibleWith(ElasticsearchFieldCodec<?> obj) booleanAbstractElasticsearchVectorFieldCodec.isCompatibleWith(ElasticsearchFieldCodec<?> other) booleanElasticsearchBigDecimalFieldCodec.isCompatibleWith(ElasticsearchFieldCodec<?> obj) booleanElasticsearchBigIntegerFieldCodec.isCompatibleWith(ElasticsearchFieldCodec<?> obj) booleanElasticsearchBooleanFieldCodec.isCompatibleWith(ElasticsearchFieldCodec<?> other) booleanElasticsearchByteFieldCodec.isCompatibleWith(ElasticsearchFieldCodec<?> other) booleanElasticsearchDoubleFieldCodec.isCompatibleWith(ElasticsearchFieldCodec<?> other) booleanElasticsearchFieldCodec.isCompatibleWith(ElasticsearchFieldCodec<?> other) Determine whether another codec is compatible with this one, i.e. whether it will encode/decode the information to/from the document in a compatible way.booleanElasticsearchFloatFieldCodec.isCompatibleWith(ElasticsearchFieldCodec<?> other) booleanElasticsearchGeoPointFieldCodec.isCompatibleWith(ElasticsearchFieldCodec<?> other) booleanElasticsearchIntegerFieldCodec.isCompatibleWith(ElasticsearchFieldCodec<?> other) booleanElasticsearchJsonElementFieldCodec.isCompatibleWith(ElasticsearchFieldCodec<?> other) booleanElasticsearchLongFieldCodec.isCompatibleWith(ElasticsearchFieldCodec<?> other) booleanElasticsearchShortFieldCodec.isCompatibleWith(ElasticsearchFieldCodec<?> other) booleanElasticsearchStringFieldCodec.isCompatibleWith(ElasticsearchFieldCodec<?> other) -
Uses of ElasticsearchFieldCodec in org.hibernate.search.backend.elasticsearch.types.impl
Methods in org.hibernate.search.backend.elasticsearch.types.impl that return ElasticsearchFieldCodecModifier and TypeMethodDescriptionElasticsearchIndexValueFieldType.Builder.codec()ElasticsearchIndexValueFieldType.codec()Methods in org.hibernate.search.backend.elasticsearch.types.impl with parameters of type ElasticsearchFieldCodecModifier and TypeMethodDescriptionvoidElasticsearchIndexValueFieldType.Builder.codec(ElasticsearchFieldCodec<F> codec) -
Uses of ElasticsearchFieldCodec in org.hibernate.search.backend.elasticsearch.types.predicate.impl
Constructors in org.hibernate.search.backend.elasticsearch.types.predicate.impl with parameters of type ElasticsearchFieldCodecModifierConstructorDescriptionFactory(ElasticsearchFieldCodec<T> codec) Factory(ElasticsearchFieldCodec<GeoPoint> codec) Factory(ElasticsearchFieldCodec<GeoPoint> codec) Factory(ElasticsearchFieldCodec<F> codec) Factory(ElasticsearchFieldCodec<F> codec) Factory(ElasticsearchFieldCodec<String> codec) -
Uses of ElasticsearchFieldCodec in org.hibernate.search.backend.elasticsearch.types.sort.impl
Constructors in org.hibernate.search.backend.elasticsearch.types.sort.impl with parameters of type ElasticsearchFieldCodec