Solr nightly build failure

2009-08-16 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build [mkdir] Created dir: /tmp/apache-solr-nightly/build/web compile-solrj: [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj [javac] Compiling 84 source files to /tmp/apache-solr-nightly/build/solrj

Build failed in Hudson: Solr-trunk #897

2009-08-16 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/897/changes Changes: [yonik] add back timestamps to more example docs -- [...truncated 7182 lines...] [junit] Running org.apache.solr.analysis.TestPatternTokenizerFactory [junit] Tests run:

[jira] Commented: (SOLR-1315) new replication command needed to force a backup when there is no committed index data

2009-08-16 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12743827#action_12743827 ] Noble Paul commented on SOLR-1315: -- jay, I guess this fix should be good enough for you

Re: lucene upgrade

2009-08-16 Thread Yonik Seeley
In the process of upgrading - there were changes to Weight that require some work. -Yonik http://www.lucidimagination.com On Sat, Aug 15, 2009 at 10:54 AM, Yonik Seeleyyo...@lucidimagination.com wrote: FYI, I plan on updating the lucene libs once LUCENE-1794 is checked in.

[jira] Updated: (SOLR-1143) Return partial results when a connection to a shard is refused

2009-08-16 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-1143: Attachment: SOLR-1143-2.patch I have added a test in _TestDistributedSearch_ class.

[jira] Updated: (SOLR-1353) implement reusable token streams for all Solr tokenizers / token filters

2009-08-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-1353: --- Attachment: SOLR-1353.patch Patch implementing reusable analyzers. Simple filters have been converted

[jira] Resolved: (SOLR-1353) implement reusable token streams for all Solr tokenizers / token filters

2009-08-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-1353. Resolution: Fixed Committed. implement reusable token streams for all Solr tokenizers / token

[jira] Commented: (SOLR-1353) implement reusable token streams for all Solr tokenizers / token filters

2009-08-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12743858#action_12743858 ] Robert Muir commented on SOLR-1353: --- seems to almost double throughput... how does this

[jira] Commented: (SOLR-1353) implement reusable token streams for all Solr tokenizers / token filters

2009-08-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12743859#action_12743859 ] Yonik Seeley commented on SOLR-1353: Yes, on my simple short field test, I got about a

[jira] Commented: (SOLR-1353) implement reusable token streams for all Solr tokenizers / token filters

2009-08-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12743860#action_12743860 ] Yonik Seeley commented on SOLR-1353: FYI, with all these changes, but with reuse turned

good performance news

2009-08-16 Thread Yonik Seeley
I just profiled a CSV upload, and aside from the CSV parsing, Solr adds pretty much no overhead! I was expecting some non-trivial overhead due to Solr's SolrInputDocument, update processing pipeline, and update handler... but profiling showed that it amounted to less than 1%. 85% of the time was