sbarzilay

Results 21 comments of sbarzilay

This is a known issue [Scroll api](https://github.com/unipop-graph/unipop/issues/16) I'm hoping finish working on it in the next few days. @baozengkai

I am aware of that but currently I don't have any Reducing step strategies. #46

I'm hoping I can get it done by the next release.

Do you mean something like this: ```java UniGraph graph1 = UniGraph.open(conf1); UniGraph graph2 = UniGraph.open(conf2); ```

You can simply add ```yaml graphs: { graph: path/to/properties/file, graph2: path/to/properties/file2 } ``` to your gremlin-server.yaml file.

I don't know if this is possible but try importing `import org.unipop.structure.UniGraph` before creating a graph with the remote console.

need to implement #103 first

@zxnblake I didn't understand you completely but in your mapping file you haven't provide id properties for both inVertex and outVertex

You're missing a "@" in your inVertex id property

The maxLimit field is the maximum number of documents elasticsearch can fetch and to my knowledge we haven't implemented the scroll API yet. On Wed, Sep 5, 2018, 5:26 PM...