ES gives very different scores, in match_phrase_prefix, for similar documents even I use DfsQueryThenFetch.

2014-12-09 Thread Mehmet Cem Güntürkün
Hi everyone, I have some problems about phrase prefix search on ES. I have an index which has these documents: id:1 - ABC DEF XYZ QWE id:2 - XYZ QWE ABC DEF id:3 - ABC XYZ STH XYZ QWE id:4 - KLM PRE TUV JKL id:5 - KLM JKL PRE TUV …(40-Million records in total) when I invoke a search

Re: Failing Replica Shards

2014-11-29 Thread Mehmet Cem Güntürkün
Hey David, I have same problem now. Have you found a solution for that problem? 26 Ağustos 2014 Salı 23:08:55 UTC+3 tarihinde David Kleiner yazdı: Hello, In the past couple of days I've been getting a lot of error messages about corrupted replica shards. The primary shards come up fast

Common Term Query - Effect on performance and speed

2014-11-07 Thread Mehmet Cem Güntürkün
Hi, On my project, I have a problem like this: When I try to search any query contains the with query_string/match query it really returns results slowly like 4-5 seconds. After that, I found out that I should use common term query to ignore highly frequent words in index such as the, and.

match_phrase_prefix and scores

2014-10-13 Thread Mehmet Cem Güntürkün
Hi, I have been working on elasticsearch and I couldn't figure it out something about prefix search.I am trying to create a music search engine. However, on prefix search I have some troubles. Let me give some info about my index and mappings: { testindex: { mappings: { track: {