gt; if solr support hierarchical synonym
> for example:
> animal->
> dog
> cat
> bird
>
> use animal as query term and the result set should be contains
> animal,dog,cat,bird
> use dog as query term and the result set should be only contains dog rather
> than oth
If I understood correctly, this seems you are wanting facets/hierarchical
facets.
Regds
Pravesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/hierarchical-synonym-tp344p3440090.html
Sent from the Solr - User mailing list archive at Nabble.com.
if solr support hierarchical synonym
for example:
animal->
dog
cat
bird
use animal as query term and the result set should be contains
animal,dog,cat,bird
use dog as query term and the result set should be only contains dog rather
than other words
thanks.
--
View this message in cont