Updated Branches: refs/heads/master df605fb24 -> 619bcc802
Working on BLUR-255 Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/4d6f7ec5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/4d6f7ec5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/4d6f7ec5 Branch: refs/heads/master Commit: 4d6f7ec5a2a3994cba7d5f5619fe72ba738c6a47 Parents: df605fb Author: Aaron McCurry <[email protected]> Authored: Fri Oct 4 13:22:27 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Fri Oct 4 13:28:12 2013 -0400 ---------------------------------------------------------------------- distribution/src/main/scripts/interface/Blur.thrift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/4d6f7ec5/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 ff9afee..f3f30f9 100644 --- a/distribution/src/main/scripts/interface/Blur.thrift +++ b/distribution/src/main/scripts/interface/Blur.thrift @@ -696,7 +696,8 @@ struct TableDescriptor { */ 12:bool readOnly = 0, /** - * This map sets what column families and columns to prefetch into block cache on shard open. + * This is a list of fields to prefetch into the blockcache. The format of the entries should + * be family dot column, "family.column". */ 13:list<string> preCacheCols /**
