does anyone have performance testing scripts for /update?
The three key things i'd like to test are: * SOLR-139, i'd like to make sure using the IndexDocumentCommand (without modifying the existing document) is equivalent to what we have. * /update as servlet vs /update/xml as filter -- *should* be the same * most importantly, SOLR-133 - i've been using StAX in a bunch of custom handlers - its much easier then XPP and purports to be equally fast. we should make sure. Any pointers would be great. It would be nice to have a performance test in /trunk that adds a ton of files and spits back timing info. thanks ryan