Github user moshebla commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/395#discussion_r195118329
--- Diff: solr/core/src/java/org/apache/solr/handler/loader/JsonLoader.java
---
@@ -593,14 +602,14 @@ private void parseExtendedFieldValue(int ev,
SolrInputField sif) throws IOExcept
Object normalFieldValue = null;
Map<String, Object> extendedInfo = null;
- for (SolrInputField field: extendedSolrDocument) {
- Object fieldVal = field.getValue();
- String fieldName = field.getName();
- if ("boost".equals(fieldName)) {
- Object boostVal = fieldVal;
+ for (SolrInputField entry: extendedSolrDocument) {
+ Object label = entry.getValue();
--- End diff --
oops
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]