Happy to see some one have similar solutions as ours.
we have similar multi-language search feature and we index different
language content to _fr, _en field like you've done
but in search, we need a language code as a parameter to specify the
language client wants to search on which is normally
Ah, thanks Markus. I think I'll just add the Boolean operators to the
stopwords list in that case.
Tom
On 7 November 2013 12:01, Markus Jelsma wrote:
> This is an ancient problem. The issue here is your mm-parameter, it gets
> confused because for separate fields different amount of tokens ar
This is an ancient problem. The issue here is your mm-parameter, it gets
confused because for separate fields different amount of tokens are
filtered/emitted so it is never going to work just like this. The easiest
option is not to use the stopfilter.
http://lucene.472066.n3.nabble.com/Dismax-M