.put(EXPAND_ATTRIBUTE, ImmutableList.copyOf(expandosValues))
.putOpt(START_AT_ATTRIBUTE, startAt)
.putOpt(MAX_RESULTS_ATTRIBUTE, maxResults)
.putOpt(FIELDS_ATTRIBUTE, fields);
} catch (JSONException e) {
throw new RestClientException(e);
}
return postAndParse(searchUri, postEntity, searchResultJsonParser);
}