Skip to content

Commit a4410f3

Browse files
committed
actually let's validate these
1 parent cac6d57 commit a4410f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

solr/solr-ref-guide/modules/indexing-guide/pages/luke-request-handler.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,5 @@ The `index` flags are index-derived (not schema-derived) and may legitimately di
166166

167167
Per-field detailed statistics (`topTerms`, `distinct`, `histogram`) are not merged across shards.
168168
These statistics are shard-local and appear in each shard's entry under the `shards` key.
169-
For cross-shard term-level aggregation, use Solr's xref:query-guide:faceting.adoc[faceting API] which provides refinement and distributed aggregation.
169+
For cross-shard term-level aggregation, Solr's xref:query-guide:faceting.adoc[faceting API] provides refinement and distributed aggregation, though it differs from Luke's term statistics: faceting ignores deleted documents, is more flexible, and is generally more expensive.
170+
A case could be made for adding merge strategies for Luke-powered term statistics (which offer better performance at the cost of flexibility), however this would require community interest to motivate.

0 commit comments

Comments
 (0)