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

WFST/AnalyzingSuggest don't handle keys containing 0 bytes correctly

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 4.1, 6.0
    • None
    • None
    • New

    Description

      While binary terms w/ 0 bytes are rare, they are "allowed" but will cause exceptions with at least WFST/AnalyzingSuggester.

      I think to fix this we should pass custom Comparator to the offline sorter that decodes each BytesRef key and does the actual comparison we want, instead of using separator and relying on BytesRef.compareTo.

      Attachments

        1. LUCENE-4534.patch
          3 kB
          Michael McCandless
        2. LUCENE-4534.patch
          23 kB
          Michael McCandless

        Activity

          People

            mikemccand Michael McCandless
            mikemccand Michael McCandless
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: