Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-3719

FVH: slow performance on very large queries

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.5, 4.0-ALPHA
    • 3.6, 4.0-ALPHA
    • modules/highlighter
    • None
    • New, Patch Available

    Description

      The change from HashSet to ArrayList for flatQueries in LUCENE-3019 resulted in very significant slowdown in some of our e-discovery queries after upgrade from 3.4.0 to 3.5.0. Our queries sometime contain tens of thousands of terms. As a result, major portion of execution time for such queries is now spent in the flatQueries.contains( sourceQuery ) method calls.

      Attachments

        1. LUCENE-3719.patch
          1 kB
          Igor Motov

        Activity

          People

            koji Koji Sekiguchi
            imotov Igor Motov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: