Re: stopwords issue with edismax

2014-03-04 Thread Jack Krupansky
--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

Re: stopwords issue with edismax

2014-03-04 Thread sureshrk19
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

Re: stopwords issue with edismax

2014-03-02 Thread Jack Krupansky
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

Re: stopwords issue with edismax

2014-03-02 Thread sureshrk19
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

Re: stopwords issue with edismax

2014-02-28 Thread Jack Krupansky
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

Re: stopwords issue with edismax

2014-02-28 Thread sureshrk19
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

Re: stopwords issue with edismax

2014-02-28 Thread Ahmet Arslan
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

Re: stopwords issue with edismax

2014-02-28 Thread sureshrk19
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

Re: stopwords issue with edismax

2014-02-28 Thread Ahmet Arslan
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

Re: stopwords issue with edismax

2014-02-28 Thread sureshrk19
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

Re: stopwords issue with edismax

2014-02-28 Thread Ahmet Arslan
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