(encyclopedia) Index the full articles

Previously, in an experimental change, only the first paragraph was indexed, intended to reduce the amount of noisy tangential hits.  This was not a good idea, so the change is reverted.
This commit is contained in:
Viktor Lofgren 2024-04-16 12:10:13 +02:00
parent 155be1078d
commit fce26015c9

View File

@ -125,7 +125,6 @@ public class EncyclopediaMarginaliaNuSideloader implements SideloadSource, AutoC
fullHtml.append("<p>");
fullHtml.append(part);
fullHtml.append("</p>");
break; // Only take the first part, this improves accuracy a lot
}
fullHtml.append("</div></body></html>");