Skip to content

fix bug hasLabel() failed if having more than 1 label#51

Merged
Linary merged 1 commit intomasterfrom
zy
Sep 20, 2018
Merged

fix bug hasLabel() failed if having more than 1 label#51
Linary merged 1 commit intomasterfrom
zy

Conversation

@zhoney
Copy link
Copy Markdown
Contributor

@zhoney zhoney commented Sep 10, 2018

fix #50

Change-Id: I56bee811ded53b3b55109f52877e6781dc5f3629

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a method for code from line 373~381

fix #50

Change-Id: I56bee811ded53b3b55109f52877e6781dc5f3629
@Linary Linary merged commit d13a298 into master Sep 20, 2018
zhoney added a commit that referenced this pull request Sep 15, 2020
* template path use concurrent hashset to save paths in concurrent mode
* support property filter for paths api

Change-Id: I2e589f58cdfc48b4b8d16b7780b78cc17ab107d6
zhoney added a commit that referenced this pull request Sep 21, 2020
* template path use concurrent hashset to save paths in concurrent mode
* support property filter for paths api

Change-Id: I2e589f58cdfc48b4b8d16b7780b78cc17ab107d6
zhoney added a commit that referenced this pull request Oct 28, 2020
…template paths (#1174)

* Add customized kout/kneighbor, template path, multi-node-shortest-path and jaccard similar
* fix OLTP algorithm not check if source/target vertex exist (#1156)
* support customized kout and kneighbor
* support multi node shortest path API
* support template paths api
* support jaccard similars find oltp api
* use multi-thread to accelerate
* big depth and both direction use multi threads, otherwise single threead
* fix shortest path api NLP
* Szzq paths improve (#51)
* template path use concurrent HashSet to save paths in concurrent mode
* support property filter for paths api
* fix configuration not supported with auth (#55)
* template path supports repeat times args (#57)
* paths supports nearest args
* oltp multiple threads reuse
* add multiple thread depth config
* fix group perperty can't be empty
* upgrade api version to 58
* move customized kout/kneighbor to kout/kneighbor
* move jaccard similar into jaccard similarity
* fix kout/kneighbor withVertex not work
* rebase ramtable
* extract common traverser from template paths traversers
* extract path traverser for template paths and collection paths
* normalize traverser

implements: #1173

Change-Id: I85aa1d4274554d65f85a0deb7ac596e65dbb503b
zhoney added a commit to zhoney/hugegraph that referenced this pull request Nov 9, 2021
* disable etcd for auth server (apache#42)

* refine MetricsAPI test for prometheus exporter (apache#43)

* upgrade hugegraph config and white api list (apache#44)

* fix rest-server.properties config item k8s.hugegraph_url (apache#46)

* fix rocksdb not close after close graph (apache#47)

* support none auth mode for k8s api (apache#50)

* feat(api): Support adamic-adar & resource-allocation algorithms (apache#10) (apache#51)

* support graph reload and ingore single graph error when start server (apache#55)

* support force delete task (apache#56)

* update reload api (apache#57)

* fix: check neighbors count & null label (apache#54)

* fixed prometheus metrics bugs


Co-authored-by: zhoney <[email protected]>
Co-authored-by: sunwei31 <[email protected]>
Co-authored-by: imbajin <[email protected]>
Co-authored-by: guoyonggang <[email protected]>
VGalaxies pushed a commit that referenced this pull request Aug 3, 2024
JisoLya added a commit to JisoLya/hugegraph that referenced this pull request Sep 26, 2025
* chore(store): remove unused code & modify import path

* fix(store): fix ci problem

* chore(store): change testGetDataMover to testGetDataManager
JisoLya added a commit to JisoLya/hugegraph that referenced this pull request Oct 26, 2025
* chore(store): remove unused code & modify import path

* fix(store): fix ci problem

* chore(store): change testGetDataMover to testGetDataManager
JisoLya added a commit to JisoLya/hugegraph that referenced this pull request Oct 27, 2025
imbajin pushed a commit that referenced this pull request Oct 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

hasLabel(label...),多个label时失败

3 participants