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

c# - How Configure Devart dotConnect for SQLite Code First? -

c++ - Clear the memory after returning a vector in a function -

erlang - Saving a digraph to mnesia is hindered because of its side-effects -