What do you mean does not fetch results? It returns the found documents, but not the text content? In this case you need to store the field.
Is comedy a stop word defined by you? > Am 28.03.2019 um 13:03 schrieb Sharmadha <sharmadh...@gmail.com>: > > 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