Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
9.0, 8.11, 9.1
Description
Getting document details from the Luke request handler fails with a 500 error when the document contains a binary field.
Starting from the techproducts examples, which already contains:
<fieldType name="binary" class="solr.BinaryField"/>
I added this to the schema:
<dynamicField name="*_bin" type="binary"/>
Indexed a simple document which I can get back in a query.
{ "id": "binary-test", "test_bin": "PS9cPQ==" }
This Luke request fails with code 500 though.
curl -s 'http://localhost:8983/solr/techproducts/admin/luke?show=doc&id=binary-test'
Attachments
Issue Links
- links to