version: neo4j 4.4.3
after import data with admin-import, I want to create index with
``cat /mnt/neo4j/shell/create_index.cql | /mnt/neo4j/neo4j4.4/bin/cypher-shell`
create_index.cql statement as below:
CREATE CONSTRAINT company_constraint IF NOT EX...