RE: Less aggressive stemmer?

2008-08-26 Thread Wagner,Harry
ucene - Solr - Nutch - Original Message > From: "Wagner,Harry" <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Monday, August 25, 2008 1:57:38 PM > Subject: RE: Less aggressive stemmer? > > Otis, > I'd be happy to. Where do you think t

RE: Less aggressive stemmer?

2008-08-25 Thread Wagner,Harry
ewhere. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message ---- > From: "Wagner,Harry" <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Friday, August 22, 2008 8:40:18 AM > Subject: RE: Less aggressive stemmer? > > We

RE: Less aggressive stemmer?

2008-08-22 Thread Wagner,Harry
We use KStem also and are very happy with it. I think it has been integrated into Solr and will be included in 1.3 (someone please correct me if this is not the case). You should be able to get it from the nightly builds now. Cheers! harry -Original Message- From: Kevin Osborn [mailto:[

RE: Vote on a new solr logo

2008-07-21 Thread Wagner,Harry
Mark, No worries, you are still way ahead of electronic voting! -Original Message- From: Mark Miller [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2008 2:37 PM To: solr-user@lucene.apache.org Subject: Re: Vote on a new solr logo Sorry you can't vote guys - makes me look realy smart eh

Too many open files

2008-05-02 Thread Wagner,Harry
I'm getting this with Solr 1.2 trying to load a large db. Is there a workaround?

RE: better stemming engine than Porter?

2008-04-22 Thread Wagner,Harry
? Jay Wagner,Harry wrote: > Mathieu, > It's not my Kstem. It was written by someone at Umass, Amherst. More info > here: > http://ciir.cs.umass.edu/cgi-bin/downloads/downloads.cgi > > Someone else had already ported it to Lucene. I simply modified that wrapper > to

RE: better stemming engine than Porter?

2008-04-22 Thread Wagner,Harry
- to create an issue, make an account on jira and post it... https://issues.apache.org/jira/browse/SOLR Give that a try and holler if you have trouble. ryan On Apr 21, 2008, at 12:31 PM, Wagner,Harry wrote: > Hi HH, > Here's a note I sent Solr-dev a while back: > > --- > I&#

RE: better stemming engine than Porter?

2008-04-22 Thread Wagner,Harry
it is ugly, too. The generated code is too old, too few object centric and should be too slow. If your kstem compile with java 1.4, why don't you suggest it to lucene core? M. Wagner,Harry a écrit : > Hi HH, > Here's a note I sent Solr-dev a while back: > > --- > I'

RE: better stemming engine than Porter?

2008-04-21 Thread Wagner,Harry
Hi HH, Here's a note I sent Solr-dev a while back: --- I've implemented a Solr plug-in that wraps KStem for Solr use (someone else had already written a Lucene wrapper for it). KStem is considered to be more appropriate for library usage since it is much less aggressive than Porter (i.e., searche

RE: Field seperater for highlighting multi-value fields

2007-12-10 Thread Wagner,Harry
Hi Chris, Forget about this. I was doing something stupid. I should not send email before I've had coffee. Cheers... harry -Original Message- From: Chris Hostetter [mailto:[EMAIL PROTECTED] Sent: Saturday, December 08, 2007 12:30 AM To: solr-user@lucene.apache.org Subject: Re: Field sepe

Field seperater for highlighting multi-value fields

2007-12-04 Thread Wagner,Harry
Hi, The default field separator seems to be a '.' when highlighting multi-value fields. Can this be overridden in 1.2 to another character? Thanks! harry

RE: Analysis / Query problem

2007-11-07 Thread Wagner,Harry
Thanks Erik. That helps. -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 11:36 AM To: solr-user@lucene.apache.org Subject: Re: Analysis / Query problem On Nov 7, 2007, at 10:26 AM, Wagner,Harry wrote: > I have the following cus

Analysis / Query problem

2007-11-07 Thread Wagner,Harry
I have the following custom field defined for author names. After indexing the 2 documents below the admin analysis tool looks right for field-name=au and field-value=Schröder, Jürgen The highlight matching also seems right. However, if I search for au:Schröder, Jürgen using the admin tool

RE: Performance Recommendation

2007-10-26 Thread Wagner,Harry
Thank Erik, That fixed the problem. Cheers! harry -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Thursday, October 25, 2007 4:41 PM To: solr-user@lucene.apache.org Subject: Re: Performance Recommendation On Oct 25, 2007, at 4:19 PM, Wagner,Harry wrote: > Wh

Performance Recommendation

2007-10-25 Thread Wagner,Harry
Where is a good place to look for some performance recommendations? We have a 2.4G index running on server with 16G. Overall performance is very good, but the initial sort on an index is too slow. Any idea what, if anything, in the solrConfig would help that? Thanks... harry

RE: Solr and security

2007-10-24 Thread Wagner,Harry
One effective method is to block access to the port Solr runs on. Force application access to come thru the HTTP server, and let it map to the application server (i.e., like mod_jk does for for Apache & Tomcat). Simple, but effective. Cheers! harry -Original Message- From: Cool Coder [mai

RE: Solr and KStem

2007-10-10 Thread Wagner,Harry
all the legal / licensing issues are resolved. If there are no objections, I'll open a JIRA ticket and upload my changes so we can make sure we're all working with the same code. cheers, Piete On 11/09/2007, Wagner,Harry <[EMAIL PROTECTED]> wrote: > > Bill, > Currently

RE: Solr live at Netflix

2007-10-04 Thread Wagner,Harry
Otis, Take a look at KStem: http://ciir.cs.umass.edu/cgi-bin/downloads/downloads.cgi It's less aggressive than Porter. I modified the Lucene version to work with Solr, but don't know if it was adopted into the Solr source. Let me know if you are interested and I'll send you a jar file. Cheers!

RE: Solr and KStem

2007-09-11 Thread Wagner,Harry
that I need to remove the EnglishPorterFilterFactory item in the schema.xml -- or no? Thanks, Bill On 9/10/07, Wagner,Harry <[EMAIL PROTECTED]> wrote: > > Hi Yonik, > The modified KStemmer source is attached. The original KStemFilter is > now wrapped (and replaced) by KStemF

RE: Solr and KStem

2007-09-10 Thread Wagner,Harry
o ASF" button. It is also important to verify that you have the legal right to grant the code to ASF (since it is probably your employer's intellectual property). Legal issues are a hassle, but are unavoidable, I'm afraid. Thanks again, -Mike On 10-Sep-07, at 10:22 AM, Wag

RE: Solr and KStem

2007-09-10 Thread Wagner,Harry
o the group that manages the KStem distribution: http://ciir.cs.umass.edu/cgi-bin/downloads/downloads.cgi wunder On 9/7/07 12:59 PM, "Yonik Seeley" <[EMAIL PROTECTED]> wrote: > On 9/7/07, Wagner,Harry <[EMAIL PROTECTED]> wrote: >> I've implemented a S

RE: Solr and KStem

2007-09-07 Thread Wagner,Harry
ld be happy to contribute it. Cheers! harry -Original Message- From: Wagner,Harry Sent: Tuesday, August 28, 2007 4:09 PM To: 'solr-user@lucene.apache.org' Subject: Solr and KStem There is a version of the KStem stemmer (http://ciir.cs.umass.edu/cgi-bin/downloads/downloads.cgi

Solr and KStem

2007-08-28 Thread Wagner,Harry
There is a version of the KStem stemmer (http://ciir.cs.umass.edu/cgi-bin/downloads/downloads.cgi) that has been adapted for Lucene. What would be the simplest way to implement this in Solr? As a plug-in? Has anyone already done this? Thanks... harry