You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Xavier Morera <xa...@familiamorera.com> on 2014/04/29 03:54:14 UTC

Raw query parameters

Hi,

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.

[image: Inline image 1]

A bit confused on what it actually is for
[image: Inline image 3]

Thanks in advance,
Xavier
-- 
*Xavier Morera*
email: xavier@familiamorera.com
CR: +(506) 8849 8866
US: +1 (305) 600 4919
skype: xmorera

Re: Raw query parameters

Posted by Xavier Morera <xa...@familiamorera.com>.
You saved my life Shawn! Thanks!


On Mon, Apr 28, 2014 at 11:54 PM, Shawn Heisey <so...@elyograg.org> wrote:

> 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
>
>


-- 
*Xavier Morera*
email: xavier@familiamorera.com
CR: +(506) 8849 8866
US: +1 (305) 600 4919
skype: xmorera

Re: Raw query parameters

Posted by Shawn Heisey <so...@elyograg.org>.
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