You are here: C++ Support Classes > dtSearch Namespace > Classes > DSearchResults Class > DSearchResults::UrlDecodeItem Method
Close
dtSearch Text Retrieval Engine Programmer's Reference
DSearchResults::UrlDecodeItem Method
Syntax
C++
static void UrlDecodeItem(const char * url, DString& indexPath, long& docId, DArrayAsVector<long>& hits);

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.

Copyright (c) 1995-2023 dtSearch Corp. All rights reserved.