[
https://issues.apache.org/jira/browse/SOLR-16293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated SOLR-16293:
--------------------------------
Fix Version/s: 8.11.3
> Luke request fails for document with a binary field
> ---------------------------------------------------
>
> Key: SOLR-16293
> URL: https://issues.apache.org/jira/browse/SOLR-16293
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Components: Schema and Analysis
> Affects Versions: 9.0, 8.11, 9.1
> Environment: Windows 10 Enterprise Version 20H2 Build 19042.1766
> Windows Feature Experience Pack 120.2212.4180.0
>
> java 17.0.3.1 2022-04-22 LTS
> Java(TM) SE Runtime Environment (build 17.0.3.1+2-LTS-6)
> Java HotSpot(TM) 64-Bit Server VM (build 17.0.3.1+2-LTS-6, mixed mode,
> sharing)
> Reporter: Thomas Corthals
> Assignee: Kevin Risden
> Priority: Major
> Labels: luke
> Fix For: main (10.0), 8.11.3, 9.2
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> 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:
> {code:xml}
> <fieldType name="binary" class="solr.BinaryField"/>
> {code}
> I added this to the schema:
> {code:xml}
> <dynamicField name="*_bin" type="binary"/>
> {code}
>
> Indexed a simple document which I can get back in a query.
> {code:json}
> {
> "id": "binary-test",
> "test_bin": "PS9cPQ=="
> }
> {code}
>
> This Luke request fails with code 500 though.
> {code:sh}
> curl -s
> 'http://localhost:8983/solr/techproducts/admin/luke?show=doc&id=binary-test'
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]