Repository: incubator-blur Updated Branches: refs/heads/master 3665953e0 -> 8873f455e
Thrift API Change. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/55e3d3ac Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/55e3d3ac Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/55e3d3ac Branch: refs/heads/master Commit: 55e3d3acfe6fea713341e7008b8f63dc5269cab2 Parents: 3665953 Author: Aaron McCurry <[email protected]> Authored: Wed Jan 21 22:36:38 2015 -0500 Committer: Aaron McCurry <[email protected]> Committed: Wed Jan 21 22:36:38 2015 -0500 ---------------------------------------------------------------------- distribution/src/main/scripts/interface/Blur.thrift | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/55e3d3ac/distribution/src/main/scripts/interface/Blur.thrift ---------------------------------------------------------------------- diff --git a/distribution/src/main/scripts/interface/Blur.thrift b/distribution/src/main/scripts/interface/Blur.thrift index 9379858..ea2d1c4 100644 --- a/distribution/src/main/scripts/interface/Blur.thrift +++ b/distribution/src/main/scripts/interface/Blur.thrift @@ -725,7 +725,11 @@ struct ColumnDefinition { /** * This will attempt to enable sorting for this column, if the type does not support sorting then an exception will be thrown. */ - 7:bool sortable + 7:bool sortable, + /** + * This will attempt to enable the ability for multiple values per column name in a single Record. + */ + 8:optional bool multiValueField = 1 } /**
