: Well, the highlighter param names are changing to hl.<whatever>, and : the convention for field overrides being in general : f.<fieldname>.<parametername>=<value>, so there would already be two
oh crap ... yeah i totally misread what SolrParams.getFieldParam did : periods in the name even if the original param was a single word. For : highlighting, the field param overrides will have three: : : f.title.hl.fragsize = 0 : f.contents.hl.formatter = simple yeah ... this is all starting to look familiar now. i can totally get on board that, so i'll make... facet=true ... turn all facet counts on/off facet.query=bar ... give a facet count for the constrait query "bar" facet.field=foo ... give TermEnum based facet counts for field "foo" facet.zero=true ... display zero counts for facet.field terms facet.limit=30 ... display the top 30 terms for facet.field terms f.foo.facet.zero=false ... override facet.zero for field foo f.foo.facet.limit=20 ... override facet.limit for field foo -Hoss
