Re: incubator report due

2006-11-08 Thread Bill Au
+1 Bill On 11/7/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: : http://wiki.apache.org/incubator/November2006 +1 -Hoss

[jira] Commented: (SOLR-59) Copy request parameters to Solr's response

2006-11-08 Thread Bill Au (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-59?page=comments#action_12448143 ] Bill Au commented on SOLR-59: - >I can help stick in some backward compatible code if we decide it should be >there. +1 on keeping things backward compatible. > Copy re

[jira] Created: (SOLR-69) PATCH:MoreLikeThis support

2006-11-08 Thread Bertrand Delacretaz (JIRA)
PATCH:MoreLikeThis support -- Key: SOLR-69 URL: http://issues.apache.org/jira/browse/SOLR-69 Project: Solr Issue Type: Improvement Components: search Reporter: Bertrand Delacretaz Pri

[jira] Updated: (SOLR-69) PATCH:MoreLikeThis support

2006-11-08 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-69?page=all ] Bertrand Delacretaz updated SOLR-69: Attachment: SOLR-69.patch > PATCH:MoreLikeThis support > -- > > Key: SOLR-69 > URL: http://issues.a

[jira] Updated: (SOLR-69) PATCH:MoreLikeThis support

2006-11-08 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-69?page=all ] Bertrand Delacretaz updated SOLR-69: Attachment: lucene-queries-2.0.0.jar The MoreLikeThis class comes from the lucene-queries jar, I enclose the version used for my tests > PATCH:MoreLikeTh

[jira] Commented: (SOLR-69) PATCH:MoreLikeThis support

2006-11-08 Thread Erik Hatcher (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-69?page=comments#action_12448207 ] Erik Hatcher commented on SOLR-69: -- I love it when features get implemented by others! :) Thanks Bertrand! > PATCH:MoreLikeThis support >

Re: Adding Phonetic Search to Solr

2006-11-08 Thread Walter Underwood
On 11/7/06 5:44 PM, "Otis Gospodnetic" <[EMAIL PROTECTED]> wrote: > Grab the code from Lucene in Action, it's got something to get you going, see: > > http://www.lucenebook.com/search?query=metaphone Thanks. I thought about looking that up (I have the book), but the code is really trivial insi

Re: Adding Phonetic Search to Solr

2006-11-08 Thread Chris Hostetter
: A naming convention question: should the class names end in : Filter or TokenFilter (and FilterFactory or TokenFilterFactory)? : I see both in org.apache.solr.analysis. Ummm "yes" :) I don't think it makes a big difference ... i'd never noticed the inconsistency untill now. : I'm a bit

Re: Adding Phonetic Search to Solr

2006-11-08 Thread Walter Underwood
On 11/8/06 10:30 AM, "Chris Hostetter" <[EMAIL PROTECTED]> wrote: > : Also, the phonetic matches are ranked a bit high, so I'm trying a > : sub-1.0 boost. I was expecting the lower idf to fix that automatically. > : The metaphone will almost always have a lower idf because multiple > : words are

[jira] Commented: (SOLR-68) Custom ClassLoader for "plugins"

2006-11-08 Thread Fuad Efendi (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-68?page=comments#action_12448229 ] Fuad Efendi commented on SOLR-68: - understood, thanks... As I understood (functional requirement): we need to be able to easily add plugins without making changes to

[jira] Commented: (SOLR-68) Custom ClassLoader for "plugins"

2006-11-08 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-68?page=comments#action_12448230 ] Hoss Man commented on SOLR-68: -- >> the most 'naive' solution could be separate shared solr.jar in the same >> classpath/classloader as plugins... Yeah, I considered th

[jira] Commented: (SOLR-65) Multithreaded DirectUpdateHandler2

2006-11-08 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-65?page=comments#action_12448273 ] Yonik Seeley commented on SOLR-65: -- Everything looks good to me. > While I was at it, I converted the output for multi-adds to a single > xml element. Was more inf

[jira] Commented: (SOLR-68) Custom ClassLoader for "plugins"

2006-11-08 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-68?page=comments#action_12448278 ] Hoss Man commented on SOLR-68: -- FYI: I just did a fresh install of jetty-5.1.11 and confirmed that (for my simple test case of some self contained request handlers in a

[jira] Commented: (SOLR-68) Custom ClassLoader for "plugins"

2006-11-08 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-68?page=comments#action_12448296 ] Otis Gospodnetic commented on SOLR-68: -- Hoss, Mortbay guys releases Jetty 6.0 and even 6.1 (or 6.0.1, not sure any more) a few weeks ago. Jetty 5.* is getting o

[jira] Commented: (SOLR-65) Multithreaded DirectUpdateHandler2

2006-11-08 Thread Mike Klaas (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-65?page=comments#action_12448318 ] Mike Klaas commented on SOLR-65: [[ Old comment, sent from unregistered email on Wed, 8 Nov 2006 13:43:59 -0800 ]] Yep, that's a 2-cpu machine. A good questio

[jira] Commented: (SOLR-68) Custom ClassLoader for "plugins"

2006-11-08 Thread Mike Klaas (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-68?page=comments#action_12448319 ] Mike Klaas commented on SOLR-68: [[ Old comment, sent from unregistered email on Wed, 8 Nov 2006 14:40:07 -0800 ]] Just wanted to comment that I'm +1 on the idea

[jira] Assigned: (SOLR-68) Custom ClassLoader for "plugins"

2006-11-08 Thread Hoss Man (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-68?page=all ] Hoss Man reassigned SOLR-68: Assignee: Hoss Man > Custom ClassLoader for "plugins" > > > Key: SOLR-68 > URL: http://issues.apache.org/j

[jira] Resolved: (SOLR-65) Multithreaded DirectUpdateHandler2

2006-11-08 Thread Mike Klaas (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-65?page=all ] Mike Klaas resolved SOLR-65. Resolution: Fixed Checked in patch r472720 > Multithreaded DirectUpdateHandler2 > -- > > Key: SOLR-65 > UR

[jira] Resolved: (SOLR-54) Invalid XML response returned when adding a document with a field not declared in solrconfig.xml

2006-11-08 Thread Mike Klaas (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-54?page=all ] Mike Klaas resolved SOLR-54. Resolution: Fixed Assignee: Mike Klaas Fixed as part of SOLR-65 > Invalid XML response returned when adding a document with a field not > declared in solrconfig.x

[jira] Resolved: (SOLR-2) adding multiple docs at the same time does not produce a well formed response

2006-11-08 Thread Mike Klaas (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-2?page=all ] Mike Klaas resolved SOLR-2. --- Resolution: Fixed Assignee: Mike Klaas Fixed in SOLR-65 > adding multiple docs at the same time does not produce a well formed response > -

SOLR-58

2006-11-08 Thread Otis Gospodnetic
Hi, If anyone has any comments on http://issues.apache.org/jira/browse/SOLR-58 (admin pages XMLized), please post them. I'd like to try writing some XSLs to convert that XML to HTML, so I need some additional eye on that XML output. I've never written a single line XSL, so it will take me a w