public interface MissingValueStrategy
Currently only serves as a factory for NullMarkerCodec
s, but could be
extended in the future to also handle exists/missing queries (see HSEARCH-2389).
Modifier and Type | Method and Description |
---|---|
NullMarkerCodec |
createNullMarkerCodec(Class<?> entityType,
DocumentFieldPath path,
NullMarker marker) |
NullMarkerCodec createNullMarkerCodec(Class<?> entityType, DocumentFieldPath path, NullMarker marker)
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.marker
- The null marker to use when indexing/querying null values.Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved