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

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=truefacet.field=foofacet.field=lom.classification.ddc.id which caused an error. That's said I added echoParms to the request and only got : str name=facet.fieldlom.classification.ddc.id/str So multivalued URL

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=truefacet.field=lom.classification.ddc.id = I have results for facet fields If I put : q=*:*facet=truefacet.field=lom.educational.context = I have results for facet fields But if I put :

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=truefacet.field=lom.classification.ddc.id facet.field=lom.educational.context -param On 1/4/12 10:27 AM, Marc SCHNEIDER marc.schneide...@gmail.com wrote: Hi, I'm

Re: Problem with facet.fields

2012-01-04 Thread Chris Hostetter
: If I put : q=*:*facet=truefacet.field=lom.classification.ddc.id : = I have results for facet fields : If I put : q=*:*facet=truefacet.field=lom.educational.context : = I have results for facet fields : : But if I put : q=*:*facet=truefacet.field=lom.classification.ddc.id :