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

SpanMultiTermQueryWrapper with Prefix Query issue

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.3
    • 3.3
    • core/search
    • None
    • Windows 7, JDK 1.6

    • New, Patch Available

    Description

      If we try to do a search with SpanQuery and a PrefixQuery this message is returned:

      "You can only use SpanMultiTermQueryWrapper with a suitable SpanRewriteMethod."

      The problem is in the WildcardQuery rewrite function.

      If the wildcard query is a prefix, a new prefix query is created, the rewrite method is set with the SpanRewriteMethod and the prefix query is returned.

      But, that's the rewritten prefix query which should be returned:

      • return rewritten;
        + return rewritten.rewrite(reader);

      I will attach a patch with a unit test included.

      Attachments

        1. LUCENE-3238.patch
          8 kB
          Robert Muir
        2. LUCENE-3238.patch
          4 kB
          Robert Muir
        3. LUCENE-3238.patch
          2 kB
          Ludovic Boutros

        Activity

          People

            rcmuir Robert Muir
            lboutros Ludovic Boutros
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: