Hi Guys,

For some reason when I do the following Phrase Match query I do not get any 
results does anyone mind explaining why this is happening? 

Below one can find the mapping and query being used

 "settings": {
>
>      "analysis": {
>
>          "filter": {
>
>                  "token_ngrams": {
>
>                  "min_shingle_size": 2,
>
>                      "max_shingle_size": 4,
>
>                      "type": "shingle"
>
>              },
>
>                  "synoynm_filter": {
>
>                  "synonyms_path": ".. path ...",
>
>                      "type": "synonym"
>
>              }
>
>          },
>
>          "analyzer": {
>
>              "title_analyzer": {
>
>                  "filter": ["standard", "lowercase", "asciifolding", 
>> "synoynm_filter", "porter_stem", "token_ngrams"],
>
>                      "type": "custom",
>
>                      "tokenizer": "standard"
>
>              }
>
>          }
>
>      }
>
>  }
>
>      
>
>     
>
>  "match": {
>
>      "_all": {
>
>          "query": "CompassMD is a SaaS platform",
>
>              "type": "phrase",
>
>                  "analyzer": "title_analyzer"
>
>      }
>
>  }
>
>

-- 
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/86a59b42-8e7d-4a37-a2ab-91f2e85fb7e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to