Thank you for the the explanation.

Let's say product_name_un is not untokenized, but it is tokenized with:
<tokenizer class="solr.PatternTokenizerFactory" pattern=", *" />
and the user enters "blue car, big wheels".

I want search to be applied to both fields: product_name and product_name_un
with greater boost factor for product_name_un. So that if there are products
"big wheels chair" and "big wheels" in the index, the second one is higher
in the results when user enters  "blue car, big wheels".
I cannot apply here phrase search to product_name_un field.

So basically the qustion remains almost the same: how to search against two
fields with dismax when they are tokenized differently (and one of them is
not tokenized by whitespaces)

Could you please help with that situation?

Thank you in advance,
Alex.
-- 
View this message in context: 
http://www.nabble.com/Dismax%3A-Impossible-to-search-for-a-_phrase_-in-tokenized-and-untokenized-fields-at-the-same-time-tp25832932p25885546.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to