URL-decode an item in search results.
static void UrlDecodeItem(const char * url, DString& indexPath, long& docId, DArrayAsVector<long>& hits);
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-2012 dtSearch Corp. All rights reserved.
|