rmuir commented on issue #11800:
URL: https://github.com/apache/lucene/issues/11800#issuecomment-1254008994

   not a bug, but related to new features added to the parser. see the 
associated message in `MIGRATE.txt`:
   
   ```
   ## Minor syntactical changes in StandardQueryParser (Lucene 9.1)
   
   LUCENE-10223 adds interval functions and min-should-match support to 
StandardQueryParser. This
   means that interval function prefixes ("fn:") and the '@' character after 
parentheses will
   parse differently than before. If you need the exact previous behavior, 
clone the StandardSyntaxParser from the previous version of Lucene and create a 
custom query parser
   with that parser.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to