[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-06-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/lucene-solr/pull/385 --- - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-06-04 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192651989 --- Diff: solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java --- @@ -952,12 +941,15 @@ public void split(SplitIndexCommand cmd)

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-06-04 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192638234 --- Diff: solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java --- @@ -952,12 +941,15 @@ public void split(SplitIndexCommand cmd)

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-06-03 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192623213 --- Diff: solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java --- @@ -952,12 +941,15 @@ public void split(SplitIndexCommand cmd) throws

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-06-03 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192623693 --- Diff: solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java --- @@ -972,27 +964,22 @@ private void

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-06-03 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192622147 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -270,4 +275,8 @@ public String toString() { public boolean

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-06-03 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192622725 --- Diff: solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java --- @@ -333,25 +331,18 @@ private void

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-06-03 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192623800 --- Diff: solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java --- @@ -952,12 +941,15 @@ public void split(SplitIndexCommand cmd) throws

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-06-03 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192622171 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -66,6 +67,10 @@ public AddUpdateCommand(SolrQueryRequest req) {

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-06-03 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192579604 --- Diff: solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java --- @@ -417,7 +417,8 @@ private void addAndDelete(AddUpdateCommand cmd,

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-06-02 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192577024 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-06-02 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192577005 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-31 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192117086 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return id;

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-31 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192107030 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return id;

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-31 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192021769 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-31 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192015467 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-31 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192014430 --- Diff: solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java --- @@ -260,10 +266,90 @@ public void testExceptionThrown() throws

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-31 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192003368 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-31 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r192000457 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -146,17 +146,14 @@ public String getPrintableId() { return

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-31 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191999062 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191975716 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -146,17 +146,14 @@ public String getPrintableId() { return

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191983681 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return id;

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191976059 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return id;

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191982413 --- Diff: solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java --- @@ -260,10 +266,90 @@ public void testExceptionThrown() throws

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191978497 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return id;

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191976784 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return id;

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191978869 --- Diff: solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java --- @@ -417,7 +417,8 @@ private void addAndDelete(AddUpdateCommand cmd,

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191977537 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +172,83 @@ public String getHashableId() { return id;

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191980588 --- Diff: solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java --- @@ -973,16 +976,43 @@ private void

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191807600 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -184,14 +179,7 @@ public String getHashableId() { return

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191805956 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -206,13 +194,13 @@ private void buildDocsList() { // TODO:

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191785849 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -250,6 +261,7 @@ private void recUnwrapRelations(List unwrappedDocs,

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191785710 --- Diff: solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java --- @@ -693,7 +668,6 @@ private void indexSolrInputDocumentsDirectly(List

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191781137 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -250,6 +261,7 @@ private void recUnwrapRelations(List unwrappedDocs,

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191780669 --- Diff: solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java --- @@ -693,7 +668,6 @@ private void indexSolrInputDocumentsDirectly(List

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191782336 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -228,11 +225,25 @@ private void buildDocsList() { return

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191780149 --- Diff: solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java --- @@ -2181,16 +2182,38 @@ public boolean compareSolrInputDocument(Object

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191776629 --- Diff: solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java --- @@ -550,14 +531,8 @@ public void testJavaBinCodecNestedRelation()

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191775263 --- Diff: solr/core/src/java/org/apache/solr/update/processor/IgnoreLargeDocumentProcessorFactory.java --- @@ -165,11 +165,9 @@ private static long

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191779761 --- Diff: solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java --- @@ -417,7 +417,8 @@ private void addAndDelete(AddUpdateCommand cmd,

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191775964 --- Diff: solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java --- @@ -269,37 +269,27 @@ public void testExceptionThrown() throws

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191663507 --- Diff: solr/core/src/java/org/apache/solr/update/processor/IgnoreLargeDocumentProcessorFactory.java --- @@ -156,7 +160,17 @@ private static long

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-30 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191661211 --- Diff: solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java --- @@ -973,16 +976,43 @@ private void

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-29 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191643680 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +176,92 @@ public String getHashableId() { return

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-29 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191401990 --- Diff: solr/solrj/src/java/org/apache/solr/common/SolrInputDocument.java --- @@ -259,6 +260,17 @@ public void addChildDocuments(Collection

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-29 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191401550 --- Diff: solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java --- @@ -521,6 +682,23 @@ private void attachSubDocs(Element parent, String

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-29 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191401350 --- Diff: solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java --- @@ -398,7 +523,43 @@ public void testXML() throws IOException,

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-29 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191403411 --- Diff: solr/solrj/src/java/org/apache/solr/common/SolrInputDocument.java --- @@ -259,6 +260,17 @@ public void addChildDocuments(Collection

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-29 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191403264 --- Diff: solr/solrj/src/java/org/apache/solr/common/SolrDocument.java --- @@ -373,6 +374,23 @@ public int size() { return _fields.values();

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-29 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191397441 --- Diff: solr/core/src/java/org/apache/solr/update/processor/IgnoreLargeDocumentProcessorFactory.java --- @@ -156,7 +160,17 @@ private static long

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-29 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191396919 --- Diff: solr/core/src/java/org/apache/solr/update/DocumentBuilder.java --- @@ -132,6 +133,9 @@ public static Document toDocument( SolrInputDocument

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-29 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191396348 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +176,92 @@ public String getHashableId() { return id;

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-29 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191400441 --- Diff: solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java --- @@ -260,10 +266,124 @@ public void testExceptionThrown() throws

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-29 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191396785 --- Diff: solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java --- @@ -973,16 +976,43 @@ private void

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-29 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/385#discussion_r191392147 --- Diff: solr/core/src/java/org/apache/solr/update/AddUpdateCommand.java --- @@ -175,69 +176,92 @@ public String getHashableId() { return id;

[GitHub] lucene-solr pull request #385: WIP: SOLR-12361

2018-05-27 Thread moshebla
GitHub user moshebla opened a pull request: https://github.com/apache/lucene-solr/pull/385 WIP: SOLR-12361 You can merge this pull request into a Git repository by running: $ git pull https://github.com/moshebla/lucene-solr SOLR-12361-new Alternatively you can review and