Uploaded image for project: 'Hippo CMS'
  1. Hippo CMS
  2. CMS-3529 Extend Faceted Navigation usecases
  3. CMS-3573

performance: for getting the hit counts, do not use hit collector of Lucene but the index reader terms directly

    XMLWordPrintable

Details

    • Sub-task
    • Status: Closed
    • High
    • Resolution: Fixed
    • None
    • r2.12.00
    • repository-core
    • None

    Description

      Currently, a hit collector is used to count for faceted navigation. This scales linearly with the number of hits. For increasing document numbers, this becomes to slow. We have to replace it with by looking at the terms and overlap these bitsets with the hits. This scales as the number of unique facets normally doesn't grow that fast

      Attachments

        Activity

          People

            aschrijvers Ard Schrijvers
            aschrijvers Ard Schrijvers
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: