this.fieldName = fieldName;
this.rangeString = buildRangeString();
this.rangeType = rangeType;
if ( Date.class.equals( rangeType ) ) {
final ConversionContext conversionContext = new ContextualExceptionBridgeHelper();
stringMin = documentBuilder.objectToString( fieldName, min, conversionContext );
stringMax = documentBuilder.objectToString( fieldName, max, conversionContext );
}
}