Hello,

I would like to put a multivalued field into a qt definition as output field. to do this I edit the current solrconfig.xml definition and add the field in the fl specification.

Unexpectedly when I do the query q=*:*&qt=mytype I get the error

<str name="msg">
can not use FieldCache on multivalued field: store_slug
</str>

But if I instead run the query

http://src-eprice-dev:8080/solr/0/select/?q=*:*&qt=mytype&fl=otherfield,mymultivaluedfiled

I don't get the error

Have you got any suggestions?

I'm using solr 4 beta

solr-spec 4.0.0.2012.08.06.22.50.47
lucene-impl 4.0.0-BETA 1370099


Giovanni

Reply via email to