Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0
-
None
-
None
-
None
-
Linux server with Tomcat as application server
Description
Dear,
We discover that some fields (not multivalued) was formated as multivalued for JSON output when on our schema we add :
<dynamicField name="*" type="ignored" multiValued="true" />
in other terms, an internal field like score will be displayed as :
"score":[2.9204934],
and not :
"score":4.5376997,
there is no problem with xml output.
Attachments
Attachments
Issue Links
- duplicates
-
SOLR-4036 JSON response writer mangles type in some cases for ExternalFileFields
- Closed
-
SOLR-4128 multivalued dynamicField matching 'score' causes text response writers to output score as an array
- Closed
- relates to
-
SOLR-3829 Admin UI Logging events broken if schema.xml defines a catch-all dynamicField with type ignored
- Closed