Hi,

Here's the relevant part of my schema:

 
   <field name="pdt_global_id" type="text_general" indexed="true"
stored="true"/>
   <field name="primary_type" type="text_general" indexed="true"
stored="true" omitNorms="true"/>
   <field name="pdt_title" type="text_general" indexed="true" stored="true"
multiValued="false"/>
   <field name="stock_availability"  type="int" indexed="true"
stored="true"/>
   <field name="pdt_id" type="string" indexed="true" stored="true"
required="true" multiValued="false" /> 


   <field name="pdt_description" type="text_general" indexed="false"
stored="true" />


   <field name="songtitle" type="text_general" indexed="true" stored="true"
/>
....

 <uniqueKey>pdt_id</uniqueKey>
...

the data is read from into another searchengine fine but i'll try the select
queries individually. The field-definitions need some tweaking.

As for the songtitle, this was a typo

Cheers,
Maarten



--
View this message in context: 
http://lucene.472066.n3.nabble.com/DIH-nested-entities-don-t-work-tp4015514p4015524.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to