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? -

java - Copying object fields -

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