: I haven't experienced any such problems; it's just a query-parser plugin : that adds some behavior on top of the normal query parsing. In any case, : even if I use a custom request handler with my custom parser, can I get : facet-queries to use this custom parser by default as well?
if you change teh default parser for the entire handler, it should be used for all query parsing that doesn't use the {!foo} syntax ... but to answer your orriginal question there is no way to set the default for facet.query independently of the main default -- that would require a patch to the FacetComponent to look at init params (where it could find some default/invarrient params that would override the main ones) : > > > Is there a way to register it as the default for FacetComponent in : > > > solrconfig.xml? -Hoss