--Original Message-
From: sureshrk19
Sent: Tuesday, March 4, 2014 1:57 PM
To: solr-user@lucene.apache.org
Subject: Re: stopwords issue with edismax
Thanks Jack.
I could fix this problem by adding stopwords 'filter' condition in
definition for "number" and "all_code&qu
Thanks Jack.
I could fix this problem by adding stopwords 'filter' condition in
definition for "number" and "all_code"
--
View this message in context:
http://lucene.472066.n3.nabble.com/stopwords-issue-with-edismax-tp4120339p4121176.html
Sent from the Solr - User mailing list archive at N
Original Message-
From: sureshrk19
Sent: Monday, March 3, 2014 1:05 AM
To: solr-user@lucene.apache.org
Subject: Re: stopwords issue with edismax
Jack,
Thanks for the reply.
Yes. your observation is right. I see, stopwords are not being ignore at
query time.
Say, I'm searching f
Jack,
Thanks for the reply.
Yes. your observation is right. I see, stopwords are not being ignore at
query time.
Say, I'm searching for 'bank of america'. I'm expecting 'of' should not be
the part of search.
But, here I see 'of' is being sent. Same is the query syntax for 'OR' and
'AND' operator
Krupansky
-Original Message-
From: sureshrk19
Sent: Friday, February 28, 2014 1:12 PM
To: solr-user@lucene.apache.org
Subject: Re: stopwords issue with edismax
Thanks for taking time on this...
Here is my request handler definition:
edismax
explicit
10
all_text nu
Thanks for taking time on this...
Here is my request handler definition:
edismax
explicit
10
all_text number party name all_code ent_name
all_text number^3 name^5 party^3 all_code^2
ent_name^7
id description
AND
Name which is indexed
Hi,
From the URLs you provided, it is not clear that you use edismax query parser
at all. Thats why I asked complete list of parameters. Can you paste request
handler definition from solrconfig.xml?
And what do you expect and what is not working for you.
On Friday, February 28, 2014 7:30
explicit
For all handlers I have the same setting.
Another observation I have is,
I'm getting results when I use, 'q.op=OR' the default operator set in
solrconfig.xml is 'AND'
the query working fine is:
http://localhost:8080/solr/collection1/select?q=bank+america&wt=json&indent=true&q.op=OR
Can give parameters defined in defaults sections of request handler /
solrconfig.xml?
By the way echoParams=all will list all parameters.
On Friday, February 28, 2014 5:18 PM, sureshrk19 wrote:
Ahmet,
Thanks for the reply..
Here is the query:
http://localhost:8080/solr/collection1/select?q
Ahmet,
Thanks for the reply..
Here is the query:
http://localhost:8080/solr/collection1/select?q=a+of+b&fq=type%3AEntity&wt=json&indent=true
And here is my stopwords_en.txt content
a
an
and
are
as
at
be
but
by
for
if
in
into
is
it
no
not
of
on
or
--
View this message in context:
http://l
Hi Suresh,
Can you give us full set of parameters you use for edismax? qf, mm, etc.
And content of your stopwords.txt. Is a listed there too?
Ahmet
On Friday, February 28, 2014 8:54 AM, sureshrk19 wrote:
Hi All,
I'm having a problem while searching for some string with a word defined in
stop
11 matches
Mail list logo