Hi everyone, This is a two part question:
1) I see the following: <fieldType name="boolean" class="solr.BoolField" sortMissingLast="true"/> a) what does sortMissingLast do? b) what kind of data is considered Boolean? "TRUE", "True", "true", "1", "yes,", "Yes, "FALSE", etc. 2) When searching, what do I search on: q=MyBoolField:<what> That is what should "<what>" be? Thanks Steve