[jira] [Created] (SOLR-15408) ConcurrentUpdate issue of solr 8.8.1

2021-05-16 Thread lehong.ding (Jira)
lehong.ding created SOLR-15408: -- Summary: ConcurrentUpdate issue of solr 8.8.1 Key: SOLR-15408 URL: https://issues.apache.org/jira/browse/SOLR-15408 Project: Solr Issue Type: Bug Security

[GitHub] [solr] cpoerschke commented on a change in pull request #123: [SOLR-12697] Add pure DocValues support to FieldValueFeature

2021-05-16 Thread GitBox
cpoerschke commented on a change in pull request #123: URL: https://github.com/apache/solr/pull/123#discussion_r633135019 ## File path: solr/contrib/ltr/src/test/org/apache/solr/ltr/feature/TestFieldValueFeature.java ## @@ -56,11 +62,13 @@ public void before() throws Exception

[GitHub] [solr] tomglk commented on a change in pull request #123: [SOLR-12697] Add pure DocValues support to FieldValueFeature

2021-05-16 Thread GitBox
tomglk commented on a change in pull request #123: URL: https://github.com/apache/solr/pull/123#discussion_r633071371 ## File path: solr/contrib/ltr/src/test/org/apache/solr/ltr/feature/TestFieldValueFeature.java ## @@ -70,86 +78,92 @@ public void after() throws Exception {

[GitHub] [solr] tomglk commented on a change in pull request #123: [SOLR-12697] Add pure DocValues support to FieldValueFeature

2021-05-16 Thread GitBox
tomglk commented on a change in pull request #123: URL: https://github.com/apache/solr/pull/123#discussion_r633071371 ## File path: solr/contrib/ltr/src/test/org/apache/solr/ltr/feature/TestFieldValueFeature.java ## @@ -70,86 +78,92 @@ public void after() throws Exception {

[GitHub] [solr] tomglk commented on a change in pull request #123: [SOLR-12697] Add pure DocValues support to FieldValueFeature

2021-05-16 Thread GitBox
tomglk commented on a change in pull request #123: URL: https://github.com/apache/solr/pull/123#discussion_r633062781 ## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/feature/FieldValueFeature.java ## @@ -57,50 +67,79 @@ public void setField(String field) { }