I have a field "spell" with text:
piazzata apposta apposta per tenere al caldo queste sue prime ore al mondo
How can I search something like this:
http://localhost:8080/solr/select?q={!type=edismax qf=spell v='apposta apposta per'} OR {!type=edismax qf=spell v='sue prime ore al'} - incorrect
I mean how can I use expressions AND/OR/NOT in edismax query.
You can make your configurations simpler
and try -