Uses of Interface
org.hibernate.search.backend.lucene.types.codec.impl.LuceneFieldCodec
-
-
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 LuceneFieldCodec Modifier and Type Class Description classAbstractLuceneCodecAwareSearchQueryElementFactory<T,F,C extends LuceneFieldCodec<F>>Fields in org.hibernate.search.backend.lucene.search.common.impl declared as LuceneFieldCodec Modifier and Type Field Description protected CAbstractLuceneCodecAwareSearchQueryElementFactory. codec -
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 LuceneFieldCodec Constructor Description Factory(LuceneFieldCodec<GeoPoint> codec)Factory(LuceneFieldCodec<F> codec) -
Uses of LuceneFieldCodec in org.hibernate.search.backend.lucene.types.codec.impl
Subinterfaces of LuceneFieldCodec in org.hibernate.search.backend.lucene.types.codec.impl Modifier and Type Interface Description interfaceLuceneStandardFieldCodec<F,E>Classes in org.hibernate.search.backend.lucene.types.codec.impl that implement LuceneFieldCodec Modifier and Type Class Description classAbstractLuceneNumericFieldCodec<F,E extends Number>classLuceneBigDecimalFieldCodecclassLuceneBigIntegerFieldCodecclassLuceneBooleanFieldCodecclassLuceneByteFieldCodecclassLuceneDoubleFieldCodecclassLuceneFieldFieldCodec<F>classLuceneFloatFieldCodecclassLuceneGeoPointFieldCodecclassLuceneInstantFieldCodecclassLuceneIntegerFieldCodecclassLuceneLocalDateFieldCodecclassLuceneLocalDateTimeFieldCodecclassLuceneLocalTimeFieldCodecclassLuceneLongFieldCodecclassLuceneMonthDayFieldCodecclassLuceneOffsetDateTimeFieldCodecclassLuceneOffsetTimeFieldCodecclassLuceneShortFieldCodecclassLuceneStringFieldCodecclassLuceneYearFieldCodecclassLuceneYearMonthFieldCodecclassLuceneZonedDateTimeFieldCodecMethods in org.hibernate.search.backend.lucene.types.codec.impl with parameters of type LuceneFieldCodec Modifier and Type Method Description booleanAbstractLuceneNumericFieldCodec. 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.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 LuceneFieldCodec Modifier and Type Method Description LuceneFieldCodec<F>LuceneIndexValueFieldType. codec()Methods in org.hibernate.search.backend.lucene.types.impl with parameters of type LuceneFieldCodec Modifier and Type Method Description voidLuceneIndexValueFieldType.Builder. codec(LuceneFieldCodec<F> codec)
-