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

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -