Re: default query operator ignored by edismax query parser

2014-06-25 Thread Johannes Siegert
Thanks Shawn! In this case I will use operators everywhere. Johannes Am 25.06.2014 15:09, schrieb Shawn Heisey: On 6/25/2014 1:05 AM, Johannes Siegert wrote: I have defined the following edismax query parser: 100%edismax0.01100*:*ANDfield1^2.0 field210* My search query looks like: q=(wo

Re: default query operator ignored by edismax query parser

2014-06-25 Thread Shawn Heisey
On 6/25/2014 1:05 AM, Johannes Siegert wrote: > I have defined the following edismax query parser: > > name="defaults">100% name="defType">edismax0.01 name="ps">100*:* name="q.op">ANDfield1^2.0 field2 name="rows">10* > > > > My search query looks like: > > q=(word1 word2) OR (word3 word4) >

Re: Default query operator "OR" wont work in some cases

2013-08-26 Thread Jack Krupansky
Yeah, sorry, I read the parsed query too quickly - the phrase is the optional relevancy boost due to the pf2 parameter. -- Jack Krupansky -Original Message- From: smanad Sent: Monday, August 26, 2013 10:08 PM To: solr-user@lucene.apache.org Subject: Re: Default query operator &qu

Re: Default query operator "OR" wont work in some cases

2013-08-26 Thread smanad
I am not searching for phrase query, I am not sure why it shows up in parsedquery. 0 3 true true egg salad 1377569284170 xml -- View this message in context: http://lucene.472066.n3.nabble.com/Default-query-operator-OR-wont-work-in-some-cases-tp4086624p4086732.h

Re: Default query operator "OR" wont work in some cases

2013-08-26 Thread Jack Krupansky
knows what you really want - your requirements are expressed too imprecisely. -- Jack Krupansky -Original Message- From: smanad Sent: Monday, August 26, 2013 8:50 PM To: solr-user@lucene.apache.org Subject: Re: Default query operator "OR" wont work in some cases here is keywor

Re: Default query operator "OR" wont work in some cases

2013-08-26 Thread smanad
here is keywords field for 3 docs, "Simply Asia products,Simply Asia,Sesame Chicken Egg Drop Soup,Soy Ginger Shrimp and Noodle Salad,Sesame Teriyaki Noodle Bowl" "Eggs,AllWhites,Better'n Eggs,Foods,AllWhites or Better'n Eggs" "DOLE Salad Blend Salad Kit,Salad Kit,Salad,DOLE,produce" Here is my

Re: Default query operator "OR" wont work in some cases

2013-08-26 Thread Erick Erickson
Try adding &debug=query to your URL, that'll show you how the parsing actually happened and should give you some pointers. Best, Erick On Mon, Aug 26, 2013 at 9:55 AM, smanad wrote: > Hi, > > I have some documents with keywords "egg" and some with "salad" and some > with "egg salad". > When I

Re: Default Query Operator

2009-05-11 Thread dabboo
Hi, I already have done this but still I am not getting any record. But if I remove the qt=dismaxrequest, then it works fine. Erik Hatcher wrote: > > With dismax, to get all terms required, set mm (minimum match) to 100% > > Erik > > On May 11, 2009, at 4:08 AM, dabboo wrote: > >> >>

Re: Default Query Operator

2009-05-11 Thread Erik Hatcher
With dismax, to get all terms required, set mm (minimum match) to 100% Erik On May 11, 2009, at 4:08 AM, dabboo wrote: Sorry to mention in the problem that I am trying to do this with dismax request. Without dismax request, it is working fine but not with dismax request. Avlesh

Re: Default Query Operator

2009-05-11 Thread dabboo
Sorry to mention in the problem that I am trying to do this with dismax request. Without dismax request, it is working fine but not with dismax request. Avlesh Singh wrote: > > Having in your schema.xml should > address your requirements. > > Cheers > Avlesh > > On Mon, May 11, 2009 at 12:18

Re: Default Query Operator

2009-05-11 Thread Avlesh Singh
Having in your schema.xml should address your requirements. Cheers Avlesh On Mon, May 11, 2009 at 12:18 PM, dabboo wrote: > > Hi, > > Presently "OR" is the default operator for search in Solr. for e.g. If I am > searching for these 2 words with a space: abc xyz then it will return all > the re