Is MongoDB a valid alternative to relational db + lucene?

后端 未结 10 784
醉酒成梦
醉酒成梦 2021-01-30 09:13

On a new project I need a hard use of lucene for a searcher implementation. This searcher will be a very important (and big) piece of the project. Is valid or convenient replaci

10条回答
  •  时光取名叫无心
    2021-01-30 09:56

    Look's possible but slower (see here)

    • You will have to do word splitting and stemming your self.
    • Ranking of queries 'requires user supplied code to do so'

提交回复
热议问题