Hi,

I want to get the top categories (all the categories) recursively in one
call. I know that in Lucene 4.x.x we can simply set the ResultMode to
PER_NODE_IN_TREE [1] and set the depth, so we can get the categories
recursively to the level we want in the tree. How do I achieve the same in
Lucene 5.2.1?

[1] http://shaierera.blogspot.com/2012/12/lucene-facets-under-hood.html
Thanks,

Reply via email to