From e9ddaaca51661ddae471246b798afd80ebc7eef0 Mon Sep 17 00:00:00 2001 From: Joel Bernstein Date: Sun, 7 Mar 2021 20:37:07 -0500 Subject: [PATCH] SOLR-15193: Fix typo --- solr/solr-ref-guide/src/graph.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/graph.adoc b/solr/solr-ref-guide/src/graph.adoc index fc468fbb498..4dfea59f7d4 100644 --- a/solr/solr-ref-guide/src/graph.adoc +++ b/solr/solr-ref-guide/src/graph.adoc @@ -283,7 +283,7 @@ from the baskets link to products. So limiting the out-degree will limit the siz Why does limiting the size of the shopping baskets make a stronger recommendation? To answer this question it helps to think about each shopping basket as *voting* for products that go with *butter*. In an election with two candidates if you were to vote for both candidates the votes would cancel each other out and have no effect. -But if you vote for only one candidate your vote will affect the outcome. The same principal holds true +But if you vote for only one candidate your vote will affect the outcome. The same principle holds true for recommendations. As a basket votes for more products it dilutes the strength of its recommendation for any one product. A basket with just butter and one other item more strongly recommends that item.