I'm using SolrCLoud is to search documents with multiple attributes. In my application, I would like to search over all the fields if the query does not specify any specific field such term1 AND term2
query should search for that combination in all the fields.
Reading the documentation looks like you can define a default fields for your search.
I have found examples of changing the default facets for search handler, but not for the default search fields but not for the default search fields on query handler.
Does anyone know how to use the Solr API to change the default fields in the QueryHandler?