Repository: incubator-blur Updated Branches: refs/heads/master c6ff69b77 -> 2e57e8d81
Make it known that the layout is customizable Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/2e57e8d8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/2e57e8d8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/2e57e8d8 Branch: refs/heads/master Commit: 2e57e8d8159e14b20124d7b7b08485bd385eba3d Parents: c6ff69b Author: Tim <[email protected]> Authored: Mon Jul 28 09:49:46 2014 -0400 Committer: Tim <[email protected]> Committed: Mon Jul 28 09:49:46 2014 -0400 ---------------------------------------------------------------------- blur-util/src/main/resources/blur-default.properties | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/2e57e8d8/blur-util/src/main/resources/blur-default.properties ---------------------------------------------------------------------- diff --git a/blur-util/src/main/resources/blur-default.properties b/blur-util/src/main/resources/blur-default.properties index 739f49e..33cab4e 100644 --- a/blur-util/src/main/resources/blur-default.properties +++ b/blur-util/src/main/resources/blur-default.properties @@ -205,6 +205,8 @@ blur.shard.queue.max.inmemory.length=100 # The number of deep paging cache entries kept in memory for faster deep paging. blur.shard.deep.paging.cache.size=1000 +# Defines the blur layout factor class to use for managing how shards are layed out across the cluster. +blur.shard.distributed.layout.factory.class= ### Controller Server Configuration
