What happens if you try searching only on the _raw fields, like for example:

{
    "query": {
        "filtered": {
            "filter": {
                "bool": {
                    "must": [
                    {
                        "term": { "program_area_raw": "Health Professions" }
                    },
                    {
                        "term": { "subheading_raw": "Medical" }
                    }
                    ]
                }
            }
        }
    }
}

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/ac2398bb-bd53-4e1e-b0a3-8b7fc0bf2b49%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to