Re: stax vs xpp XmlUpdateHandler

2007-06-29 Thread Yonik Seeley
On 6/29/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: > so we should test that use case (ie: containing 1 small > documents; For processing a single request with 1 documents, the existing XPP update handler is faster then the new StaxUpdateHandler. XPP: 6888 6714 STAX: 8665 8313 Have

Re: stax vs xpp XmlUpdateHandler

2007-06-29 Thread Yonik Seeley
On 6/29/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: If I remove logging, the same test runs in: STAX: 6783 6834 essentially equivalent to the XPP version What about if you remove the logging for the XPP version too? -Yonik

Re: stax vs xpp XmlUpdateHandler

2007-06-29 Thread Ryan McKinley
so we should test that use case (ie: containing 1 small documents; For processing a single request with 1 documents, the existing XPP update handler is faster then the new StaxUpdateHandler. XPP: 6888 6714 STAX: 8665 8313 I looked into it, and the difference seems to be entirely

Re: stax vs xpp XmlUpdateHandler

2007-06-29 Thread Yonik Seeley
On 6/29/07, Ryan McKinley <[EMAIL PROTECTED]> wrote: How do you all feel about moving: XmlUpdateRequestHandler -> XppUpdateRequestHandler StaxUpdateRequestHandler -> XmlUpdateRequestHandler then deprecating XppUpdateRequestHandler? +1 I think we could remove the XppUpdateRequestHandler re

Re: stax vs xpp XmlUpdateHandler

2007-06-29 Thread Ryan McKinley
I'm kinda out of the looop on the whole Stax/Xpp/Xml update parsing stuff ... am i remembering correctly the end game goal is to reduce/eliminate dependencies on XPP? (because ? stax is Java "standard" included out-of-the-box with java6? (i'm guessing)) For me the biggest reason is

Re: stax vs xpp XmlUpdateHandler

2007-06-29 Thread Chris Hostetter
: How do you all feel about moving: : XmlUpdateRequestHandler -> XppUpdateRequestHandler : StaxUpdateRequestHandler -> XmlUpdateRequestHandler : : then deprecating XppUpdateRequestHandler? This will urge people to use : the Stax implemenation sooner then later and should help iron out any : p

stax vs xpp XmlUpdateHandler

2007-06-29 Thread Ryan McKinley
I just did some performance testing to compare the stax vs xpp implementaion. As far as I can tell there is no real difference between them. Using solrj, this adds 1 documents for each handler - running each as an independent call. STAX: 8631 8221 8525 8383 8487 = 42247 XPP: 8309 8438

[jira] Resolved: (SOLR-279) System Properties for Testing are now in Java code AND Ant build.xml

2007-06-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-279. --- Resolution: Fixed committed. > System Properties for Testing are now in Java code AND Ant build.xml >

Thanks for commit 551701!

2007-06-29 Thread Eric Pugh
Yonik, Thanks for commit 551701, I have created bug https:// issues.apache.org/jira/browse/SOLR-279 for removing the properties from build.xml as well. Cheers, Eric --- Principal OpenSource Connections Site: http://www.opensourceconnectio

[jira] Updated: (SOLR-279) System Properties for Testing are now in Java code AND Ant build.xml

2007-06-29 Thread Eric Pugh (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Pugh updated SOLR-279: --- Attachment: syspropties.patch Patch file for build.xml for removing system properties > System Properties for

[jira] Created: (SOLR-279) System Properties for Testing are now in Java code AND Ant build.xml

2007-06-29 Thread Eric Pugh (JIRA)
System Properties for Testing are now in Java code AND Ant build.xml Key: SOLR-279 URL: https://issues.apache.org/jira/browse/SOLR-279 Project: Solr Issue Type: Bug Aff

[jira] Commented: (SOLR-278) LukeRequest/Response for handling show=schema

2007-06-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509164 ] Ryan McKinley commented on SOLR-278: yes, there must a better solution to merge schema vs index field info. I'm o

[jira] Commented: (SOLR-278) LukeRequest/Response for handling show=schema

2007-06-29 Thread Will Johnson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509160 ] Will Johnson commented on SOLR-278: --- I guess I was hoping for a super set of features in LukeResponse.FieldInfo which

[jira] Commented: (SOLR-278) LukeRequest/Response for handling show=schema

2007-06-29 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12509156 ] Ryan McKinley commented on SOLR-278: looks good. Do you have suggestions on how to modify SOLR-266? The schema i

[jira] Updated: (SOLR-278) LukeRequest/Response for handling show=schema

2007-06-29 Thread Will Johnson (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Johnson updated SOLR-278: -- Attachment: LukeSchemaHandling.patch > LukeRequest/Response for handling show=schema > --

[jira] Created: (SOLR-278) LukeRequest/Response for handling show=schema

2007-06-29 Thread Will Johnson (JIRA)
LukeRequest/Response for handling show=schema - Key: SOLR-278 URL: https://issues.apache.org/jira/browse/SOLR-278 Project: Solr Issue Type: Improvement Components: clients - java Affe