tgrez / sejm-ngram

visualization of trends in the use of words and phrases in the parliament
http://www.sejmotrendy.pl
12 stars 4 forks source link

elasticsearch - searching phrases #67

Open tgrez opened 9 years ago

tgrez commented 9 years ago

Enable making queries consisting of multiple words. Such query should return only results which contain the exact phrase.

paszcior commented 8 years ago

Have a look at http://joelabrahamsson.com/elasticsearch-101/. In the Mapping part of the article they want to search "Francis Ford Copolla" and get 0 hits until they change the way the map data when indexing.

siemionides commented 8 years ago

I'm adding that for the future, since currently we have a solutoin that works in acceptable times of responses @tgrez @paszcior

tgrez commented 8 years ago

This is not about response time, but about searching for phrases instead of single words.

Still, this can be left for future.