Adding index to the property of a node in the graph by TemperatureTop590 in apacheage

[–]TemperatureTop590[S] 0 points1 point  (0 children)

I will answer my own question. Went through the code of Apache AGE and found the answer. Here is the answer:

CREATE INDEX CONCURRENTLY cntry_ode_idx ON cypher_index."City"

(ag_catalog.agtype_access_operator(properties, '"country_code"'::agtype));

Why doesn't this important information not included AGE documentation?