Mongodb atlas search: which analyzer is the best for searching multiple terms with AND condition
I'm trying to build MongoDB Atlas full text search index. However, I'm struggle a bit with the analyzers. Here is my index: { "analyzer": "lucene.standard", "searchAnalyzer": "lucene.standard", "mappings": { "dynamic": false, "fields": { "description": { "type": "string" } } }…