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
: 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
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
: 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
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
: 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
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
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