[
https://issues.apache.org/jira/browse/PYLUCENE-50?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16866175#comment-16866175
]
Andi Vajda commented on PYLUCENE-50:
------------------------------------
Thank you, Aric, for you reporting this.
Andi..
?? {{field = document.StoredField('', 0)}}
> StoredField of an int has the wrong type.
> -----------------------------------------
>
> Key: PYLUCENE-50
> URL: https://issues.apache.org/jira/browse/PYLUCENE-50
> Project: PyLucene
> Issue Type: Bug
> Environment: Python 3 official docker container, 8.1.1rc
> Reporter: A. Coady
> Priority: Critical
>
> The StoredField constructor is interpreting ints as bytes. It's only
> reproducing on the 8 rc.
> {{import lucene}}
> {{lucene.initVM()}}
> {{from org.apache.lucene import document}}
>
> {{field = document.StoredField('', 0)}}
> {{print(field.numericValue(), field.binaryValue())}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)