You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by franckspike <gi...@git.apache.org> on 2015/04/22 22:52:46 UTC

[GitHub] lucenenet pull request: Patch for QueryParser to avoid throwing lo...

GitHub user franckspike opened a pull request:

    https://github.com/apache/lucenenet/pull/131

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

    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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/franckspike/lucenenet 3.0.3

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucenenet/pull/131.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #131
    
----
commit 8e472ec2aa34068b4ce7a3ff9bf2f3aa00479933
Author: U-HARRIS\fmaheux <fm...@fmaheux-pc.harriscomputer.com>
Date:   2015-04-22T20:41:18Z

    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.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] lucenenet pull request: Patch for QueryParser to avoid throwing lo...

Posted by synhershko <gi...@git.apache.org>.
Github user synhershko commented on the pull request:

    https://github.com/apache/lucenenet/pull/131#issuecomment-95356979
  
    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.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---