Uses of Interface
org.hibernate.search.backend.lucene.types.codec.impl.LuceneFieldCodec
Packages that use LuceneFieldCodec
Package
Description
-
Uses of LuceneFieldCodec in org.hibernate.search.backend.lucene.document.model.impl
Methods in org.hibernate.search.backend.lucene.document.model.impl with parameters of type LuceneFieldCodecModifier and TypeMethodDescription<E> ELuceneIndexValueField.convertAndEncode(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field, LuceneFieldCodec<F, E> codec, Object value, ValueModel valueModel) <E,T> Function<T, E> LuceneIndexValueField.encoder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field, LuceneFieldCodec<F, E> codec, Class<T> expectedType, ValueModel valueModel) -
Uses of LuceneFieldCodec in org.hibernate.search.backend.lucene.search.common.impl
Classes in org.hibernate.search.backend.lucene.search.common.impl with type parameters of type LuceneFieldCodecModifier and TypeClassDescriptionclassAbstractLuceneCodecAwareSearchQueryElementFactory<T,F, C extends LuceneFieldCodec<F, ?>> Fields in org.hibernate.search.backend.lucene.search.common.impl declared as LuceneFieldCodecModifier and TypeFieldDescriptionprotected final CAbstractLuceneCodecAwareSearchQueryElementFactory.codecMethods in org.hibernate.search.backend.lucene.search.common.impl that return LuceneFieldCodecModifier and TypeMethodDescriptionLuceneMultiIndexSearchIndexValueFieldContext.codec()LuceneSearchIndexValueFieldTypeContext.codec()Methods in org.hibernate.search.backend.lucene.search.common.impl with parameters of type LuceneFieldCodecModifier and TypeMethodDescription<E> ELuceneSearchEncodingContext.convertAndEncode(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field, LuceneFieldCodec<F, E> codec, Object value, ValueModel valueModel) <E,T> Function<T, E> LuceneSearchEncodingContext.encoder(LuceneSearchIndexScope<?> scope, LuceneSearchIndexValueFieldContext<F> field, LuceneFieldCodec<F, E> codec, Class<T> expectedType, ValueModel valueModel) -
Uses of LuceneFieldCodec in org.hibernate.search.backend.lucene.search.predicate.impl
Methods in org.hibernate.search.backend.lucene.search.predicate.impl with parameters of type LuceneFieldCodecModifier and TypeMethodDescriptionprotected <E> EAbstractLuceneLeafSingleFieldPredicate.AbstractBuilder.convertAndEncode(LuceneFieldCodec<F, E> codec, Object value, ValueModel valueModel) protected <E> Range<E>AbstractLuceneLeafSingleFieldPredicate.AbstractBuilder.convertAndEncode(LuceneFieldCodec<F, E> codec, Range<?> range, ValueModel lowerBoundModel, ValueModel upperBoundModel) -
Uses of LuceneFieldCodec in org.hibernate.search.backend.lucene.search.projection.impl
Constructors in org.hibernate.search.backend.lucene.search.projection.impl with parameters of type LuceneFieldCodecModifierConstructorDescriptionFactory(LuceneFieldCodec<GeoPoint, byte[]> codec) Factory(LuceneFieldCodec<F, E> codec) -
Uses of LuceneFieldCodec in org.hibernate.search.backend.lucene.types.codec.impl
Subinterfaces of LuceneFieldCodec in org.hibernate.search.backend.lucene.types.codec.implModifier and TypeInterfaceDescriptioninterfaceVector field specific codec that allows redefiningKnnVectorsFormat.Classes in org.hibernate.search.backend.lucene.types.codec.impl that implement LuceneFieldCodecModifier and TypeClassDescriptionclassAbstractLuceneNumericFieldCodec<F,E extends Number> classfinal classfinal classfinal classfinal classclassfinal classfinal classfinal classclassfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classfinal classMethods in org.hibernate.search.backend.lucene.types.codec.impl with parameters of type LuceneFieldCodecModifier and TypeMethodDescriptionbooleanAbstractLuceneNumericFieldCodec.isCompatibleWith(LuceneFieldCodec<?, ?> obj) booleanAbstractLuceneVectorFieldCodec.isCompatibleWith(LuceneFieldCodec<?, ?> obj) booleanLuceneBigDecimalFieldCodec.isCompatibleWith(LuceneFieldCodec<?, ?> obj) booleanLuceneBigIntegerFieldCodec.isCompatibleWith(LuceneFieldCodec<?, ?> obj) booleanLuceneFieldCodec.isCompatibleWith(LuceneFieldCodec<?, ?> other) Determine whether the given codec provides an encoding that is compatible with this codec, i.e. whether itsdecode(IndexableField)andencode(Object)methods behave the same way.booleanLuceneFieldFieldCodec.isCompatibleWith(LuceneFieldCodec<?, ?> obj) booleanLuceneGeoPointFieldCodec.isCompatibleWith(LuceneFieldCodec<?, ?> obj) booleanLuceneStringFieldCodec.isCompatibleWith(LuceneFieldCodec<?, ?> obj) -
Uses of LuceneFieldCodec in org.hibernate.search.backend.lucene.types.impl
Methods in org.hibernate.search.backend.lucene.types.impl that return LuceneFieldCodecMethods in org.hibernate.search.backend.lucene.types.impl with parameters of type LuceneFieldCodecModifier and TypeMethodDescriptionvoidLuceneIndexValueFieldType.Builder.codec(LuceneFieldCodec<F, ?> codec) -
Uses of LuceneFieldCodec in org.hibernate.search.backend.lucene.types.predicate.impl
Classes in org.hibernate.search.backend.lucene.types.predicate.impl with type parameters of type LuceneFieldCodecModifier and TypeClassDescriptionstatic classLuceneCommonQueryStringPredicateBuilderFieldState.Factory<T,C extends LuceneFieldCodec<T, ?>> Constructors in org.hibernate.search.backend.lucene.types.predicate.impl with parameters of type LuceneFieldCodecModifierConstructorDescriptionFactory(LuceneFieldCodec<F, String> codec) Factory(LuceneFieldCodec<F, String> codec) Factory(LuceneFieldCodec<F, String> codec) -
Uses of LuceneFieldCodec in org.hibernate.search.backend.lucene.types.sort.impl
Constructors in org.hibernate.search.backend.lucene.types.sort.impl with parameters of type LuceneFieldCodec