apache / incubator-hugegraph

A graph database that supports more than 100+ billion data, high performance and scalability (Include OLTP Engine & REST-API & Backends)
https://hugegraph.apache.org
Apache License 2.0
2.63k stars 517 forks source link

Special Char fix not working in latest master #1688

Open KirubakaranSP opened 2 years ago

KirubakaranSP commented 2 years ago

Bug Type (问题类型)

other exception / error (其他异常报错)

Before submit

Environment (环境信息)

Expected & Actual behavior (期望与实际表现)

Already the special char values in search indexed property has been reported and a fix was pushed to master.Kindly check here.But still the problem exists and throws new excpetion while inserting the same values.

Exception : {"exception":"class java.lang.IllegalArgumentException","message":"The SEARCH_INDEX type index id can't contains byte '0x00', but got: 0x503a78797a00616263","cause":""}

Vertex/Edge example (问题点 / 边数据举例)

No response

Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)

No response

javeme commented 2 years ago

@KirubakaranSP Yes, the master branch still restricts special characters in search indexed property, and you can modify the source code if you have special needs. Please refer to: https://github.com/hugegraph/hugegraph/issues/1638#issuecomment-992570312