1 min readJul 1, 2019
Hi Shwetank!
To use neosematics you will always need to create an index for Resource. Try the following and you should be in business:
CREATE INDEX ON :Resource(uri);
Hi Shwetank!
To use neosematics you will always need to create an index for Resource. Try the following and you should be in business:
CREATE INDEX ON :Resource(uri);