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

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

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 i

Re: [GSOC proposal]: Solr javascript client library

2008-04-03 Thread Matthias Epheser
Ryan McKinley schrieb: Hey Matthias- I just checked the pending Application list and don't see yours there (the interface isn't very good -- Apache has ~200 applicants seems to be designed for ~10) -- I'll check again tomorrow in case they manually check them before posting. If it helps sea

[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-tabpanel&focusedCommentId=12585256#action_12585256 ] Ryan McKinley commented on SOLR-527: I agree neither should approach should be committed.

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 Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585253#action_12585253 ] Hoss Man commented on SOLR-527: --- For the record: allowing arbitrary outside parties the ability

[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-tabpanel&focusedCommentId=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 Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12585243#action_12585243 ] Mike Klaas commented on SOLR-527: - Is this a generally-useful feature? I'm not sure how ofte

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

Re: [GSOC proposal]: Solr javascript client library

2008-04-03 Thread Ryan McKinley
Hey Matthias- I just checked the pending Application list and don't see yours there (the interface isn't very good -- Apache has ~200 applicants seems to be designed for ~10) -- I'll check again tomorrow in case they manually check them before posting. Also, would you mind posting the tex

[jira] Updated: (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:all-tabpanel ] Ryan McKinley updated SOLR-527: --- Attachment: ReadOnlyUpdateProcessorFactory.java dooh, should have looked at the file before uploading..

[jira] Updated: (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:all-tabpanel ] Ryan McKinley updated SOLR-527: --- Attachment: ReadOnlyUpdateProcessorFactory.java I'm a little reluctant to have another request handler

[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 it

[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 Whe

Re: [GSOC proposal]: Solr javascript client library

2008-04-03 Thread Matthias Epheser
Erik Hatcher schrieb: Matthias, This stuff looks great! Certainly +1 on you continuing these efforts. Regarding your choice of MooTools: have you considered using jQuery instead? The reason I ask is that we now have a jQuery-based schema browser in Solr's trunk and thus it is already ther

Re: WordDelimiterFilter ignores payloads

2008-04-03 Thread Tricia Williams
Yonik Seeley wrote: 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

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 > WordDe

WordDelimiterFilter ignores payloads

2008-04-03 Thread Tricia Williams
Hi, 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 WordDelimiterFilter to use the Token clone() method to create a carbon copy and

[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-tabpanel&focusedCommentId=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 > --

[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 d

[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. > rsyncd-

[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 Iss

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] 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 > --