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 Lance Norskog <go...@gmail.com> on 2009/12/01 22:21:01 UTC

Re: Creating Facets

Also, facet values are pulled from the indexed terms rather than the
stored source fields. This means that if you want to facet on a field,
that field has to be declared 'indexed="true"' in schema.xml.

On Thu, Nov 26, 2009 at 8:40 AM, dipti khullar <di...@gmail.com> wrote:
> Examples can be found out at:
> http://www.lucidimagination.com/Community/Hear-from-the-Experts/Articles/Faceted-Search-Solr
>
> Simple configuration works with setting facet=true&facet.field=xyz
>
> Thanks
> Dipti
>
> On Wed, Nov 25, 2009 at 3:29 AM, Lance Norskog <go...@gmail.com> wrote:
>
>> There is nothing special to configure. All facet processing happens
>> during processing the query.
>>
>> On Tue, Nov 24, 2009 at 9:56 AM, Tommy Molto <to...@gmail.com> wrote:
>> > People,
>> >
>> > I look in the solr wiki and only found about the use of the fecets, not
>> how
>> > to configure it in the schema or solrconfig. Any tip how to do it?
>> >
>> > Att,
>> >
>>
>>
>>
>> --
>> Lance Norskog
>> goksron@gmail.com
>>
>



-- 
Lance Norskog
goksron@gmail.com