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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -