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 Jae Joo <ja...@gmail.com> on 2007/11/20 23:39:58 UTC

facet - associated fields

Hi,
Can anyone help me how to facet and/or search for associated fields? -

<add>
 <doc>
  <field name="id">1234</field>
  <field name="headline">Baseball hall of Fame opens Jackie Robinson
exhibit</field>
  <field name="description">Description about the new JR hall of fame
exhibit.</field>
  <field name="pub_date">20071114</field>
  <field name="pubyyyymm">200711</field>
  <field name="price">0</field>
  <field name="news_type">press</field>

  <!-- subject 1 -->
  <field name="subject">Sports</field>
  <field name="subjectMatter">Baseball</field>
  <field name="subjectDetail">Major League Baseball</field>

  <!-- subject 2 -->
  <field name="subject">Arts and Culture</field>
  <field name="subjectMatter">Culture</field>
  <field name="subjectDetail">Heritage Sites</field>
 </doc>
</add>

Thanks,

Jae

Re: facet - associated fields

Posted by Norberto Meijome <fr...@meijome.net>.
On Tue, 20 Nov 2007 17:39:58 -0500
"Jae Joo" <ja...@gmail.com> wrote:

> Hi,
> Can anyone help me how to facet and/or search for associated fields? -

 http://wiki.apache.org/solr/SimpleFacetParameters  

_________________________
{Beto|Norberto|Numard} Meijome

Fear not the path of truth for the lack of people walking on it.

I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned.