xsharper commented on issue #792:
URL: https://github.com/apache/lucenenet/issues/792#issuecomment-1900936947

   The issue different though. Encoding is just use used to demonstrate it. 
   
   The problem is that in .NET 4.8 doing some backend processing, that isn't 
expected to output _anything_ to the console or network, by merely 
   
   `var qp = new MultiFieldQueryParser(LuceneVersion.LUCENE_48, new[] {"test"}, 
std);`
   
   does write to console as a side effect. 
   
   


-- 
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

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

Reply via email to