Hi,

my schema looks like this

<field name="id" type="string" .../>
<field name="tagIds" type="string" indexed="true" stored="true" multiValued="true"/> <field name="tagDescriptions" type="text_general" indexed="true" stored="false" multiValued="true"/>
<field name="text" type="text_general" .../>

I'd like to get the tagIds of documents with a certain tagDescription (and text). However tagIds contains multiple ids in the same order as tagDescription and simple faceting would return all. Is there a way to just get the IDs of the tags with a matching description?

Or would you recommend some other schema?

Thanks,
Andreas


Reply via email to