Full text search options for MongoDB setup

前端 未结 7 516
陌清茗
陌清茗 2020-12-23 15:03

We are planning to store millions of documents in MongoDB and full text search is very much required. I read Elasticsearch and Solr are the best available solutions for full

相关标签:
7条回答
  • 2020-12-23 15:30

    Full text search become possible in product environment with Mongodb since the version 2.6 by creating text index on the required fields. indexe text in mongodb

    0 讨论(0)
提交回复
热议问题