Re: multivalued filed question (FieldCache error)

2012-10-08 Thread giovanni.bricc...@banzai.it
Thank you very much! I've singlelined, spaced removed every fl field in my solrconfig and now the app works fine Giovanni Il 05/10/12 20:49, Chris Hostetter ha scritto: : So extracting the attachment you will be able to track down what appens : : this is the query that shows the error, and b

Re: multivalued filed question (FieldCache error)

2012-10-05 Thread Chris Hostetter
: So extracting the attachment you will be able to track down what appens : : this is the query that shows the error, and below you can see the latest stack : trace and the qt definition Awesome -- exactly what we needed. I've reproduced your problem, and verified that it has something to do w

Re: multivalued filed question (FieldCache error)

2012-10-04 Thread giovanni.bricc...@banzai.it
Thank you for the support! Unfortunately my configuration is very large, but I was able to reproduce the error in a new test collection (I have a multicore setup). So extracting the attachment you will be able to track down what appens this is the query that shows the error, and below you can

Re: multivalued filed question (FieldCache error)

2012-10-03 Thread Chris Hostetter
: Here is the stack trace what exactly does your fl param look like when you get this error? and what exactly are the field/fieldType declarations for each of the fields in your fl? Because if i'm reading this correctly, Solr thinks you are trying to include in the response the results of a

Re: multivalued filed question (FieldCache error)

2012-10-03 Thread giovanni.bricc...@banzai.it
Here is the stack trace Oct 3, 2012 3:07:38 PM org.apache.solr.common.SolrException log SEVERE: org.apache.solr.common.SolrException: can not use FieldCache on multivalued field: store_slug at org.apache.solr.schema.SchemaField.checkFieldCacheSource(SchemaField.java:174) at org.apach

Re: multivalued filed question (FieldCache error)

2012-10-02 Thread Chris Hostetter
: I'm also using that field for a facet: Hmmm... that still doesn't make sense. faceting can use FieldCache, but it will check if ht field is mutivalued to decide if/when/how to do this. There's nothing else in your requestHandler config that would suggest why you might get this error. can y

Re: multivalued filed question (FieldCache error)

2012-10-01 Thread giovanni.bricc...@banzai.it
I'm also using that field for a facet: | dismax explicit 1 many field but not store_slug |many field but not store_slug||| ..., store_slug 2 2 *:* default true tr

Re: multivalued filed question (FieldCache error)

2012-10-01 Thread Erik Hatcher
How is your request handler defined? Using store_slug for anything but fl? Erik On Oct 1, 2012, at 10:51, "giovanni.bricc...@banzai.it" wrote: > 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 definit