sbarzilay

Results 21 comments of sbarzilay

@eyalmar100 If you want we can talk, before I left I had an idea on how to implement the scroll API.

Actually getConfiguration was a place holder you actually need to create an apache configuration with a providers property. You can simply use: conf = new BaseConfiguration(); conf.addProperty('providers', '/path/to/json/mappings'); On Mon,...

@deepanshu-jain1999 Hi, if you set ```java conf.addProperty('providers', '/home/user/mappingsDirectory'); ``` then you should place your mappings jsons in ```/home/user/mappingsDirectory```

@zxnblake can you provide you mapping file?

@sorryya Did you mean this kind of mapping [Inner Edges](https://github.com/unipop-graph/unipop/wiki/Elastic-Configuration#inner-edges)?

@sorryya I haven't tested a schema where both vertices are non reference vertices, so I will fix it and release a patch in the next few days.

Currently I'm not planing on adding any more providers to Unipop, but I'm hoping to finish my developers guide soon so people can implement more providers as they need.

https://github.com/elastic/elasticsearch/issues/14229 waiting for referenced issue to resolve

Yes, in order to do that you'll need to create a mapping file for each data source.

Both queries work for me using your mapping can you provide me with sample data from your es cluster?