bbieniek opened a new issue, #632: URL: https://github.com/apache/lucenenet/issues/632
Hi, We are right now on the following versions: ``` <PackageReference Include="Lucene.Net" Version="4.8.0-beta00016" /> <PackageReference Include="Lucene.Net.QueryParser" Version="4.8.0-beta00016" /> ``` Today, we have encountered a random error, that could not be reproduced: ``` Cannot parse 'Bl*': Encountered "<EOF>" at line 1, column 18. Was expecting one of: <BAREOPER> ... "(" ... "*" ... <QUOTED> ... <TERM> ... <PREFIXTERM> ... <WILDTERM> ... <REGEXPTERM> ... "[" ... "{" ... <NUMBER> ... <TERM> ... "*" ... ```  We use MultiFieldQueryParser with two fields and the following call: `Parse($"{input}*")` What could be the cause of it? The data is read from Azure Blob storage, using AzureDirectory package. Thank you for your help. -- 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: dev-unsubscr...@lucenenet.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org