java - Frequency in dfs_query_then_fetch in ElasticSearch -
i trying fetch docfrequency across shards each response. tried default search(query_then_fetch ) , dfs_query_then_fetch. both of them returned different score , docfrequency same matched result. so, docfrequency global in both cases or particular shard in both cases ? , how can global frequency ?
Comments
Post a Comment