Awesome, thank you.

Would be great to see anything about this difference in wiki.

For anyone else suffering from this, originally I started with:
fulltext(query.gsub(/(\$|&|\+|,|\/|:|;|=|\?|@)/) { "\\#{$1}" }) do
  minimum_match(1)
end

But be careful with the "+" sign, since it could be used in query to require
an exact match of a word, e.g.:
"username +twitter -facebook", etc.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Edismax-vs-Dismax-tp4083812p4083918.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to