apache - SOLR query to check if a field is set -
so added new field called 'thefield' documents. of them managed have fields set correctly others don't
how go making solr query select documents 'thefield' field set properly?
you can use range query both ends open. like:
thefield:[* *]
Comments
Post a Comment