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

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -