Thanks for your quick reply.  The native field is not important. I probably will remove it.  The title_english, title_romaji (latinized version of the japanese name) and title_synonyms (a list/array) are all in latin.  Here is the output for the search query "naruto". There is a doc with the exact title "Naruto" but it did not list it in the top 10 results.
{
  "took" : 2,
  "timed_out" : false,
  "_shards" : {
    "total" : 1,
    "successful" : 1,
    "skipped" : 0,
    "failed" : 0
  },
  "hits" : {
    "total" : {
      "value" : 26,
      "relation" : "eq"
    },
    "max_score" : 10.998999,
    "hits" : [
      {
        "_index" : "anime",
        "_type" : "_doc",
        "_id" : "2266",
        "_score" : 10.998999,
        "_source" : {
          "title_romaji" : "Naruto: Shippuuden Movie 1",
          "title_english" : "Naruto Shippuden the Movie",
          "title_native" : "ナルト 疾風伝",
          "title_synonyms" : [
            "Gekijouban Naruto Shippuuden",
            "Naruto Movie 4",
            "Naruto Shippuuden Movie"
          ]
        }
      },
      {
        "_index" : "anime",
        "_type" : "_doc",
        "_id" : "3638",
        "_score" : 10.919544,
        "_source" : {
          "title_romaji" : "Naruto: Shippuuden Movie 2 - Kizuna",
          "title_english" : "Naruto: Shippuden the Movie 2 -Bonds-",
          "title_native" : "劇場版NARUTO-ナルト- 疾風伝 絆",
          "title_synonyms" : [
            "Naruto Movie 5",
            "Naruto Shippuuden Movie 2",
            "Naruto Shippuuden: Bonds"
          ]
        }
      },
      {
        "_index" : "anime",
        "_type" : "_doc",
        "_id" : "4552",
        "_score" : 10.846692,
        "_source" : {
          "title_romaji" : "Naruto: Shippuuden Movie 3 - Hi no Ishi wo Tsugu Mono",
          "title_english" : "Naruto Shippuden the Movie: The Will of Fire",
          "title_native" : "ナルト- 疾風伝 火の意志を継ぐ者",
          "title_synonyms" : [
            "Naruto Movie 6",
            "Naruto Shippuuden 3: Inheritors of Will of Fire",
            "Naruto Shippuuden Movie 3",
            "Naruto Shippuuden: Gekijouban Naruto Shippuuden: Hi no Ishi o Tsugu Mono"
          ]
        }
      },
      {
        "_index" : "anime",
        "_type" : "_doc",
        "_id" : "1573",
        "_score" : 10.776477,
        "_source" : {
          "title_romaji" : "Naruto: Shippuuden",
          "title_english" : "Naruto: Shippuden",
          "title_native" : "ナルト- 疾風伝",
          "title_synonyms" : [
            "Naruto Shippuden",
            "Naruto Shippuuden"
          ]
        }
      }
   }
}