Would http://search-lucene.com/?q=solr+join do it for you?

Otis
--
SOLR Performance Monitoring - http://sematext.com/spm/index.html
Search Analytics - http://sematext.com/search-analytics/index.html




On Mon, Dec 10, 2012 at 1:17 PM, Michael Jones <[email protected]>wrote:

> Hi,
>
> I realise that you can't get nested document to search in solr.
>
> But if I did this:
>
>   <doc>
>     <field name="source">Test</field>
>     <field name="type">bar</field>
>     <field name="label">Map</field>
>     <field name="date_long"/>
>     <field name="date_short"/>
>     <field name="persons-0446_name">Graham</field>
>     <field name="persons-0446_link">foo</field>
>     <field name="persons-0446_location">Crosby</field>
>     <field name="persons-0446_office"/>
>     <field name="persons-0188_name">Bob</field>
>     <field name="persons-0188_link">foo</field>
>     <field name="persons-0188_location">test</field>
>     <field name="persons-0188_office"/>
>     <field name="persons-0183_name">Denzil</field>
>     <field name="persons-0183_link">foo</field>
>     <field name="persons-0183_location">test</field>
>     <field name="persons-0183_office"/>
>   </doc>
>
> Could I still search for location with *_location ?
>
> Or is there another way to get relational data into solr?
>
> Thanks
>

Reply via email to