[
https://issues.apache.org/jira/browse/OAK-9057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mohammad updated OAK-9057:
--------------------------
Description:
I use remote solr index. I have one node type that has a binary property. When
I add a node with this type and attach some non empty text file, oak add a
document in solr but the value of binary field is some new line character.
I trace it and find that the binary value that extract in SolrIndexEditor
class line 235 return a LinkedList with one entry that just contain
"\n\n\n\n\n". Is there any config that I missed or there is a bug here?
was:
I use remote solr index. I have one node type that has a binary property. When
I add a node with this type and attach some non empty text file, oak add a
document in solr but the value of binary field is some new line character.
I trace it and find that the binary value that extract in SolrIndexEditor class
line 235 return a LinkedList with one entry that just contain "\n\n\n\n\n". Is
there any config that I missed?
> Binary property in Solr index has not correct value
> ---------------------------------------------------
>
> Key: OAK-9057
> URL: https://issues.apache.org/jira/browse/OAK-9057
> Project: Jackrabbit Oak
> Issue Type: Bug
> Components: solr
> Affects Versions: 1.26.0
> Reporter: Mohammad
> Priority: Major
>
> I use remote solr index. I have one node type that has a binary property.
> When I add a node with this type and attach some non empty text file, oak add
> a document in solr but the value of binary field is some new line character.
> I trace it and find that the binary value that extract in SolrIndexEditor
> class line 235 return a LinkedList with one entry that just contain
> "\n\n\n\n\n". Is there any config that I missed or there is a bug here?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)