pdqumbraco
03/01/2024, 8:59 AMLars-Erik
03/01/2024, 9:49 AMProductIndexPopulator
, instead of getting content from Umbraco, you'd scrape your HTML files using whatever means you like. The ValueSet
collection could be as simple as a "body" field with all the text, or you could parse metadata as well and store several fields per "doc".
After that it'll behave just like any other index. Also see the part about MultiIndexSearcher in the same doc. area. for examples on how you can combine the search with your regular content search.pdqumbraco
03/01/2024, 3:05 PMLars-Erik
03/01/2024, 3:16 PMpdqumbraco
03/01/2024, 4:28 PM