On 4/28/2014 7:54 PM, Xavier Morera wrote: > Would anyone be so kind to explain what are the "Raw query parameters" > in Solr's admin UI. I can't find an explanation in either the reference > guide nor wiki nor web search.
The query API supports a lot more parameters than are shown on the admin UI. For instance, If you are doing a faceted search, there are only boxes for facet.query, facet.field, and facet.prefix ... but faceted search supports a lot more parameters (like facet.method, facet.limit, facet.mincount, facet.sort, etc). Raw Query Parameters gives you a way to use the entire query API, not just the few things that have UI input boxes. Thanks, Shawn