Hi, Currently, I'm using the following query to search for the same word under different fields
http://localhost:8983/solr/collection1/select?q=(field1_s:*test* OR field2_s:*test* OR field3_s:*test* OR field4_s:*test*) AND field1_tc:"Main"* Is there a way to better streamline the query, so that we will not have to use so many "OR" in the query? I'm using Solr 6.5.1. Regards, Edwin