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

AnalyzerQueryNodeProcessor throws a class cast exception with the RegexpQueryNode

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 4.0-ALPHA
    • 4.0-ALPHA, 6.0
    • modules/queryparser
    • None
    • New, Patch Available

    Description

      When using the flexible query parser with the regular expression syntax the processing pipeline fails with the following class cast exception:

      java.lang.ClassCastException: org.apache.lucene.queryparser.flexible.standard.nodes.RegexpQueryNode cannot be cast to org.apache.lucene.queryparser.flexible.core.nodes.FieldQueryNode
      	at __randomizedtesting.SeedInfo.seed([34AF003D9388DF45:CB5F8BB4EE483FEE]:0)
      	at org.apache.lucene.queryparser.flexible.standard.processors.AnalyzerQueryNodeProcessor.postProcessNode(AnalyzerQueryNodeProcessor.java:114)
      

      A very simple patch is attached that will simply add the RegexpQueryNode to the nodes that should not get processed by the AnalyzerQueryNodeProcessor. I think this means that the regular expression is not analyzed, which should be ok!?

      Attachments

        1. LUCENE-4103.patch
          3 kB
          Daniel Truemper
        2. 0001-Fix-for-the-flexible-regexp-parsing.patch
          6 kB
          Daniel Truemper

        Activity

          People

            Unassigned Unassigned
            truemped Daniel Truemper
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: