YQL (simplified):
select * from sources * where language contains "de" and description contains "computer";
Result (simplified):
{
"root": {
...
"children": [
{
"id": "id:post:post::123",
"relevance": 0,
"source": "content",
"fields": {
"sddocname": "post",
"description": "<sep /> coffee machine <hi>de</hi> longhi contains a <hi>computer</hi> <sep />",
}
}
]
}
}
How to tell Vespa to create the snippets from "computer" but not from "de"?