Uses of Class
org.springframework.ai.reader.jsoup.config.JsoupDocumentReaderConfig.Builder
Packages that use JsoupDocumentReaderConfig.Builder
-
Uses of JsoupDocumentReaderConfig.Builder in org.springframework.ai.reader.jsoup.config
Methods in org.springframework.ai.reader.jsoup.config that return JsoupDocumentReaderConfig.BuilderModifier and TypeMethodDescriptionJsoupDocumentReaderConfig.Builder.additionalMetadata
(String key, Object value) Adds this additional metadata to the all builtDocument
s.JsoupDocumentReaderConfig.Builder.additionalMetadata
(Map<String, Object> additionalMetadata) Adds this additional metadata to the all builtDocument
s.JsoupDocumentReaderConfig.Builder.allElements
(boolean allElements) Enables extracting text from all elements in the body, creating a single document.JsoupDocumentReaderConfig.builder()
Sets the character encoding to use for reading the HTML.JsoupDocumentReaderConfig.Builder.groupByElement
(boolean groupByElement) Determines if on the selected element, the content will be read on per-element base.JsoupDocumentReaderConfig.Builder.includeLinkUrls
(boolean includeLinkUrls) Enables the inclusion of link URLs in the document metadata.JsoupDocumentReaderConfig.Builder.metadataTag
(String metadataTag) Adds a metadata tag name to extract from the HTML tags.JsoupDocumentReaderConfig.Builder.metadataTags
(List<String> metadataTags) Sets the metadata tags to extract from the HTML tags.Sets the CSS selector to use for extracting elements.Sets the separator string to use when joining text from multiple elements.