Reputation: 11
Is it ok to store text data in the graph nodes when text analysis will be a requirement?
I have an application in mind involving thousands documents that are interlinked through subject, author, references etc.. I want to store the links between the documents but also be able to analyse the text of the documents using text analysis techniques, text analysis will also require analysing the text of documents on all nodes to arrive at word counts etc.
At the moment I've researched a number to options trying to arrive at the best/most practical:
Can anyone suggest if one or other of these is the best approach to implement?
Thanks,
Paul
Upvotes: 1
Views: 960
Reputation: 351
Neo4js default index provider (Lucene) can do some text analytics. If that is not enough then 3 or 4 is prob the best.
Upvotes: 1