Re: Add datastore for Elasticsearch. Outreachy Week 11 Report

2021-02-25 Thread Maria Podorvanova
Hi Kevin, Yes, I will make a PR, once I fix some issues. Regards, Maria On Thu, 25 Feb 2021 at 15:49, Kevin Ratnasekera wrote: > Hi Maria, > > Thank you for hard work Maria. Can you raise a PR, once you are > comfortable with changes? > > Regards > Kevin > > On Thu, Feb 25, 2021 at 10:06 AM

Re: Add datastore for Elasticsearch. Outreachy Week 11 Report

2021-02-24 Thread Kevin Ratnasekera
Hi Maria, Thank you for hard work Maria. Can you raise a PR, once you are comfortable with changes? Regards Kevin On Thu, Feb 25, 2021 at 10:06 AM Maria Podorvanova < podorvanova.ma...@gmail.com> wrote: > Hi John, > > Thanks for your comment. I am working on it. > > Regards, > Maria > > On

Re: Add datastore for Elasticsearch. Outreachy Week 11 Report

2021-02-24 Thread Maria Podorvanova
Hi John, Thanks for your comment. I am working on it. Regards, Maria On Wed, 24 Feb 2021 at 17:50, John Mora wrote: > Hi Maria. > > Thanks for the update. > > Unfortunately, looping through all possible values in the range is not a > practical solution. > > You should use the range query

Re: Add datastore for Elasticsearch. Outreachy Week 11 Report

2021-02-23 Thread John Mora
Hi Maria. Thanks for the update. Unfortunately, looping through all possible values in the range is not a practical solution. You should use the range query feature for this: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html I think you should manually

Add datastore for Elasticsearch. Outreachy Week 11 Report

2021-02-20 Thread Maria Podorvanova
Hi, Report #11 Week 11: February, 14 - February, 20 Activities: - Added scaling_factor support [1] - Removed unsupported Elasticsearch data types [2] - Implemented Metadata Analyzer for Elasticsearch Store [3] - Tried to fix range query by “_id” field [4] - Wrote documentation for Apache Gora