FS1360472174 / nosql-mongo

mongo knowledge
4 stars 4 forks source link

Text Search #6

Open FS1360472174 opened 7 years ago

FS1360472174 commented 7 years ago

1.在需要检索的column上面添加index text-search

2.db.collections.find( {$text:{$search:"java people"}} ) search 的词组可以是多个,可以踢出某个,比较灵活

FS1360472174 commented 7 years ago