[GitHub] lucene-solr pull request #515: LUCENE-8593: Specialize single value numeric ...

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

[GitHub] lucene-solr pull request #515: LUCENE-8593: Specialize single value numeric ...

2018-12-05 Thread dnhatn
Github user dnhatn commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/515#discussion_r239323699 --- Diff: lucene/core/src/java/org/apache/lucene/index/DocValuesFieldUpdates.java --- @@ -425,4 +425,51 @@ final boolean hasValue() { return

[GitHub] lucene-solr pull request #515: LUCENE-8593: Specialize single value numeric ...

2018-12-05 Thread dnhatn
Github user dnhatn commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/515#discussion_r239323513 --- Diff: lucene/core/src/java/org/apache/lucene/index/DocValuesFieldUpdates.java --- @@ -425,4 +425,51 @@ final boolean hasValue() { return

[GitHub] lucene-solr pull request #515: LUCENE-8593: Specialize single value numeric ...

2018-12-05 Thread dnhatn
Github user dnhatn commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/515#discussion_r239323491 --- Diff: lucene/core/src/java/org/apache/lucene/index/DocValuesFieldUpdates.java --- @@ -425,4 +425,51 @@ final boolean hasValue() { return

[GitHub] lucene-solr pull request #515: LUCENE-8593?: Specialize single value numeric...

2018-12-05 Thread s1monw
GitHub user s1monw opened a pull request: https://github.com/apache/lucene-solr/pull/515 LUCENE-8593?: Specialize single value numeric DV updates The case when all values are the the same on a numeric field update is common for soft_deletes. With the new infrastucture for