NightOwl888 edited a comment on issue #453:
URL: https://github.com/apache/lucenenet/issues/453#issuecomment-808376958


   > I was running the tool only to know if LuceneNet could run on my machine 
:p.
   >
   > Is it expected that Lucene.Net throws exceptions internally (but catches 
them) in normal operations?
   
   This is a line-by-line port of Java Lucene. The designers made the 
unfortunate choice of relying on exceptions for control flow by using 
exceptions as messages similar to events. This behavior was deemed too much of 
a risk to change due to the fact that some bugs can only be found by comparing 
where the execution paths diverge between Lucene and Lucene.NET.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to