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
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
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
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?
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
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
://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
.
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
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