public final class ElasticsearchMissingValueStrategy extends Object implements MissingValueStrategy
Modifier and Type | Field and Description |
---|---|
static ElasticsearchMissingValueStrategy |
INSTANCE |
Constructor and Description |
---|
ElasticsearchMissingValueStrategy() |
Modifier and Type | Method and Description |
---|---|
NullMarkerCodec |
createNullMarkerCodec(Class<?> entityType,
DocumentFieldPath path,
NullMarker nullMarker) |
public static final ElasticsearchMissingValueStrategy INSTANCE
public NullMarkerCodec createNullMarkerCodec(Class<?> entityType, DocumentFieldPath path, NullMarker nullMarker)
createNullMarkerCodec
in interface MissingValueStrategy
entityType
- 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 Red Hat, Inc. All Rights Reserved