[jira] [Updated] (LUCENE-5398) NormValueSource unable to read long field norm

2014-01-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-5398: --- Attachment: LUCENE-5398.patch Thanks Peng; I simplified the test a bit and folded th

[jira] [Updated] (LUCENE-5398) NormValueSource unable to read long field norm

2014-01-28 Thread Peng Cheng (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peng Cheng updated LUCENE-5398: --- Attachment: TestValueSourcesWithNonByteNormEncoding.java I have attached a simple test case to show

[jira] [Updated] (LUCENE-5398) NormValueSource unable to read long field norm

2014-01-28 Thread Peng Cheng (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peng Cheng updated LUCENE-5398: --- Description: Previous Lucene implementation store field norms of all documents in memory, float val

[jira] [Updated] (LUCENE-5398) NormValueSource unable to read long field norm

2014-01-28 Thread Peng Cheng (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peng Cheng updated LUCENE-5398: --- Description: Previous Lucene used to store norms in memory, hence float values are encoded into byt

[jira] [Updated] (LUCENE-5398) NormValueSource unable to read long field norm

2014-01-17 Thread Peng Cheng (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peng Cheng updated LUCENE-5398: --- Attachment: NormValueSource.java Removed. Run junit TestValueSources without problem. This thing sh