Package | Description |
---|---|
org.hibernate.search.bridge.builtin.impl | |
org.hibernate.search.engine.impl.nullencoding | |
org.hibernate.search.engine.metadata.impl |
Internal metadata classes created during metadata processing and used by the document builders at runtime.
|
Constructor and Description |
---|
NullEncodingTwoWayFieldBridge(TwoWayFieldBridge fieldBridge,
NullMarkerCodec nullTokenCodec) |
Modifier and Type | Class and Description |
---|---|
class |
KeywordBasedNullCodec |
class |
NotEncodingCodec
Implementation of NullMarkerCodec which implements the no-op strategy
of not writing anything to the index for null values.
|
Modifier and Type | Method and Description |
---|---|
static NullMarkerCodec |
NumericNullEncodersHelper.createNumericNullMarkerCodec(NumericFieldSettingsDescriptor.NumericEncodingType numericEncodingType,
String indexNullAs,
String fieldName) |
Modifier and Type | Method and Description |
---|---|
DocumentFieldMetadata.Builder |
DocumentFieldMetadata.Builder.indexNullAs(NullMarkerCodec nullMarkerCodec) |
Copyright © 2006–2016 Hibernate. All rights reserved.