[jira] [Updated] (LUCENE-5703) Don't allocate/copy bytes all the time in binary DV producers

2014-06-05 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5703: Attachment: LUCENE-5703.patch patch fixing the comparator (well, to be no worse than today). It

[jira] [Updated] (LUCENE-5703) Don't allocate/copy bytes all the time in binary DV producers

2014-06-04 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5703: - Attachment: LUCENE-5703.patch Here is an updated patch. Sorted(Set)TermsEnum copies the

[jira] [Updated] (LUCENE-5703) Don't allocate/copy bytes all the time in binary DV producers

2014-06-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5703: Attachment: LUCENE-5703.patch Updated to trunk. Added TestFieldCacheSortRandom. Fixed bug in the

[jira] [Updated] (LUCENE-5703) Don't allocate/copy bytes all the time in binary DV producers

2014-06-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5703: Attachment: LUCENE-5703.patch Updated patch: folds in an unrelated test bug fix from beasting

[jira] [Updated] (LUCENE-5703) Don't allocate/copy bytes all the time in binary DV producers

2014-06-04 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-5703: Attachment: LUCENE-5703.patch Updated patch fixing most EMPTY stuff.

[jira] [Updated] (LUCENE-5703) Don't allocate/copy bytes all the time in binary DV producers

2014-06-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5703: - Fix Version/s: 4.9 Don't allocate/copy bytes all the time in binary DV producers

[jira] [Updated] (LUCENE-5703) Don't allocate/copy bytes all the time in binary DV producers

2014-06-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5703: - Attachment: LUCENE-5703.patch Here is a patch that switches BinaryDocValues to the discussed

[jira] [Updated] (LUCENE-5703) Don't allocate/copy bytes all the time in binary DV producers

2014-06-02 Thread Adrien Grand (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrien Grand updated LUCENE-5703: - Attachment: LUCENE-5703.patch I missed that one. Here is an updated patch that removes the