Re: dismax parsing applied to specific fields

2009-06-30 Thread Chris Hostetter
: Date: Thu, 11 Jun 2009 16:18:01 +1200 : From: Nick Jenkin Nick: in the example you posted, there is really no advantage to using something like dismax at all. the purpose of the dismax parser is to search for the the input words across multiple fields with different weights using a Disjunc

Re: dismax parsing applied to specific fields

2009-06-11 Thread Michael Ludwig
Nick Jenkin schrieb: Hi I was wondering if there is a way of applying dismax parsing to specific fields, where there are multiple fields being searched - all with different query values e.g. author:(tolkien) AND title:(the lord of the rings) would be something like: dismax(author, tolkien) AND

dismax parsing applied to specific fields

2009-06-10 Thread Nick Jenkin
Hi I was wondering if there is a way of applying dismax parsing to specific fields, where there are multiple fields being searched - all with different query values e.g. author:(tolkien) AND title:(the lord of the rings) would be something like: dismax(author, tolkien) AND dismax(title, the lord