I have a field in solr of type list of texts.
field1:{"key1:val1,key2:val2,key3:val3", "key1:val1,key2:val2"}
I want to form a query such that when I search for key1:val1 and key3:val3
I get the result who has both the strings i.e key1:val1 and key3:val3
.
How shall I form the query?