Retrieves a single field from the field-value pairs containing document properties. For a list of the properties included, see dtsSearchResults::getDocInfoStrings Method
URL-decode an item in search results. An item is url-encoded by storing the index path, document id, and hit offsets. Decoding extracts these values from the url-encoded string.
URL-encode an item in search results. An item is url-encoded by storing the index path, document id, and hit offsets. Some browsers and web servers are unable to handle very long URLs, so the string generated should be limited, using the maxLen parameter, to 1024 characters.
Used to implement lazy initialization of the DocInfoString and DocInfoItems properties, which are collections of named properties that are time-consuming to construct and often not used.
Retrieves a single field from the field-value pairs containing document properties. For a list of the properties included, see dtsSearchResults::getDocInfoStrings Method
URL-decode an item in search results. An item is url-encoded by storing the index path, document id, and hit offsets. Decoding extracts these values from the url-encoded string.
URL-encode an item in search results. An item is url-encoded by storing the index path, document id, and hit offsets. Some browsers and web servers are unable to handle very long URLs, so the string generated should be limited, using the maxLen parameter, to 1024 characters.
Used to implement lazy initialization of the DocInfoString and DocInfoItems properties, which are collections of named properties that are time-consuming to construct and often not used.