mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(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:
parent
155be1078d
commit
fce26015c9
@ -125,7 +125,6 @@ public class EncyclopediaMarginaliaNuSideloader implements SideloadSource, AutoC
|
|||||||
fullHtml.append("<p>");
|
fullHtml.append("<p>");
|
||||||
fullHtml.append(part);
|
fullHtml.append(part);
|
||||||
fullHtml.append("</p>");
|
fullHtml.append("</p>");
|
||||||
break; // Only take the first part, this improves accuracy a lot
|
|
||||||
}
|
}
|
||||||
fullHtml.append("</div></body></html>");
|
fullHtml.append("</div></body></html>");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user