Re: Error on using the projection parameter - fl - in Solr 4

2013-01-26 Thread samarth s
Thanks Erik. Will take your advice as a long term solution. Currently working around by using the the regex capability added in parsing the 'fl' parameter, using 'fl=E_*' On Wed, Jan 9, 2013 at 6:07 AM, Erick Erickson wrote: > You really have a field name with '@' symbols in it? If it worked in

Re: Error on using the projection parameter - fl - in Solr 4

2013-01-08 Thread Erick Erickson
You really have a field name with '@' symbols in it? If it worked in 3.6, it was probably not intentional, classic "undocumented behavior". The first thing I'd try is replacing the @ with __ in my schema... Best Erick On Tue, Jan 8, 2013 at 6:58 AM, samarth s wrote: > q=*:*&fl=E_abc@@xyz

Error on using the projection parameter - fl - in Solr 4

2013-01-08 Thread samarth s
Hi all, I am in a process of migrating my application from Solr 3.6 to Solr 4. A query that used to work is giving an error with Solr 4. The query looks like: q=*:*&fl=E_abc@@xyz The error displayed on the admin page is: can not use FieldCache on multivalued field: E_abc The field printed in th