hari-p
10/3/2017 - 3:37 AM

match_phrase example

match_phrase example

POST /bibdatahp/bibdatatype/_search 
{
   "query": {
      "match_phrase": {
         "electronicLocation": "http://www.storylineonline.net/harry-the-dirty-dog/"
      }
   }
}