[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

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

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-09 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r201222488 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -120,25 +122,41 @@ public void before() throws Exception {

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-09 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r201076987 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -120,25 +122,41 @@ public void before() throws Exception {

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-09 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r201059845 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-09 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200996646 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessorFactory.java --- @@ -72,8 +72,8 @@ public void

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-08 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200871822 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-08 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200871182 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessorFactory.java --- @@ -0,0 +1,126 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-08 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200841295 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-07 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200829771 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessorFactory.java --- @@ -0,0 +1,126 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-05 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200372947 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessorFactory.java --- @@ -0,0 +1,126 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-05 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200373375 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessorFactory.java --- @@ -0,0 +1,126 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-05 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200373726 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessorFactory.java --- @@ -0,0 +1,126 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200233323 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200233243 --- Diff: solr/core/src/java/org/apache/solr/schema/IndexSchema.java --- @@ -107,6 +107,8 @@ public static final String

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200230960 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessorFactory.java --- @@ -0,0 +1,120 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200231147 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200231503 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -0,0 +1,171 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200230404 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessorFactory.java --- @@ -0,0 +1,120 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200230779 --- Diff: solr/core/src/java/org/apache/solr/schema/IndexSchema.java --- @@ -107,6 +107,8 @@ public static final String

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-04 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r200115050 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-03 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r199773120 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-02 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r199678334 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-02 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r199677374 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-02 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r199401847 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -0,0 +1,189 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-02 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r199399224 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -0,0 +1,189 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-02 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r199394431 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-01 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r199384878 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,96 @@ +/* --- End diff --

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-01 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r199383693 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-01 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r199384693 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-01 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r199383354 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-01 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r199383124 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-01 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r199386009 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -0,0 +1,189 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-01 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r199386196 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -0,0 +1,189 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-01 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r199383053 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-07-01 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r199383206 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,96 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-26 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r198175722 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-26 Thread moshebla
Github user moshebla commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r198158464 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-26 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r198151910 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -0,0 +1,158 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-26 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r198150106 --- Diff: solr/core/src/test/org/apache/solr/update/TestNestedUpdateProcessor.java --- @@ -0,0 +1,158 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-26 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r198148078 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-26 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r198147106 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessor.java --- @@ -0,0 +1,85 @@ +/* + * Licensed to the Apache

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-26 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r198148926 --- Diff: solr/core/src/java/org/apache/solr/update/processor/NestedUpdateProcessorFactory.java --- @@ -0,0 +1,72 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-25 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r197869098 --- Diff: solr/core/src/java/org/apache/solr/schema/IndexSchema.java --- @@ -104,9 +104,12 @@ public static final String FIELD_TYPE =

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-25 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r197857625 --- Diff: solr/core/src/java/org/apache/solr/update/processor/DeeplyNestedUpdateProcessor.java --- @@ -0,0 +1,101 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-25 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r197865187 --- Diff: solr/core/src/java/org/apache/solr/update/processor/DeeplyNestedUpdateProcessor.java --- @@ -0,0 +1,101 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-25 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r197866818 --- Diff: solr/core/src/java/org/apache/solr/update/processor/DeeplyNestedUpdateProcessorFactory.java --- @@ -0,0 +1,74 @@ +/* + * Licensed to

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-25 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r197859682 --- Diff: solr/core/src/java/org/apache/solr/update/processor/DeeplyNestedUpdateProcessor.java --- @@ -0,0 +1,101 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-25 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r197862734 --- Diff: solr/core/src/java/org/apache/solr/update/processor/DeeplyNestedUpdateProcessor.java --- @@ -0,0 +1,101 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-25 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r197861078 --- Diff: solr/core/src/java/org/apache/solr/update/processor/DeeplyNestedUpdateProcessor.java --- @@ -0,0 +1,101 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-25 Thread dsmiley
Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/410#discussion_r197868389 --- Diff: solr/core/src/java/org/apache/solr/update/processor/DeeplyNestedUpdateProcessor.java --- @@ -0,0 +1,101 @@ +/* + * Licensed to the

[GitHub] lucene-solr pull request #410: SOLR-12441: add deeply nested URP for nested ...

2018-06-25 Thread moshebla
GitHub user moshebla opened a pull request: https://github.com/apache/lucene-solr/pull/410 SOLR-12441: add deeply nested URP for nested documents metadata You can merge this pull request into a Git repository by running: $ git pull https://github.com/moshebla/lucene-solr