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/77d24fcf Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/77d24fcf Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/77d24fcf Branch: refs/heads/master Commit: 77d24fcf9d49660a3a7a6458e585f1724b120c67 Parents: 12e9878 3e3ed54 Author: Andrew Avenoso <[email protected]> Authored: Tue Sep 9 12:12:54 2014 -0400 Committer: Andrew Avenoso <[email protected]> Committed: Tue Sep 9 12:12:54 2014 -0400 ---------------------------------------------------------------------- .../mapreduce/lib/v2/DirectIndexingDriver.java | 95 ++++++++++ .../blur/mapreduce/lib/v2/DocumentWritable.java | 141 ++++++++++++++ .../mapreduce/lib/v2/LUCENE_FIELD_TYPE.java | 94 ++++++++++ .../mapreduce/lib/v2/LuceneKeyWritable.java | 182 +++++++++++++++++++ .../v2/DirectIndexingDriverMiniClusterTest.java | 99 ++++++++++ .../lib/v2/DirectIndexingDriverTest.java | 68 +++++++ .../apache/blur/analysis/BaseFieldManager.java | 9 + .../org/apache/blur/analysis/FieldManager.java | 5 + 8 files changed, 693 insertions(+) ----------------------------------------------------------------------
