Skip to content

Neo4j Error - There is no such fulltext schema index: entity #3

Description

@sherwin684

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}.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions