Lucene Hierarchial Taxonomy Search

2013-12-17 Thread Nino_87
Hi, I've a set of documents annotated with hierarchial taxonomy tags, E.g. [ { "id": 1, "title": "a funny book", "authors": ["Jean Bon", "Alex Terieur"], "book_category": "/novel/comedy/new" }, { "id": 2, "title": "a dramatic book", "authors": ["Alex Terieur"

Re: Lucene Hierarchial Taxonomy Search

2013-12-18 Thread Nino_87
Hi, thanks for the answer. This could by a solution. But i have more than one hierarchic filed to query and i want to use the CategoryPath indexed in taxonomy. I'm using the DrillDown query: DrillDownQuery luceneQuery = new DrillDownQuery(searchParams.indexingParams); luceneQuery.add(new CategoryP