Re: eDismax parser and the mm parameter

2014-04-03 Thread S.L
fuzzy phrase search not provided by Solr OOB ? I am surprised >> > >> > Thanks. >> > >> > >> > On Mon, Mar 31, 2014 at 5:39 AM, Jack Krupansky < >> j...@basetechnology.com >> > >wrote: >> > >> > > The pf, pf2, and pf3 parameters

Re: eDismax parser and the mm parameter

2014-04-02 Thread S.L
uzzy phrase > searches > > . > > > (I > > > have no solution for this yet). > > > > > > Thanks again! > > > > > > > > > On Sun, Mar 30, 2014 at 11:21 PM, Jack Krupansky < > > j...@basetechnology.com> > &g

Re: eDismax parser and the mm parameter

2014-04-02 Thread Ahmet Arslan
gt; >> or explicit OR operators are used. > >> > >> Again: Please provide your use case examples and your expectations for > >> each use case. It really doesn't make a lot of sense to prematurely > focus > >> on a solution when you haven't cle

Re: eDismax parser and the mm parameter

2014-04-02 Thread simpleliving...@gmail.com
R > > (the default) and ignore the mm parameter. Give pf the highest boost, and > > boost pf3 higher than pf2. > > > > You could try using the complex phrase query parser for the third case. > > > > -- Jack Krupansky > > > > -Original Message- Fro

Re: eDismax parser and the mm parameter

2014-04-02 Thread Ahmet Arslan
t; > (the default) and ignore the mm parameter. Give pf the highest boost, and > > boost pf3 higher than pf2. > > > > You could try using the complex phrase query parser for the third case. > > > > -- Jack Krupansky > > > > -----Original Message- Fro

Re: eDismax parser and the mm parameter

2014-04-02 Thread simpleliving...@gmail.com
Krupansky > > > > -Original Message----- From: S.L > > Sent: Monday, March 31, 2014 12:08 AM > > To: solr-user@lucene.apache.org > > Subject: Re: eDismax parser and the mm parameter > > > > Thanks Jack , my use cases are as follows. > > > >

Re: eDismax parser and the mm parameter

2014-04-01 Thread William Bell
> > -- Jack Krupansky > > > > -Original Message- From: S.L > > Sent: Monday, March 31, 2014 12:08 AM > > To: solr-user@lucene.apache.org > > Subject: Re: eDismax parser and the mm parameter > > > > Thanks Jack , my use cases are as foll

Re: eDismax parser and the mm parameter

2014-03-31 Thread S.L
t, and > boost pf3 higher than pf2. > > You could try using the complex phrase query parser for the third case. > > -- Jack Krupansky > > -Original Message- From: S.L > Sent: Monday, March 31, 2014 12:08 AM > To: solr-user@lucene.apache.org > Subject: Re:

Re: eDismax parser and the mm parameter

2014-03-31 Thread Jack Krupansky
- From: S.L Sent: Monday, March 31, 2014 12:08 AM To: solr-user@lucene.apache.org Subject: Re: eDismax parser and the mm parameter Thanks Jack , my use cases are as follows. 1. Search for "Ginseng" everything related to ginseng should show up. 2. Search For "White Siberian Ginsen

Re: eDismax parser and the mm parameter

2014-03-30 Thread S.L
;t make a lot of sense to prematurely focus > on a solution when you haven't clearly defined your use cases. > > -- Jack Krupansky > > -Original Message- From: S.L > Sent: Sunday, March 30, 2014 9:13 PM > To: solr-user@lucene.apache.org > Subject: Re: eDismax parser and

Re: eDismax parser and the mm parameter

2014-03-30 Thread Jack Krupansky
;t clearly defined your use cases. -- Jack Krupansky -Original Message- From: S.L Sent: Sunday, March 30, 2014 9:13 PM To: solr-user@lucene.apache.org Subject: Re: eDismax parser and the mm parameter Jack, I mis-stated the problem , I am not using the OR operator as default now(now th

Re: eDismax parser and the mm parameter

2014-03-30 Thread S.L
ion before the problem is understood. > > -- Jack Krupansky > > -Original Message- From: S.L > Sent: Sunday, March 30, 2014 6:14 PM > To: solr-user@lucene.apache.org > Subject: Re: eDismax parser and the mm parameter > > Jacks Thanks Again, > > I am searching C

Re: eDismax parser and the mm parameter

2014-03-30 Thread Jack Krupansky
al Message- From: S.L Sent: Sunday, March 30, 2014 6:14 PM To: solr-user@lucene.apache.org Subject: Re: eDismax parser and the mm parameter Jacks Thanks Again, I am searching Chinese medicine documents , as the example I gave earlier a user can search for "Ginseng" or Siberian Gin

Re: eDismax parser and the mm parameter

2014-03-30 Thread S.L
.L > Sent: Sunday, March 30, 2014 11:18 AM > To: solr-user@lucene.apache.org > Subject: Re: eDismax parser and the mm parameter > > Thanks Jack! I understand the intent of mm parameter, my question is that > since the query terms being provided are not of fixed length I do not know

Re: eDismax parser and the mm parameter

2014-03-30 Thread Jack Krupansky
L Sent: Sunday, March 30, 2014 11:18 AM To: solr-user@lucene.apache.org Subject: Re: eDismax parser and the mm parameter Thanks Jack! I understand the intent of mm parameter, my question is that since the query terms being provided are not of fixed length I do not know what the mm should like for e

Re: eDismax parser and the mm parameter

2014-03-30 Thread S.L
Thanks Jack! I understand the intent of mm parameter, my question is that since the query terms being provided are not of fixed length I do not know what the mm should like for example "Ginseng","Siberian Ginseng" are my search terms. The first one can have an mm upto 1 and the second one can have

Re: eDismax parser and the mm parameter

2014-03-30 Thread simpleliving...@gmail.com
Thanks Ahmet. So if its single term query like 'Ginseng' what does a mm=3 do to the query .I am guessing it would be reduced to 1 automatically in this case. Sent from my HTC - Reply message - From: "Ahmet Arslan" To: "solr-user@lucene.apache.org" Subject: eDismax parser and the mm pa

Re: eDismax parser and the mm parameter

2014-03-30 Thread Ahmet Arslan
Hi, Using mm=1 with (e)dismax is not a good idea. Your user will be unhappy.  Because there in no coord factor with this parser. coord is about : "Typically, a document that contains more of the query's terms will receive a higher score than another document with fewer query terms." I suggest yo

Re: eDismax parser and the mm parameter

2014-03-30 Thread Jack Krupansky
1. Yes, the default for mm is 1. 2. It depends on what you are really trying to do - you haven't told us. Generally, mm=1 is equivalent to q.op=OR, and mm=100% is equivalent to q.op=AND. Generally, use q.op unless you really know what you are doing. Generally, the intent of mm is to set the