: So multivalued URL params are not taken in account.
: I'm using Jetty and Solrj with EmbeddedSolrServer implementation.
: Trying it using the "normal" http version does work, so you're right
: it's a problem with the client library.
:
: Any idea why it would refuse multivalued parameters?
i do
Hello,
Thanks a lot for your answers.
Sorry I typed it wrong, it was :
q=*:*&facet=true&facet.field=foo&facet.field=lom.classification.ddc.id
which caused an error.
That's said I added echoParms to the request and only got :
lom.classification.ddc.id
So multivalued URL params are not taken in a
: If I put : q=*:*&facet=true&facet.field=lom.classification.ddc.id
: => I have results for facet fields
: If I put : q=*:*&facet=true&facet.field=lom.educational.context
: => I have results for facet fields
:
: But if I put : q=*:*&facet=true&facet.field=lom.classification.ddc.id
: &facet.field=
Hi Marc,
It could be because of "." in the field name. Try doing url encoding of
"." and it should work.
"But if I put : q=*:*&facet=true&facet.field=lom.classification.ddc.id
&facet.field=lom.educational.context "
-param
On 1/4/12 10:27 AM, "Marc SCHNEIDER" wrote:
>Hi,
>
>I'm quite sure I'm
Hi,
I'm quite sure I'm missing something but I'm getting mad with this problem :
If I put : q=*:*&facet=true&facet.field=lom.classification.ddc.id
=> I have results for facet fields
If I put : q=*:*&facet=true&facet.field=lom.educational.context
=> I have results for facet fields
But if I put :