[jira] Updated: (SOLR-530) Improve messages when parsing schema.xml

2008-04-03 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-530: --- Priority: Minor (was: Trivial) Improve messages when parsing schema.xml

Build failed in Hudson: Solr-trunk #396

2008-04-03 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/396/changes Changes: [klaas] Remove unnecessary part of AutoCommitTest that was often failing [ryan] use ContentStreamBase.FileStream for ShowFileRequestHandler [ryan] remove copied javadoc --

[jira] Created: (SOLR-531) rsyncd-start and snappuller should exit with different exit code when disabled

2008-04-03 Thread Thomas Peuss (JIRA)
rsyncd-start and snappuller should exit with different exit code when disabled -- Key: SOLR-531 URL: https://issues.apache.org/jira/browse/SOLR-531 Project: Solr

[jira] Updated: (SOLR-531) rsyncd-start and snappuller should exit with different exit code when disabled

2008-04-03 Thread Thomas Peuss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Peuss updated SOLR-531: -- Attachment: SOLR-531.patch The patch changes the exit code to 2 when the scripts are disabled.

[jira] Updated: (SOLR-531) rsyncd-start and snappuller should exit with different exit code when disabled

2008-04-03 Thread Thomas Peuss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Peuss updated SOLR-531: -- Priority: Trivial (was: Major) rsyncd-start and snappuller should exit with different exit code when

[jira] Commented: (SOLR-531) rsyncd-start and snappuller should exit with different exit code when disabled

2008-04-03 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585100#action_12585100 ] Bill Au commented on SOLR-531: -- The patch looks good to me. I will apply it if no one objects.

[jira] Updated: (SOLR-518) Remove SVG graphics from Luke XSL stylesheet

2008-04-03 Thread Thomas Peuss (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Peuss updated SOLR-518: -- Priority: Minor (was: Major) Remove SVG graphics from Luke XSL stylesheet

Re: WordDelimiterFilter ignores payloads

2008-04-03 Thread Yonik Seeley
On Thu, Apr 3, 2008 at 11:46 AM, Tricia Williams [EMAIL PROTECTED] wrote: When a WordDelimiterFilter ingests a token stream and creates a new token (newTok) it appears to copy most of the old token attributes, except the payload. I believe this is a bug. My solution is for the

[jira] Created: (SOLR-532) WordDelimiterFilter ignores payloads

2008-04-03 Thread Tricia Williams (JIRA)
WordDelimiterFilter ignores payloads Key: SOLR-532 URL: https://issues.apache.org/jira/browse/SOLR-532 Project: Solr Issue Type: Bug Reporter: Tricia Williams Priority: Minor

[jira] Updated: (SOLR-532) WordDelimiterFilter ignores payloads

2008-04-03 Thread Tricia Williams (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tricia Williams updated SOLR-532: - Attachment: SOLR-532-WordDelimiterFilter.patch Quick fix. Does this need a unit test to go with

Re: LRUCache - synchronized!?

2008-04-03 Thread Mike Klaas
On 1-Apr-08, at 6:58 PM, Fuad Efendi wrote: Can we have anything better? I can't use 4-CPUs :( Thanks! You can have anything your heart desires... Solr is open-source :) Have you tried using a ConcurrentHashMap? -Mike

[jira] Commented: (SOLR-527) An XML commit only request handler

2008-04-03 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585243#action_12585243 ] Mike Klaas commented on SOLR-527: - Is this a generally-useful feature? I'm not sure how

[jira] Commented: (SOLR-527) An XML commit only request handler

2008-04-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585245#action_12585245 ] Yonik Seeley commented on SOLR-527: --- Is this a generally-useful feature? I'm not sure how

[jira] Commented: (SOLR-527) An XML commit only request handler

2008-04-03 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585253#action_12585253 ] Hoss Man commented on SOLR-527: --- For the record: allowing arbitrary outside parties the ability

Re: WordDelimiterFilter ignores payloads

2008-04-03 Thread Chris Hostetter
: suppose another option would be to make this behaviour configurable via : schema.xml if such a case exists, but I still think the default behaviour : should have the payload copied. +1 -Hoss

[jira] Commented: (SOLR-527) An XML commit only request handler

2008-04-03 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12585256#action_12585256 ] Ryan McKinley commented on SOLR-527: I agree neither should approach should be committed.

tweak to analysis.jsp for payload

2008-04-03 Thread Tricia Williams
Hi, I think that displaying the payload (if one exists) of each token in the analysis.jsp would be beneficial. My simple solution was to add a row to the existing table, convert the Payload byte array to a String and simple print the results. I opened SOLR-522 to this effect. There

Re: XML and JSON input / output specs?

2008-04-03 Thread Mike Klaas
Specs for update/insertion: http://wiki.apache.org/solr/UpdateXmlMessages Sample query responses: http://wiki.apache.org/solr/StandardRequestHandler Interoperability between the various lucene servers would be great! -Mike On 2-Apr-08, at 5:48 PM, Otis Gospodnetic wrote: Hi Aerik, I don't

Re: [GSOC proposal]: Solr javascript client library

2008-04-03 Thread Ryan McKinley
found it. On page 9 of a completely unordered/unsearchable list you would think google could add search/sort no? In general looks good. We can discuss implementation details later, but one thing to consider is taking this opportunity to build a better example data set we all can work