ElasticSearch - Search fuzzyness - SQS -


i have data going elasticsearch - when search spiderman, want return direct spiderman matches , things match spider-man --- doesn't seem working though, thoughts?

sample data

title: spiderman title: spider-man 

query:

{       "query": {         "simple_query_string": {           "query": "spiderman~3",           "analyzer": "standard"         }       }     } 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -