[ 
https://issues.apache.org/jira/browse/PYLUCENE-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andi Vajda resolved PYLUCENE-50.
--------------------------------
    Resolution: Fixed

fixed in rev 1861553

> 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)

Reply via email to