else
{
// the olde code path, now turned off;
// return new RelevanceQuery(baseQuery, jsonRelevance);
ScoreAugmentFunction func = RelevanceFunctionBuilder.build(jsonRelevance);
JSONObject valuesJson = jsonRelevance.optJSONObject(RelevanceJSONConstants.KW_VALUES);
if(func == null)
throw new JSONException("Can not create the score function;");
return new ScoreAugmentQuery(baseQuery, func, valuesJson);