I am getting an error with the graph_retriver function where the fulltext search is being done. The method
db.index.fulltext.queryNodes("entity", $query, {limit:2})
returns an error saying that :
There is no such fulltext schema index: entity.
The full error reads
ClientError: {code: Neo.ClientError.Procedure.ProcedureCallFailed} {message: Failed to invoke procedure db.index.fulltext.queryNodes: Caused by: java.lang.IllegalArgumentException: There is no such fulltext schema index: entity}.
I am getting an error with the graph_retriver function where the fulltext search is being done. The method
db.index.fulltext.queryNodes("entity", $query, {limit:2})returns an error saying that :
The full error reads