That worked !!! Thanks a lot. I was following a tutorial from a blog and just copy-pasted the line to the schema.xml and and just changed the field names. I would have never figured it out if it wasn't for your help :-)
Although I'm surprised why solr didn't gave me an error on that schema file. On Mon, Mar 15, 2010 at 3:28 PM, Ahmet Arslan <iori...@yahoo.com> wrote: > > > > numFound="0" means all documents have empty field > > fInvestigatorName. Did you re-start tomcat and re-index, > > after making fInvestigatorName multi-valued? > > I just realized that there is a typo in your copy field declaration. It > should be copy*F*ield with capital F. > > <copyField source="InvestigatorName" dest="fInvestigatorName"/> > > > >