Re: Outreachy 2020-2021 - Neo4j - Weekly reports.

2021-02-15 Thread John Mora
Hi Gaby Thanks for the update. Overall the code looks good, I do not have specific feedback for you this week. According to your proposed timeline you should start working on the Query features, let's do it. Let me know if you have questions. Thanks, John El sáb, 13 feb 2021 a las 0:57,

Re: Add datastore for Elasticsearch. Outreachy Week 10 Report

2021-02-15 Thread Maria Podorvanova
Hi John, Thank you for your answers. 1) The type of the Elasticsearch "_id" field is string. I am not sure that will fix the problem if I just copy the "_id" field contents as "_id" can still be an arbitrary string value (i.e. not necessarily an integer). 2) Elasticsearch does not support

Re: Add datastore for Elasticsearch. Outreachy Week 10 Report

2021-02-15 Thread John Mora
Hi Maria, Thanks for the update. 1) I think you can copy the content from _id to a manually created field let's say 'gora_id' using copy_to. https://www.elastic.co/guide/en/elasticsearch/reference/current/copy-to.html But, I have not try it yet, I am not sure if this will work. Alternatively,