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
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
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
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
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
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.
> >
> >
> > -- 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
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:
-
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
;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
;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
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
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
.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
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
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
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
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
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
19 matches
Mail list logo