Suriya Simsuwat wrote:
Hello all,

I have got a problem when logging in as Alice to publish the web page to Live.

When clicking on submit menu on workflow menu, I got the error message as below,

-----------------------------------------------------------------------------------------------------------------------------------------------------------

No pipeline matched request: modules/lucene/index-document/default/authoring//links/en at <map:mount>

this happens *after* you have actually saved the document, so you should not lose any data. it's caused by the links doctype not implementing a special match for the lucene search indexer. iiuc, whenever you submit a document, the indexer gets called, because it has registered to be notified of such events. it then calls into the doctype-specific sitemap with something like "lucene-index/<pub-id>/<area>/<language>/<uuid>", and if there is no matcher for that, an error is caused.

the reason a special match is used rather than the normal rendering is to give you a chance to tweak the search results, i.e. you can include invisible metadata fields in the index and weigh them more than normal text matches, etc.

nobody seems to really use the link doctype, because it is only a simplified example, but i agree this should be fixed.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to