Ha, believe it or not, but I visited Marblehead last summer. It is a lovely town.
So, you're saying the must clause looks like this?
"must": [
{
"match": {
"source": {
"query": "<Craigslist>",
"fuzziness": "0",
"operator": "and"
}
}
},
{
"match": {
"today": {
"query": "<2018-239>"
}
}
}
]
Let me ask you: why the angle brackets in your queries? Those should not be there. Anyway, they should not influence the search results normally.
Would you mind sharing the settings and the mappings of the index? Just do a
GET bupstest9
and post the output. If it's too large, maybe you can create a gist and share a link to that.