0

Apache solr search for multiple fields without specifying field name in solr 7.7.2 version. Created copy field for all fields and assigning it to dest=“text” which is field of text type. But it doesn’t give any output. It works for only one field where df=fieldName.

It has managed schema which automatically override the changes after indexing, please let me know what would be the issue.

Suma P
  • 1
  • What's your query when you don't get any results? Does it work with `df=text`? How is the field actually defined? – MatsLindh Feb 11 '20 at 20:08
  • Thanks for reply, my q=Name:Mayur works fine, And I have set df=Name, so q=Mayur also works fine. But for searching for multiple fields I have created where I have created text field I have done this changes before indexing data. After data index this changes are overridden and replaced with and df=“text” doesn’t give any output. – Suma P Feb 12 '20 at 10:27

0 Answers0