Re: Problems with synonyms

2009-03-31 Thread Leonardo Dias
would check to make sure that the DefaultOperator parameter in your schema.xml file is set to OR rather thank AND. Vernon On 3/31/09 3:24 PM, "Leonardo Dias" wrote: Hello there. How are you guys? We're having problems with synonyms here and I thought that maybe you guys c

Problems with synonyms

2009-03-31 Thread Leonardo Dias
Hello there. How are you guys? We're having problems with synonyms here and I thought that maybe you guys could help us on how SOLR works for synonyms. The problem is the following: I'd like to setup a synonym like "dba, database administrator". Instead of increasing the number of results f

How to search for "C++"?

2009-03-26 Thread Leonardo Dias
Hello there! Currently we're having a problem in here and we're looking for some solutions. Right now we use the Standard Tokenizer to separate tokens and we just found out that we cannot search for "c++" in our index because it is not considered a word. Since we need this search to work pro

Re: Snowball and protected words

2009-02-19 Thread Leonardo Dias
stemmer. See the examples here: http://snowball.tartarus.org/algorithms/english/stemmer.html wunder On 2/18/09 9:56 AM, "Erik Hatcher" wrote: On Feb 18, 2009, at 12:40 PM, Leonardo Dias wrote: Is there a way to make the snowball algorithm work with a protwords.txt file?

Snowball and protected words

2009-02-18 Thread Leonardo Dias
Hi there! Is there a way to make the snowball algorithm work with a protwords.txt file? EnglishPorter works fine. It would be great if the snowball algorithm could do the same to avoid searches with irrelevant results. Best, Leonardo

Re: Sum of one field

2008-08-06 Thread Leonardo Dias
tested right now, with very good results. We'll see soon whether this is a good option. Thanks, Leonardo. Norberto Meijome escreveu: On Tue, 05 Aug 2008 18:58:42 -0300 Leonardo Dias <[EMAIL PROTECTED]> wrote: So I'm looking for a Ferrari. CarStore says that there are 5 ads f

Re: Sum of one field

2008-08-06 Thread Leonardo Dias
://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message From: Leonardo Dias <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Monday, August 4, 2008 1:19:45 PM Subject: Sum of one field Everyone exhibits "your search for x has returned y results" on the to

Re: Sum of one field

2008-08-05 Thread Leonardo Dias
. There may be other/better ways of doing this, but this is what comes to (my) mind first. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message From: Leonardo Dias <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Monday, August 4, 20

Sum of one field

2008-08-04 Thread Leonardo Dias
Everyone exhibits "your search for x has returned y results" on the top of the results page, but we need something else, which would be something like "your search for x returned y results in z records", being z the numdocs of the SOLR response and y a SUM(quantity) of all returned records. I