Working on BLUR-260. Merge branch 'newdisindexserver' into apache-blur-0.2
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/20b0281f Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/20b0281f Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/20b0281f Branch: refs/heads/apache-blur-0.2 Commit: 20b0281fe63b92cb256ebab0c7b29b262a94e66f Parents: 71b0e85 4727825 Author: Aaron McCurry <[email protected]> Authored: Tue Oct 8 10:57:01 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Tue Oct 8 10:57:01 2013 -0400 ---------------------------------------------------------------------- .../org/apache/blur/manager/IndexManager.java | 16 +- .../org/apache/blur/manager/IndexServer.java | 5 +- .../AbstractDistributedIndexServer.java | 131 +++++ .../indexserver/DistributedIndexServer.java | 480 +++++++------------ .../indexserver/DistributedLayoutFactory.java | 26 + .../blur/thrift/ThriftBlurShardServer.java | 29 +- 6 files changed, 365 insertions(+), 322 deletions(-) ----------------------------------------------------------------------
