I index the content based on type like "City", "State", "Neighborhood". Are they falling into the single shard or different index will fall into different shards?
Sad that you don't want to try and check if that's solving or not the problem you described.
Anyway. In ES prior to 7.0, there are 5 shards by default. A document might go to one of those. Unless you are using the same routing key. The default routing key is the document id.
Oh I did try dfs_query_then_fetch before, this did make the results ranked more reasonably. Thought still for some use cases, exact match are not in the first place.
That's why I am eager to learn more behind the scenes and how can I get the better results
Are you suggesting that I am storing all of the things into one document? Or stop using querystring?
Btw, just curious , is there a query builder that suits for both short text matches as well as phrases/paragraphs?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.