Re: regarding extending classes in org.apache.solr.client.solrj.io.stream.metrics package

2017-01-13 Thread radha krishnan
Hi Scott, i have created a JIRA ticket ( https://issues.apache.org/jira/browse/SOLR-9962) . i will figure out the patch process. Thanks, Radhakrishnan D On Thu, Jan 12, 2017 at 8:57 AM, Scott Stults < sstu...@opensourceconnections.com> wrote: > Radhakrishnan, > > That would be an appropriate

Re: regarding extending classes in org.apache.solr.client.solrj.io.stream.metrics package

2017-01-12 Thread Scott Stults
Radhakrishnan, That would be an appropriate Jira ticket. You can submit it here: https://issues.apache.org/jira/browse/solr Also, if you want to submit a patch, check out the guidelines (it's pretty easy): https://wiki.apache.org/solr/HowToContribute k/r, Scott On Tue, Jan 10, 2017 at 7:12

regarding extending classes in org.apache.solr.client.solrj.io.stream.metrics package

2017-01-10 Thread radha krishnan
Hi, i want to extend the update(Tuple tuple) method in MaxMetric,. MinMetric, SumMetric, MeanMetric classes. can you please make the below metioned variables and methods in the above mentioned classes as protected so that it will be easy to extend variables --- longMax doubleMax