Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.0, 3.1.0, 3.2.0
-
Fix Version/s: 3.3.0
-
Component/s: None
-
Labels:
Description
Deep category hierarchies with "search in sub categories" option result in Lucene error boolean clauses exceed 1024.
Need to optimise how we manage search in subcategories by storing full parent tree structure and then have single clause for including current category. Since we can only pass List<Longs> we can pass negative PK to indicate "search in sub categories". The challenge is to traverse the parent tree with category links included