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

FuzzyTermsEnum creates tons of objects

    XMLWordPrintableJSON

Details

    • New, Patch Available

    Description

      I ran into this problem in production using the DirectSpellchecker. The number of objects created by the spellchecker shoot through the roof very very quickly. We ran about 130 queries and ended up with > 2M transitions / states. We spend 50% of the time in GC just because of transitions. Other parts of the system behave just fine here.

      I talked quickly to robert and gave a POC a shot providing a LevenshteinAutomaton#toRunAutomaton(prefix, n) method to optimize this case and build a array based strucuture converted into UTF-8 directly instead of going through the object based APIs. This involved quite a bit of changes but they are all package private at this point. I have a patch that still has a fair set of nocommits but its shows that its possible and IMO worth the trouble to make this really useable in production. All tests pass with the patch - its a start....

      Attachments

        1. LUCENE-4556.patch
          37 kB
          Michael McCandless
        2. LUCENE-4556.patch
          61 kB
          Simon Willnauer

        Activity

          People

            mikemccand Michael McCandless
            simonw Simon Willnauer
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: