[jira] Commented: (SOLR-272) SolrDocument performance testing

2007-06-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508432 ] Yonik Seeley commented on SOLR-272: --- OK, I'm on the correct version now. Once I changed setField to addField, SolrInp

[jira] Commented: (SOLR-272) SolrDocument performance testing

2007-06-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508429 ] Yonik Seeley commented on SOLR-272: --- Ugh... nevermind. I ran "svn up" on a different directory than what I patched,

[jira] Commented: (SOLR-272) SolrDocument performance testing

2007-06-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508426 ] Yonik Seeley commented on SOLR-272: --- Note that my current fix to toDocument() for copyField isn't complete since the

[jira] Updated: (SOLR-272) SolrDocument performance testing

2007-06-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-272: -- Attachment: SolrInputDoc.patch > With this test, the SolrInputDocument wins every time Not once you corr

[jira] Commented: (SOLR-277) Character Entity of XHTML is not supported with XmlUpdateRequestHandler .

2007-06-26 Thread Toru Matsuzawa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508421 ] Toru Matsuzawa commented on SOLR-277: - Hi Walter, It is understood that it is not a bug. And, it is understood tha

[jira] Commented: (SOLR-277) Character Entity of XHTML is not supported with XmlUpdateRequestHandler .

2007-06-26 Thread Walter Underwood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508408 ] Walter Underwood commented on SOLR-277: --- This is not a bug. Solr accepts XML, not XHTML. It does not accept XHTML

[jira] Updated: (SOLR-277) Character Entity of XHTML is not supported with XmlUpdateRequestHandler .

2007-06-26 Thread Toru Matsuzawa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Toru Matsuzawa updated SOLR-277: Attachment: XmlUpdateRequestHandler.patch patch attached. > Character Entity of XHTML is not support

[jira] Created: (SOLR-277) Character Entity of XHTML is not supported with XmlUpdateRequestHandler .

2007-06-26 Thread Toru Matsuzawa (JIRA)
Character Entity of XHTML is not supported with XmlUpdateRequestHandler . - Key: SOLR-277 URL: https://issues.apache.org/jira/browse/SOLR-277 Project: Solr Issue Type: I

[jira] Commented: (SOLR-255) RemoteSearchable for Solr(use RMI)

2007-06-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508394 ] Yonik Seeley commented on SOLR-255: --- A few other considerations for good scalability: - shards should be searched in

[jira] Commented: (SOLR-255) RemoteSearchable for Solr(use RMI)

2007-06-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508385 ] Yonik Seeley commented on SOLR-255: --- Toru, could you give an overview of how this solution works, what data is passe

[jira] Commented: (SOLR-255) RemoteSearchable for Solr(use RMI)

2007-06-26 Thread Toru Matsuzawa (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508380 ] Toru Matsuzawa commented on SOLR-255: - Hi Otis & Henri, Otis Gospodnetic wrote: > So with your patch one can searc

[jira] Commented: (SOLR-275) PHP Serialized Response Writer

2007-06-26 Thread Nick Jenkin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508341 ] Nick Jenkin commented on SOLR-275: -- Thanks Tristan, We do need more people testing as you said unserailize is very nas

[jira] Commented: (SOLR-118) Some admin pages stop working with "error 404" as the only symptom

2007-06-26 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508313 ] Otis Gospodnetic commented on SOLR-118: --- Ah, yes, that will work. I have Jetty set up like that for http://simpy

[jira] Updated: (SOLR-276) XML vs JSON writer performance issues

2007-06-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-276: -- Attachment: json_writer.patch patch to use a StringBuilder instead of adding directly to the writer. > X

[jira] Created: (SOLR-276) XML vs JSON writer performance issues

2007-06-26 Thread Yonik Seeley (JIRA)
XML vs JSON writer performance issues - Key: SOLR-276 URL: https://issues.apache.org/jira/browse/SOLR-276 Project: Solr Issue Type: Bug Reporter: Yonik Seeley Assignee: Yonik Seeley

[jira] Commented: (SOLR-118) Some admin pages stop working with "error 404" as the only symptom

2007-06-26 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508253 ] Bertrand Delacretaz commented on SOLR-118: -- Otis, I guess we'll owe you a free beverage of his choice, your gu

[jira] Issue Comment Edited: (SOLR-275) PHP Serialized Response Writer

2007-06-26 Thread Tristan Vittorio (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508178 ] Tristan Vittorio edited comment on SOLR-275 at 6/26/07 6:59 AM: Hi Nick, Thanks for su

[jira] Updated: (SOLR-275) PHP Serialized Response Writer

2007-06-26 Thread Tristan Vittorio (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tristan Vittorio updated SOLR-275: -- Attachment: PHPResponseWriter.java Updated version of the original PHPResponseWriter.java patched

[jira] Commented: (SOLR-267) log handler + query + hits

2007-06-26 Thread Will Johnson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508163 ] Will Johnson commented on SOLR-267: --- A few response rolled up: Yonik Seeley commented on SOLR-267: -

[jira] Commented: (SOLR-118) Some admin pages stop working with "error 404" as the only symptom

2007-06-26 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508159 ] Otis Gospodnetic commented on SOLR-118: --- Scanning the past comments My first guess would be that Jetty was l

Solr nightly build failure

2007-06-26 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build checkJunitPresence: compile-common: [mkdir] Created dir: /tmp/apache-solr-nightly/build/common [javac] Compiling 24 source files to /tmp/apache-solr-nightly/build/common [javac] Note: /tmp/apache-solr-nig

[jira] Updated: (SOLR-275) PHP Serialized Response Writer

2007-06-26 Thread Nick Jenkin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Jenkin updated SOLR-275: - Attachment: PHPResponseWriter.java > PHP Serialized Response Writer > -- > >

[jira] Created: (SOLR-275) PHP Serialized Response Writer

2007-06-26 Thread Nick Jenkin (JIRA)
PHP Serialized Response Writer -- Key: SOLR-275 URL: https://issues.apache.org/jira/browse/SOLR-275 Project: Solr Issue Type: New Feature Components: clients - php Affects Versions: 1.2 R