wsd395449953 opened a new issue, #2104:
URL: https://github.com/apache/incubator-hugegraph/issues/2104

   ### Problem Type (问题类型)
   
   gremlin (结果不合预期)
   
   ### Before submit
   
   - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 
[FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题
   
   ### Environment (环境信息)
   
   - Server Version: v0.11.x
   - Backend: RocksDB x nodes, HDD or SSD 
   - OS: xx CPUs, xx G RAM, Centos 7.x 
   - Data Size:  xx vertices, xx edges <!-- (like 1000W 点, 9000W 边) -->
   
   
   ### Your Question (问题描述)
   
   想到一个语句就是
   
g.V().hasLabel("A").filter{it.get().property("textList").value().containsAll(["dfg"])}
   但是这种写法效率有点低,而且对集合中无法做到模糊搜索,
   比如集合中有["abc","cdf","xyz"],我搜索”c“,则返回["abc","cdf"]
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   ```javascript
   想到一个语句就是
   
g.V().hasLabel("A").filter{it.get().property("textList").value().containsAll(["dfg"])}
   但是这种写法效率有点低,而且对集合中无法做到模糊搜索,
   比如集合中有["abc","cdf","xyz"],我搜索”c“,则返回["abc","cdf"]
   ```
   
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   ```javascript
   无
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to