Re: Janusgraph not able to find suitable index for a index enabled property key
Harshit Sharma
It looks something like this -> mappings: { - properties: { - all: { type: "text" }, - graphId: { type: "text", -copy_to: [ "all"] } - graphId__STRING: { type: "keyword" } - svc_edge_key_s: { type: "text", - copy_to: [ "all"] } } } On Mon, Jan 10, 2022 at 9:46 PM <sergeymetallic@...> wrote: Could you please provide a ES mapping that was generated for this property? --
Regards, Harshit Sharma +91-9901459920 |
|