[jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-10-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-486: Attachment: optimizemap.patch Just the way NamedList keys can be externalized, Map keys can also be

[jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-07-21 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-486: Attachment: (was: SOLR-486-iterator.patch) Support binary formats for QueryresponseWriter

[jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-07-21 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-486: Attachment: SOLR-486-iterator.patch name in namedlist written as extern string Support binary formats for

[jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-07-19 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-486: Attachment: SOLR-486-iterator.patch _Iterator_ was being treated like an array which is not optimal On a

[jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-07-19 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-486: Attachment: SOLR-486-iterator.patch a better one. (I guess the approach is better even for the other

[jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-06-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-486: Attachment: SOLR-486.patch This include changes for making Binary format the default for SolrJ and the

[jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-06-09 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-486: Attachment: solr-486.patch changes required to make binary format default in solrJ Support binary formats

Re: [jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-04-15 Thread Shalin Shekhar Mangar
I just verified with your new patch. All tests pass. On Tue, Apr 15, 2008 at 11:17 PM, Yonik Seeley (JIRA) [EMAIL PROTECTED] wrote: [ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] Yonik Seeley updated SOLR-486:

[jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-04-12 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-486: Attachment: SOLR-486.patch There were bugs in the previous patch and it was not writing the

[jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-04-11 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-486: -- Attachment: SOLR-486.patch Revised patch that switches distributed search to use the binary format.

[jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-04-07 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-486: Attachment: SOLR-486.patch Added a version byte in the beginning. Types, Byte and Short were missing

[jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-03-18 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-486: Attachment: SOLR-486.patch No changes . Just synchronizing with other code changes. This is a very useful

[jira] Updated: (SOLR-486) Support binary formats for QueryresponseWriter

2008-02-25 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-486: Attachment: SOLR-486.patch This patch can add support for binary formats. Support binary formats for