I'm attempting to add qie against a db collection, looking at the qie documentation it's suitably vague about what url it uses - "...to be matched against name strings in the .urls file" url file whats that, any documentation on that?
It makes sense for a crawl collection where the indexed url is the url which the qie file uses.
In a db collection the url by default is a record id of the database eg:
local://serve-db-document.tcgi?collection=wat&record_id=932
So using the XML Processing interface and swapping that default URL from the record_id to an actual URL, does the qie file use this new URL, Im guessing the qie is applied before the XML processing is run?
Is a custom filter the way to solve this?
https://docs.funnelback.com/15.24/develop/programming-options/document-filtering/filter_example_modify_url.html