Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.6.0
-
Fix Version/s: 3.6.0
-
Component/s: app.dashboard
-
Labels:None
-
Target Version:
Description
<requestHandler name="/select" class="solr.SearchHandler"> <!-- default values for query parameters can be specified, these will be overridden by parameters in the request --> <lst name="defaults"> <str name="echoParams">explicit</str> <int name="rows">10</int> <str name="df">text</str> </lst>
Right now we a field named use 'text', but it will fail at query time if the collection does not have this field.
Could we add a new 'Default field' column checkbox to the field editor and replace it in solrconfig.xml?
+ examples to update