: Maybe something like q.op or q.oper if it *only* applies to q. Which : begs the question... what *does* it apply to? At first blush, it : doesn't seem like it should apply to other queries like fq, facet : queries, and esp queries defined in solrconfig.xml. I think that : would be very surprising.
agreed not the comment i put into SolrPluginUtils.parseFilterQueries when i add fq support to StandardRequestHandler... /* Ignore SolrParams.DF - could have init param FQs assuming the * schema default with query param DF intented to only affect Q. * If user doesn't want schema default, they should be explicit in the FQ. */ ... i would think a "do" or "op" or "q.op" param should *definitely* only influence the "q" param. -Hoss