Hi,
Why "AND" didn't work anymore? I use Solr 7.3.1 and edismax parser. Could someone explain to me why the following query doesn't work any more? What could be the cause? Thanks! q=audit_author.name:Burley,%20S.K.%20AND%20entity.type:polymer It worked previously but now returned very lower number of documents. I had to use "fq" to make it work correctly: q=audit_author.name:Burley,%20S.K.&fq=entity.type:polymer&rows=1 -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html