How can I add an "ex" LocalParams to a Facet Field Query in SolrNet? -


if use solrfacetfieldquery build facet query, can't add localparams in constructor because when parses other facet parameters such limit , sort, add localparams name of field, generates invalid query example:

var fq = new solrfacetfieldquery(new localparams{{"ex", "c"}} + "category") { limit = 10 }; 

i generate:

facet.field={!ex=c}category&facet.category.limit=10&fq={!tag=c}category:1 

this fixed couple of weeks ago.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -