JanusGraph/janusgraph

Add SETTINGS parameter for index keys

オープン

#1,104 opened on 2018/06/08

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Java (1,137 件のフォーク)batch import
help wantedindex/elasticsearchkind/enhancement

Repository metrics

Stars
 (4,985 個のスター)
PR merge metrics
 (平均マージ 3d 18h) (30d で 12 merged PRs)

説明

I think it would be very useful to add SETTINGS parameter for index creation. With this option we could create more useful indexes like sorted index (https://www.elastic.co/blog/index-sorting-elasticsearch-6-0).

I imagine the creation process of sorted index could be like this (just a suggestion, I am not sure of it):

mgmt.buildIndex('borderIndex', Vertex.class).addKey(name, Settings.SORTED.asParameter())
.buildMixedIndex("search")

Related discussion: https://groups.google.com/forum/#!searchin/janusgraph-users/elasticsearch$206%7Csort:date/janusgraph-users/dtBxqdR2qr0/ieXJdWaVAAAJ

コントリビューターガイド