--
You received this message because you are subscribed to the Google Groups "DigitalPebble" group.
To unsubscribe from this group and stop receiving emails from it, send an email to digitalpebbl...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/digitalpebble/8b029af3-d44b-4ab5-9a6b-43cb358ccefc%40googlegroups.com.
Thanks Julien. This is helpful. I can successfully extend sitemap parser and parse and transfer metadata values into outlink status index. However, as you raised, still trying to figure out how to pass metadata into content index storage using existing implementation.
indexer.md.mapping: | |
- parse.title=title | |
- parse.keywords=keywords | |
- parse.description=description |
Unfortunately I don't have control on the source to create a custom non sitemap format which would need development on the other side and may not be feasible. Or I should parse sitemap to generate the information at a separate format as you suggested and let custom parser take it from there. I'll spend some more time to explore the options I have. Thanks again.thanksravi
On Monday, March 16, 2020 at 9:58:44 AM UTC-4, ravis...@gmail.com wrote:We have a use case to pass custom metadata of documents stored in a content management repository (not part of document metadata) into elastic search,One option we are considering is to add custom metadata into our sitemap.xml. This would need us to develop our custom SiteMapParserBolt, customizing parser to use custom xsd, handers etc to parse and seed metadata from our sitemap.But would this be an issue to have our custom sitemap parse implementation with future upgrade and is there a better approach for this scenario . Please let me know.thanksravi
--
You received this message because you are subscribed to the Google Groups "DigitalPebble" group.
To unsubscribe from this group and stop receiving emails from it, send an email to digitalpebbl...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/digitalpebble/1c84376a-92d6-4ac7-a2e1-bb0c453ca75c%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "DigitalPebble" group.
To unsubscribe from this group and stop receiving emails from it, send an email to digitalpebbl...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/digitalpebble/ed08d021-28c8-41c8-b308-5b5495b0ae55%40googlegroups.com.