Re: Default Searches not working after migrating from Solr 4.7 to 7.3

2018-05-17 Thread THADC
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

Re: Default Searches not working after migrating from Solr 4.7 to 7.3

2018-05-17 Thread Shawn Heisey
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

Default Searches not working after migrating from Solr 4.7 to 7.3

2018-05-17 Thread THADC
Hello, Migrating our system from solr 4.7 to 7.3. Simple default searches are not working. For our simply searches, we had the following in our schema.xml for 4.7: text , however for 7.3, "defaultSearchField" apparently no longer a valid type. I switched to "df". Also, "text" is no longer defau