MSnowman / social-analytics

1 stars 0 forks source link

[Tech Debt] - MongoDB - Text Index #24

Closed MSnowman closed 4 years ago

MSnowman commented 4 years ago

Need to be able to create a text index on "text" tweet field inorder to search for specific tweets.

This functionality needs to be added during the creation of all new Topics

Tried implementing the index and it crashed mongo. I believe it used too much memory. Streamer was running at the time which could have played a part.

Need to remove Remove “–noIndexBuildRetry” from /etc/init.d/mongod