: 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
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
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