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

Popular posts from this blog

winforms - C# Form - Property Change -

java - Messages from .properties file do not display UTF-8 characters -

javascript - amcharts makechart not working -