GitHub user diegoceccarelli opened a pull request:

    https://github.com/apache/lucene-solr/pull/202

    SOLR-10703 Add prepare and finish in DocTrasformer

    This patch adds a prepare and a finish method to the interface of 
DocTransformer allowing a developer to perform actions before/after a doc 
transformer is applied to a result set. My use case was to benchmark the 
performance of a transformer, since transformer time is not part of QTime.

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

    $ git pull https://github.com/diegoceccarelli/lucene-solr SOLR-10703

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

    https://github.com/apache/lucene-solr/pull/202.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 #202
    
----
commit 48859507d8c0df5507e66ab84bbe721cedc7c49f
Author: diego <diego.ceccare...@gmail.com>
Date:   2017-05-03T15:33:29Z

    Add prepare and finish in DocTrasformer

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to