You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2021/03/26 17:07:14 UTC

[GitHub] [lucenenet] NightOwl888 edited a comment on issue #453: Code snippets on https://lucenenet.apache.org/ doesn't works.

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:
users@infra.apache.org