I have documents like this:
{
'body': '',
'date': '',
}
I want to get documents with these conditions:
- body contains all of: ['a', 'b', 'c']
- and contains one of: ['d', 'e', 'f']
- and contains exactly these phrases: ['g h i', 'j k l']
- and not contains: ['m', 'n']
How can I create this query?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…