: example: If I have a field called 'booktitle' with the actual values as
: 'Code Complete', 'Coding standard 101', then I'd like to search for the
: query string 'cod' and have the dismax match against both the book
: titles since 'cod' is a prefix match for 'code' and 'coding'.
it doesn't soun
You should be able to achieve this using ngrams. This article may not be
100% related to what you are trying to do but it may provide some insight on
what you can do to support your requirements.
http://www.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/
> Folks,
> Greetings.
> Using dismax query parser is there a way to perform prefix
> match. For
> example: If I have a field called 'booktitle' with the
> actual values as
> 'Code Complete', 'Coding standard 101', then I'd like to
> search for the
> query string 'cod' and have the dismax match ag