Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-blur
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/99212b75 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/99212b75 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/99212b75 Branch: refs/heads/master Commit: 99212b7523e051b2a5bf5986c4bf6d8f6cacf8e9 Parents: 1b5f31c c99a0e1 Author: Aaron McCurry <[email protected]> Authored: Tue Sep 30 08:34:16 2014 -0400 Committer: Aaron McCurry <[email protected]> Committed: Tue Sep 30 08:34:16 2014 -0400 ---------------------------------------------------------------------- blur-command/pom.xml | 7 ++ .../blur/command/IntegrationTestSuite.java | 76 ++++++++++++++++++++ .../blur/command/TermsCommandIntTests.java | 57 +++++++++++++++ .../apache/blur/command/BaseCommandManager.java | 8 +-- .../ClusterExecuteReadCombiningCommand.java | 11 +++ .../command/ClusterReadCombiningCommand.java | 11 +++ .../apache/blur/command/ClusterReadCommand.java | 12 ++++ .../java/org/apache/blur/command/Command.java | 3 + .../apache/blur/command/IndexReadCommand.java | 11 +++ 9 files changed, 192 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/99212b75/blur-core/src/main/java/org/apache/blur/command/BaseCommandManager.java ----------------------------------------------------------------------
