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 Sajith Weerakoon <sa...@zone24x7.com> on 2009/04/17 06:17:11 UTC

Faceted Search

Hi all,

Can someone of you tell me how to implement a faceted search?

 

Thanks,

Regards,

Sajith Vimukthi Weerakoon.

 


Re: Faceted Search

Posted by Alejandro Gonzalez <al...@gmail.com>.
if you are querying using a http request you can add these two parameters:

facet=true
facet.field=field_for_faceting

and optionally this one to set the max number of facets:

facet.limit=facet_limit

I don't know if it's what you need...


On Fri, Apr 17, 2009 at 6:17 AM, Sajith Weerakoon <sa...@zone24x7.com>wrote:

> Hi all,
>
> Can someone of you tell me how to implement a faceted search?
>
>
>
> Thanks,
>
> Regards,
>
> Sajith Vimukthi Weerakoon.
>
>
>
>