Skip to content

resolves #22 build the indexable documents in serial

Build the indexable document (the representation of the HTML document in the search index) in serial so the parsed HTML for only one page is held in memory at a time.

Merge request reports