Rename transformation in projection
This commit is contained in:
parent
f33ccd3e91
commit
e6f826d841
|
@ -22,7 +22,7 @@ public class QueryRequest {
|
|||
private List<String> fields;
|
||||
}
|
||||
private Document filter;
|
||||
private Document transformation;
|
||||
private Document projection;
|
||||
private OrderedRequest ordering;
|
||||
private PagedRequest paging;
|
||||
}
|
||||
|
|
Reference in New Issue