lucenenet icon indicating copy to clipboard operation
lucenenet copied to clipboard

Patch for QueryParser to avoid throwing lots of exceptions that slows down the debugger

Open franckspike opened this issue 10 years ago • 1 comments

Patch for QueryParser to avoid throwing lots of exceptions as part of main control flow. When called very often, it slowed down a lot the execution time when the visual studio debugger was attached. This patch enhance the performance of the QueryParser under a debugger.

franckspike avatar Apr 22 '15 20:04 franckspike

Thanks. We are not actively maintaining the 3.x branch as we put all our efforts in having a 4.x release soon. I'll be keeping this around for a reference.

synhershko avatar Apr 22 '15 22:04 synhershko