This handler returns the text from an indexed document in an XML format that is compliant with its XSD, available in install_location/OmniQ/config/xsd/Document.xsd
In a default installation of Sybase Search, the XML document HTTP handler and its XSD handler are available in:
http://<container-host>:<container-port>/xml/document
http://<container-host>:<container-port>/xsd/document
Parameter |
Description |
---|---|
address |
The document address of the document to fetch as XML. The document address format is <DSM-ID>-<DS-ID>-<DOC-ID> (document store manager ID, document store ID, and document ID). |
useParagraphs |
When this parameter is true, the body text of the document is broken into paragraphs and formatted between extra paragraph XML tags. If set to false, the entire body text is returned in a large, unbroken block. |