public class LuceneMissingValueStrategy extends Object implements MissingValueStrategy
| Modifier and Type | Field and Description |
|---|---|
static LuceneMissingValueStrategy |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
NullMarkerCodec |
createNullMarkerCodec(Class<?> entityType,
DocumentFieldPath path,
NullMarker nullMarker) |
public static final LuceneMissingValueStrategy INSTANCE
public NullMarkerCodec createNullMarkerCodec(Class<?> entityType, DocumentFieldPath path, NullMarker nullMarker)
createNullMarkerCodec in interface MissingValueStrategyentityType - The entity on which the null marker is being used.path - The path of the field on which the null marker is being used.nullMarker - The null marker to use when indexing/querying null values.Copyright © 2006–2017 Hibernate. All rights reserved.