Hi,

is it possible to do that in Apache Solr? If i make a search, how I
know from where it comes the result?

Thanks!

I have an XML like this:
<aaaa>
<bbbb>
<cccc>some Text</cccc>
<dddd>another text</dddd>
<eeee>
<ffff>text</ffff>
<gggg>more text</gggg>
<hhhh>
<iiii>
<jjjj>text</jjjj>
</iiii>
</hhhh>
</eeee>
</bbbb>
<bbbb>
<cccc>some Text</cccc>
<eeee>
<ffff>text</ffff>
</eeee>
</bbbb>
<bbbb>
<cccc>some Text</cccc>
<dddd>another text</dddd>
<eeee>
<ffff>text</ffff>
<gggg>more text</gggg>
<hhhh>
<iiii>
<jjjj>text</jjjj>
</iiii>
<iiii>
<jjjj>text</jjjj>
<hhhh>
<iiii>
<jjjj>text</jjjj>
</hhhh>
</iiii>
</hhhh>
</eeee>
</bbbb>
</aaaa>

Reply via email to