Build failed in Hudson: Solr-trunk #796

2009-05-08 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/796/ -- [...truncated 2040 lines...] [junit] Running org.apache.solr.analysis.TestCharFilter [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.486 sec [junit] Running

[jira] Updated: (SOLR-1151) Document the new CopyField maxChars property in the example schema.xml

2009-05-08 Thread Peter Wolanin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Wolanin updated SOLR-1151: Description: In this issue: http://issues.apache.org/jira/browse/SOLR-538 a maxLength property

[jira] Updated: (SOLR-1151) Document the new CopyField maxChars property in the example schema.xml

2009-05-08 Thread Peter Wolanin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Wolanin updated SOLR-1151: Attachment: SOLR-1151.patch revised patch to use maxChars - still not sure if this is a useful

[jira] Commented: (SOLR-1144) replication hang

2009-05-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707405#action_12707405 ] Yonik Seeley commented on SOLR-1144: bq. ReplicationHandler does not cause the hang on

[jira] Commented: (SOLR-1144) replication hang

2009-05-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707421#action_12707421 ] Noble Paul commented on SOLR-1144: -- The master closes the connection if everything is

[jira] Commented: (SOLR-1144) replication hang

2009-05-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707425#action_12707425 ] Yonik Seeley commented on SOLR-1144: bq. The master closes the connection if everything

I would like to contribute to Solr.

2009-05-08 Thread Woytowitz, Matthew
I working on a project that's creating a very large solr index. We're going to deploy a solr across 4 servers initially and would like to increase that number as we ingest more and more data. We are planning to use a distributed solr architecture, but some of the Solr feature's don't work when

Re: [Solr Wiki] Trivial Update of LargeIndexes by PeterWolanin

2009-05-08 Thread Erik Hatcher
http://wiki.apache.org/solr/LargeIndexes On May 8, 2009, at 2:28 PM, Apache Wiki wrote: + In solrconfig.xml, change the dismax parameter q.alt to something besides '*:*'. Hitting this query by accident can also make a large index unavailable for minutes. That's not really true all by

Re: SolrDispatchFilter config parameter solrconfig-filename

2009-05-08 Thread Jian Han Guo
Ok, if there is no objection, I'll file a bug and create a patch for it. Thanks, Jianhan On Tue, May 5, 2009 at 3:18 PM, Jian Han Guo jian...@gmail.com wrote: Hi, I wanted to use this parameter to specify different solr configuration files for master and slave to simplify deployment

Re: DirectUpdateHandler2 threads pile up behind scheduleCommitWithin

2009-05-08 Thread Mike Klaas
On 7-May-09, at 10:36 AM, jayson.minard wrote: Does every thread really need to notify the update handler of the commit interval/threshold being reached, or really just the first thread that notices should send the signal, or better yet a background commit watching thread so that no

[jira] Commented: (SOLR-1151) Document the new CopyField maxChars property in the example schema.xml

2009-05-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707488#action_12707488 ] Yonik Seeley commented on SOLR-1151: hl.maxAnalyzedChars is a better way to limit

[jira] Updated: (SOLR-1078) WordDelimiterFilter do wrong word breaking for Thai vowel

2009-05-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-1078: --- Attachment: SOLR-1078.patch Thanks for the tip Robert. Here's a patch that should improve things (and

[jira] Created: (SOLR-1154) allow specifying solr configuration file through system property to simplify deployment procedure in certain cases

2009-05-08 Thread Jianhan (JIRA)
allow specifying solr configuration file through system property to simplify deployment procedure in certain cases -- Key: SOLR-1154 URL:

[jira] Commented: (SOLR-1078) WordDelimiterFilter do wrong word breaking for Thai vowel

2009-05-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707511#action_12707511 ] Robert Muir commented on SOLR-1078: --- looks pretty good... i was concerned about the split

[jira] Resolved: (SOLR-1078) WordDelimiterFilter do wrong word breaking for Thai vowel

2009-05-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-1078. Resolution: Fixed Fix Version/s: 1.4 committed. not perfect, but should be much, much

[jira] Updated: (SOLR-1154) allow specifying solr configuration file through system property to simplify deployment procedure in certain cases

2009-05-08 Thread Jianhan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jianhan updated SOLR-1154: -- Attachment: SOLR-1154.patch uploaded patch file. allow specifying solr configuration file through system

[jira] Commented: (SOLR-1078) WordDelimiterFilter do wrong word breaking for Thai vowel

2009-05-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707519#action_12707519 ] Yonik Seeley commented on SOLR-1078: MODIFIER_SYMBOL as an ALPHA? WordDelimiterFilter

[jira] Commented: (SOLR-1078) WordDelimiterFilter do wrong word breaking for Thai vowel

2009-05-08 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707522#action_12707522 ] Robert Muir commented on SOLR-1078: --- i think so, U+005E CIRCUMFLEX ACCENT, U+0060 GRAVE

[jira] Created: (SOLR-1155) Change DirectUpdateHandler2 to allow concurrent adds during an autocommit

2009-05-08 Thread Jayson Minard (JIRA)
Change DirectUpdateHandler2 to allow concurrent adds during an autocommit - Key: SOLR-1155 URL: https://issues.apache.org/jira/browse/SOLR-1155 Project: Solr Issue

[jira] Created: (SOLR-1156) Sort TermsComponent results by frequency

2009-05-08 Thread Matt Weber (JIRA)
Sort TermsComponent results by frequency Key: SOLR-1156 URL: https://issues.apache.org/jira/browse/SOLR-1156 Project: Solr Issue Type: Improvement Affects Versions: 1.4 Reporter: Matt

[jira] Updated: (SOLR-1156) Sort TermsComponent results by frequency

2009-05-08 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Weber updated SOLR-1156: - Attachment: SOLR-1156.patch I have implemented TermsComponent sorting by frequency. I use the same

[jira] Commented: (SOLR-1155) Change DirectUpdateHandler2 to allow concurrent adds during an autocommit

2009-05-08 Thread Jayson Minard (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707572#action_12707572 ] Jayson Minard commented on SOLR-1155: - This will involve a change to locking as seen in

[jira] Updated: (SOLR-877) Access to Lucene's TermEnum capabilities

2009-05-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-877: -- Attachment: SOLR-877_2.patch I've been reviewing some interfaces in prep for the 1.4 release Here's

[jira] Issue Comment Edited: (SOLR-1155) Change DirectUpdateHandler2 to allow concurrent adds during an autocommit

2009-05-08 Thread Jayson Minard (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707572#action_12707572 ] Jayson Minard edited comment on SOLR-1155 at 5/8/09 7:52 PM: -

[jira] Commented: (SOLR-1155) Change DirectUpdateHandler2 to allow concurrent adds during an autocommit

2009-05-08 Thread Jayson Minard (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707600#action_12707600 ] Jayson Minard commented on SOLR-1155: - Thinking about pending counts as well. If adds

[jira] Commented: (SOLR-877) Access to Lucene's TermEnum capabilities

2009-05-08 Thread Matt Weber (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707601#action_12707601 ] Matt Weber commented on SOLR-877: - I wrote a patch for freq. sorting thar is attached to

[jira] Commented: (SOLR-1155) Change DirectUpdateHandler2 to allow concurrent adds during an autocommit

2009-05-08 Thread Jayson Minard (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707602#action_12707602 ] Jayson Minard commented on SOLR-1155: - Preparing a first patch, calling it

Re: I would like to contribute to Solr.

2009-05-08 Thread Noble Paul നോബിള്‍ नोब्ळ्
if you wish some feature to be contributed , Just open a JIRA issue (if none exists) . start with a patch with includes the fix and a testcase. I guess the features that you mentioned are something we need to implement anyway but deferred for lack of time. look at any component which has

[jira] Updated: (SOLR-1155) Change DirectUpdateHandler2 to allow concurrent adds during an autocommit

2009-05-08 Thread Jayson Minard (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayson Minard updated SOLR-1155: Attachment: DirectUpdateHandler3.java I created DirectUpdateHandler3 as a copy of

[jira] Updated: (SOLR-1155) Change DirectUpdateHandler2 to allow concurrent adds during an autocommit

2009-05-08 Thread Jayson Minard (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jayson Minard updated SOLR-1155: Attachment: DirectUpdateHandler3.java Updated with different locking around the post

[jira] Commented: (SOLR-1154) allow specifying solr configuration file through system property to simplify deployment procedure in certain cases

2009-05-08 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707610#action_12707610 ] Noble Paul commented on SOLR-1154: -- is your master and slave running on the same tomcat?