Build failed in Hudson: Solr-Nightly #322

2008-01-17 Thread hudson
See http://lucene.zones.apache.org:8080/hudson/job/Solr-Nightly/322/changes -- started ERROR: svn: PROPFIND request failed on '/repos/asf/lucene/solr/trunk' svn: Connection timed out org.tmatesoft.svn.core.SVNException: svn: PROPFIND request failed on

[jira] Created: (SOLR-460) Improvment to highlighting infrastructure

2008-01-17 Thread Sergey Dryganets (JIRA)
Improvment to highlighting infrastructure - Key: SOLR-460 URL: https://issues.apache.org/jira/browse/SOLR-460 Project: Solr Issue Type: Improvement Components: highlighter Affects

[jira] Created: (SOLR-459) SolrDispatchFilter bug or wrong default parameter

2008-01-17 Thread Sergey Dryganets (JIRA)
SolrDispatchFilter bug or wrong default parameter - Key: SOLR-459 URL: https://issues.apache.org/jira/browse/SOLR-459 Project: Solr Issue Type: Bug Affects Versions: 1.3

Re: solrj patch to COMMIT with xml

2008-01-17 Thread Ryan McKinley
Did adding a request handler to /update fix your issue? I added some docs to: http://wiki.apache.org/solr/Solrj And a warning message to the deprecated SolrUpdateServlet: http://svn.apache.org/viewvc?view=revrevision=612896 ryan Keene, David wrote: Running under tomcat 5.5.23 Sending the

RE: solrj patch to COMMIT with xml

2008-01-17 Thread Keene, David
Yes, that did it. I'm sorry about the trouble! -Original Message- From: Ryan McKinley [mailto:[EMAIL PROTECTED] Sent: Thursday, January 17, 2008 10:01 AM To: solr-dev@lucene.apache.org Subject: Re: solrj patch to COMMIT with xml Did adding a request handler to /update fix your issue?

[jira] Commented: (SOLR-461) Highlighting TokenStream Truncation capability

2008-01-17 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560053#action_12560053 ] Mike Klaas commented on SOLR-461: - Isn't this essentially the same thing as the

[jira] Created: (SOLR-461) Highlighting TokenStream Truncation capability

2008-01-17 Thread Grant Ingersoll (JIRA)
Highlighting TokenStream Truncation capability -- Key: SOLR-461 URL: https://issues.apache.org/jira/browse/SOLR-461 Project: Solr Issue Type: Improvement Components: highlighter

[jira] Updated: (SOLR-461) Highlighting TokenStream Truncation capability

2008-01-17 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-461: - Attachment: SOLR-461.patch Well, here's the patch, although I didn't test for coordination with

[jira] Work started: (SOLR-461) Highlighting TokenStream Truncation capability

2008-01-17 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SOLR-461 started by Grant Ingersoll. Highlighting TokenStream Truncation capability -- Key:

[jira] Commented: (SOLR-461) Highlighting TokenStream Truncation capability

2008-01-17 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560069#action_12560069 ] Mike Klaas commented on SOLR-461: - The max characters thing is directly from the lucene

[jira] Commented: (SOLR-461) Highlighting TokenStream Truncation capability

2008-01-17 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560057#action_12560057 ] Grant Ingersoll commented on SOLR-461: -- I suppose it is similar, but I don't find

solr plug-in - external document store

2008-01-17 Thread Ben Incani
Hi Solr Developers, I would like to implement an external document storage system using Solr. Currently I am building lucene indexes with Solr and creating a binary field, which is used to store a document. I would like to extend this implementation by storing the document in an external

Re: solr plug-in - external document store

2008-01-17 Thread Ryan McKinley
You will either want to do something with a custom RequestHandler, or plug into the UpdateRequestProcessor framework http://wiki.apache.org/solr/UpdateRequestProcessor On the search/retrieval side, you will probably want to implement a SearchComponent to fill in the stored fields:

[jira] Updated: (SOLR-418) Editorial Query Boosting Component

2008-01-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-418: -- Attachment: SOLR-418-QueryBoosting.patch Looks good Ryan! I reviewed, and changed a few minor things

LargeVolumeJettyTest failure

2008-01-17 Thread Yonik Seeley
I'm getting an intermittent failure in LargeVolumeJettyTest. I haven't had a chance to look into it, but does anyone know what's up with this? -Yonik testcase classname=org.apache.solr.client.solrj.embedded.LargeVolumeJettyTest name=testMultiThreaded time=4.797 failure

Re: LargeVolumeJettyTest failure

2008-01-17 Thread Ryan McKinley
I have seen it, but it always went away with a clean checkout. I was able to reproduce it, and then can make it stay away by adding deleteByQuery( *:* ) -- see: http://svn.apache.org/viewvc?rev=613056view=rev If you see it pop up, holler. ryan Yonik Seeley wrote: I'm getting an

Re: LargeVolumeJettyTest failure

2008-01-17 Thread Yonik Seeley
Ahh, that does match what I saw... I did a clean checkout and it worked, then I applied an unrelated patch and it failed after that. On Jan 18, 2008 12:11 AM, Ryan McKinley [EMAIL PROTECTED] wrote: I have seen it, but it always went away with a clean checkout. I was able to reproduce it, and

[jira] Commented: (SOLR-418) Editorial Query Boosting Component

2008-01-17 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560228#action_12560228 ] Ryan McKinley commented on SOLR-418: Thanks for looking at this - and fixing it up bq.

[jira] Commented: (SOLR-350) Manage Multiple SolrCores

2008-01-17 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12560234#action_12560234 ] Ryan McKinley commented on SOLR-350: Hi Henri- We're getting there but I had

[jira] Closed: (SOLR-459) SolrDispatchFilter bug or wrong default parameter

2008-01-17 Thread Sergey Dryganets (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Dryganets closed SOLR-459. - Resolution: Fixed Sorry, today from Ryan commit I'm see that it's just feature :) + Add: