cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

pbouda
Node
since ‎04-30-2020
‎06-01-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I am trying to call apoc.es.post in an apoc.periodic.repeat call like this: CALL apoc.periodic.repeat("updateElastic", 'CALL apoc.es.put("localhost", "some-index", "_doc", "test-id", null, {id: "test-id", text: "test"}) YIELD value RETURN value'...