Hi ,

can some help if below query is possible,

Schema:

<tag>
        <category>A
                <product>product1</product>
                <product>product2</product>
        </category>
        <category>B
                <product>product12</product>
                <product>product23</product>
        </category>
</tag>

Is it possible to like this q=tag.category:A AND
tag.category.product=product1 ???






--
View this message in context: 
http://lucene.472066.n3.nabble.com/querying-nested-entity-fields-tp4096382.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to