DisMax search on field only if it exists otherwise fall-back to another

2017-04-05 Thread Georg Sorst
Hi list! The question was already asked by Neil Prosser sometime in 2015 but apparently never got a reply, so here's to better luck this time: At the moment I'm using a DisMax query which looks something like the following (massively cut-down): ?defType=dismax &q=some query &qf=field_one^0.5 fie

DisMax search on field only if it exists otherwise fall-back to another

2015-01-15 Thread Neil Prosser
Hopefully this question makes sense. At the moment I'm using a DisMax query which looks something like the following (massively cut-down): ?defType=dismax &q=some query &qf=field_one^0.5 field_two^1.0 I've got some localisation work coming up where I'd like to use the value of one, sparsely popu

Re: DisMax search

2011-10-27 Thread jyn7
Sorry my bad :(. Thanks for the help. It worked. I completely overlooked the defType. -- View this message in context: http://lucene.472066.n3.nabble.com/DisMax-search-tp3455671p3458454.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: DisMax search

2011-10-27 Thread Ahmet Arslan
> I am searching for 9065 , so its not > about case sensitivity. My search is > searching across all the field names and not limiting it to > one > field(specified in the qf param and using deftype dismax) By saying case sensitivity, Erik was referring def*T*ype parameter itself. (not the value o

Re: DisMax search

2011-10-26 Thread jyn7
I am searching for 9065 , so its not about case sensitivity. My search is searching across all the field names and not limiting it to one field(specified in the qf param and using deftype dismax) -- View this message in context: http://lucene.472066.n3.nabble.com/DisMax-search-tp3455671p3456716

Re: DisMax search

2011-10-26 Thread Erik Hatcher
Maybe a case sensitive issue? defType it should be. Erik On Oct 26, 2011, at 16:03, jyn7 wrote: > Hi, > > I am using a dismax search and limiting the query parameters using qf: > /solrbgp/select/?facet=true&qf=memnum&q=%229065%22&deftype=dismax&start=0&

Re: perfect match in dismax search

2011-03-04 Thread Gastone Penzo
Good work. It's a great idea 2011/3/3 Jan Høydahl > Hi, > > I'm working on a Filter which enables boundary match using syntax > title:"^hello I love you$" > which will make sure that the match is exact. See SOLR-1980 (no working > patch yet) > > -- > Jan Høydahl, search solution architect > Comi

Re: perfect match in dismax search

2011-03-03 Thread Jan Høydahl
Hi, I'm working on a Filter which enables boundary match using syntax title:"^hello I love you$" which will make sure that the match is exact. See SOLR-1980 (no working patch yet) -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 3. mars 2011, at 11.07, Markus Jelsm

Re: perfect match in dismax search

2011-03-03 Thread Markus Jelsma
Use either the string fieldType or a field with very little analysis (KeywordTokenizer + LowercaseFilter). > How to obtain perfect match with dismax query?? > > es: > > i want to search "hello i love you" with deftype=dismax in the title field > and i want to obtain results which title is exact

perfect match in dismax search

2011-03-03 Thread Gastone Penzo
How to obtain perfect match with dismax query?? es: i want to search "hello i love you" with deftype=dismax in the title field and i want to obtain results which title is exactly "hello i love you" with all this terms in this order. Not less words or other. how is it possilbe?? i tryed with +(h