vesoft-inc / nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability
https://nebula-graph.io
Apache License 2.0
10.63k stars 1.19k forks source link

Does nebula support multi properties fulltext search ? #3985

Open 12482 opened 2 years ago

12482 commented 2 years ago

Does nebula support multi properties fulltext search ? I have the following usage scenario: find all vertex where name = "joy*" and sex = 'male' and ... and uncertain fields each query

MuYiYong commented 2 years ago

Does nebula support multi properties fulltext search ? I have the following usage scenario: find all vertex where name = "joy*" and sex = 'male' and ... and uncertain fields each query

Hi,maybe you can find the answer below: https://docs.nebula-graph.io/3.0.2/3.ngql-guide/14.native-index-statements/ https://docs.nebula-graph.io/3.0.2/4.deployment-and-installation/6.deploy-text-based-index/1.text-based-index-restrictions/