Evgeny Getman
Evgeny Getman
Hi all. The same issue =( Console output for info: ``` gremlin> g.V().has('Skill', 'skill_title', 'foo').elementMap() ==>{id=32808, label=Skill, skill_unique_names=foo, skill_id=e2d7a4f4-436a-44a1-b1c3-51fc5ed2037e, skill_title=foo} gremlin> g.V().has('Skill', 'skill_title', 'Foo').elementMap() ==>{id=28712, label=Skill, skill_unique_names=foo, skill_id=14d25545-9d3e-4e8a-bd5a-2f689c4c48ea, skill_title=Foo} gremlin>...
@li-boxuan no, I didn't.
@li-boxuan Thanks! =) It was my bad - misconfiguration... ``` gremlin> mgmt = graph.openManagement() ==>org.janusgraph.graphdb.database.management.ManagementSystem@7fec1b9d gremlin> skillByUN = mgmt.getGraphIndex("skillByUniqueNamesExact") ==>skillByUniqueNamesExact gremlin> mgmt.setConsistency(skillByUN, ConsistencyModifier.LOCK) ==>null gremlin> mgmt.commit() ==>null ``` This update...
Hi @Diagoras! Thanks for ur feedback! =) No, i haven't thought about it yet. There are some things i want to do with `jms-publisher` before `1.0` version. After that, I'll...
Hi Ilya! Like always with frameworks - it's quite an opinionated thing =)