I've been messing around with jRuby and SolrJ with nice results. But can't seem to get the SolrQuery.addFacetField method to work. I get this error:
"for method addFacetField expected [[Ljava.lang.String;]; got: [java.lang.String]; error: argument type mismatch (TypeError)" I'm using it like: query.add_facet_field 'cat' and also tried: query.addFacetField 'cat' Any ideas as to what I'm doing wrong? Matt p.s. The other methods I've tried work great: set_query, set_query_type, set_facet, set_facet_limit, set_facet_min_count, set_include_score, add_sort_field.
