Re: Problem with facet.fields

2012-01-13 Thread Chris Hostetter
: 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

Re: Problem with facet.fields

2012-01-05 Thread Marc SCHNEIDER
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

Re: Problem with facet.fields

2012-01-04 Thread Chris Hostetter
: 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=

Re: Problem with facet.fields

2012-01-04 Thread Sethi, Parampreet
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

Problem with facet.fields

2012-01-04 Thread Marc SCHNEIDER
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 :