mikemccand commented on issue #89: URL: https://github.com/apache/lucene-jira-archive/issues/89#issuecomment-1200397024
OK I confirmed that we can just escape the `~` with a backslash: Broken (copied from the Jira issue): For Lucene 3.6.2, the timings settle down to 200~300 with the fastest being 207. For Lucene 5.4.1, the timings settle down to 20000~30000 with the fastest being 22444. Fixed: For Lucene 3.6.2, the timings settle down to 200\~300 with the fastest being 207. For Lucene 5.4.1, the timings settle down to 20000\~30000 with the fastest being 22444. But we must do this after remapping accounts! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
