solr - Query to omit rows with empty records -
How do you eliminate rows with empty records in Solar? I have tried some permutations but nothing is working:
1: "John", "blue", "dog" 2: "litigation", "brown", "zebra" 3 : "Jane", "Green", "Cat"
esp: [* TO *]
is restricted to documents containing the esp
fields, your query is Can be:
q = esp: [* to *] and amp; fq = enu: open
Comments
Post a Comment