I have the following fields indexed in Solr:
- FIELD_1
- FIELD_2
- FIELD_3
I would like to search for a document where FIELD_3=X but if FIELD_3 is empty (or non existent in the document), to search in FIELD_2, and then in FIELD_1
Is this kind of query possible in Solr ?
Thank you