Ok this is fixed. the _text_<\df> was not the issue. Certain copyFields
had to be changed from dest="text" to dest="_text_".
this issue is closed. thank you
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
On 5/17/2018 7:23 AM, THADC wrote:
, however for 7.3, "defaultSearchField" apparently no longer a valid type. I
switched to "df". Also, "text" is no longer default data type, but rather
"_text_". So, I replaced above with:
_text_
, but still default search not working properly. By the way, when