Interface LuceneStandardFieldCodec<F,E>
-
- Type Parameters:
F- The field type exposed to the mapper.E- The encoded type. For example, for aLocalDatefield this will beLong.
- All Superinterfaces:
LuceneFieldCodec<F>
- All Known Implementing Classes:
AbstractLuceneNumericFieldCodec,LuceneBigDecimalFieldCodec,LuceneBigIntegerFieldCodec,LuceneBooleanFieldCodec,LuceneByteFieldCodec,LuceneDoubleFieldCodec,LuceneFloatFieldCodec,LuceneInstantFieldCodec,LuceneIntegerFieldCodec,LuceneLocalDateFieldCodec,LuceneLocalDateTimeFieldCodec,LuceneLocalTimeFieldCodec,LuceneLongFieldCodec,LuceneMonthDayFieldCodec,LuceneOffsetDateTimeFieldCodec,LuceneOffsetTimeFieldCodec,LuceneShortFieldCodec,LuceneStringFieldCodec,LuceneYearFieldCodec,LuceneYearMonthFieldCodec,LuceneZonedDateTimeFieldCodec
public interface LuceneStandardFieldCodec<F,E> extends LuceneFieldCodec<F>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Eencode(F value)Encode the given value.-
Methods inherited from interface org.hibernate.search.backend.lucene.types.codec.impl.LuceneFieldCodec
addToDocument, decode, isCompatibleWith
-
-