[GitHub] [solr] cpoerschke commented on a change in pull request #166: SOLR-15450 add PrefetchingFieldValueFeature

2021-06-22 Thread GitBox
cpoerschke commented on a change in pull request #166: URL: https://github.com/apache/solr/pull/166#discussion_r656440736 ## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/LTRScoringQuery.java ## @@ -223,6 +223,7 @@ public ModelWeight createWeight(IndexSearcher search

[GitHub] [solr] cpoerschke commented on a change in pull request #166: SOLR-15450 add PrefetchingFieldValueFeature

2021-06-22 Thread GitBox
cpoerschke commented on a change in pull request #166: URL: https://github.com/apache/solr/pull/166#discussion_r656402593 ## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/LTRScoringQuery.java ## @@ -223,6 +223,7 @@ public ModelWeight createWeight(IndexSearcher search

[GitHub] [solr] cpoerschke commented on a change in pull request #166: SOLR-15450 add PrefetchingFieldValueFeature

2021-06-18 Thread GitBox
cpoerschke commented on a change in pull request #166: URL: https://github.com/apache/solr/pull/166#discussion_r654630147 ## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/LTRScoringQuery.java ## @@ -223,6 +223,7 @@ public ModelWeight createWeight(IndexSearcher search

[GitHub] [solr] cpoerschke commented on a change in pull request #166: SOLR-15450 add PrefetchingFieldValueFeature

2021-06-14 Thread GitBox
cpoerschke commented on a change in pull request #166: URL: https://github.com/apache/solr/pull/166#discussion_r650443475 ## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/feature/PrefetchingFieldValueFeature.java ## @@ -0,0 +1,149 @@ +/* + * Licensed to the Apache S

[GitHub] [solr] cpoerschke commented on a change in pull request #166: SOLR-15450 add PrefetchingFieldValueFeature

2021-06-09 Thread GitBox
cpoerschke commented on a change in pull request #166: URL: https://github.com/apache/solr/pull/166#discussion_r648547301 ## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/feature/PrefetchingFieldValueFeature.java ## @@ -0,0 +1,149 @@ +/* + * Licensed to the Apache S

[GitHub] [solr] cpoerschke commented on a change in pull request #166: SOLR-15450 add PrefetchingFieldValueFeature

2021-06-09 Thread GitBox
cpoerschke commented on a change in pull request #166: URL: https://github.com/apache/solr/pull/166#discussion_r648536798 ## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/feature/PrefetchingFieldValueFeature.java ## @@ -0,0 +1,134 @@ +/* + * Licensed to the Apache S

[GitHub] [solr] cpoerschke commented on a change in pull request #166: SOLR-15450 add PrefetchingFieldValueFeature

2021-06-09 Thread GitBox
cpoerschke commented on a change in pull request #166: URL: https://github.com/apache/solr/pull/166#discussion_r648514785 ## File path: solr/contrib/ltr/src/test/org/apache/solr/ltr/TestCacheInteractionOfPrefetchingFieldValueFeature.java ## @@ -0,0 +1,530 @@ +/* * Licensed to

[GitHub] [solr] cpoerschke commented on a change in pull request #166: SOLR-15450 add PrefetchingFieldValueFeature

2021-06-05 Thread GitBox
cpoerschke commented on a change in pull request #166: URL: https://github.com/apache/solr/pull/166#discussion_r646023649 ## File path: solr/contrib/ltr/src/java/org/apache/solr/ltr/feature/PrefetchingFieldValueFeature.java ## @@ -0,0 +1,149 @@ +/* + * Licensed to the Apache S