Following solr tutorial ,
https://lucene.apache.org/solr/guide/7_7/solr-tutorial.html#create-a-catchall-copy-field
,without adding copyField with src = "*" and dest = "_text_" , I created my
own field named "cfield1" of type text_general and added a copyField with
src = "*" and dest = "cfield1". Posted the films data. After this , on
typing "comedy" in query field , the query doesn't fetch results.

What is special about "_text_" field and what is that specific definition ?
I created cfield same as _text_ (i.e) stored=false , index = true ,
multivalued = true.



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to