码迷,mamicode.com
首页 > 其他好文 > 详细

Distributed Result Grouping Caveats

时间:2016-06-08 19:08:57      阅读:241      评论:0      收藏:0      [点我收藏+]

标签:

Distributed Result Grouping Caveats

Grouping is supported distributed searches, with some caveats:

1)Currently group.func is not supported in any distributed searchers.

2)group.ngroups and group.facet require that all documents in each group must be co-located on the same shard in order for accurate counts to be returned.

Document routing via composite keys can be a useful solution in many situation.

 

Shards and Indexing Data in SolrCloud

Document Routing

1)compositeId

two levels of routing; shard_key/num!document_id;

2)implicit

 

ps.

Ingoring Commits from Client Applications in SolrCloud

openSearcher=false/true

softCommit/hardCommit

 

Distributed Result Grouping Caveats

标签:

原文地址:http://www.cnblogs.com/huangfox/p/5570733.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!