mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Search-340, amend json property to use correct naming
This commit is contained in:
@@ -64,12 +64,12 @@ public class RangeParameters
|
||||
*/
|
||||
@JsonCreator
|
||||
public RangeParameters(@JsonProperty("field") String field,
|
||||
@JsonProperty("facet.range.start") String start,
|
||||
@JsonProperty("facet.range.end") String end,
|
||||
@JsonProperty("facet.range.gap") String gap,
|
||||
@JsonProperty("facet.range.hardend") boolean hardend,
|
||||
@JsonProperty("facet.range.other")String other,
|
||||
@JsonProperty("facet.range.include")String include,
|
||||
@JsonProperty("start") String start,
|
||||
@JsonProperty("end") String end,
|
||||
@JsonProperty("gap") String gap,
|
||||
@JsonProperty("hardend") boolean hardend,
|
||||
@JsonProperty("other")String other,
|
||||
@JsonProperty("include")String include,
|
||||
@JsonProperty("tags")List<String> tags,
|
||||
@JsonProperty("excludeFilters")List<String> excludeFilters)
|
||||
{
|
||||
|
Reference in New Issue
Block a user