Hi all,
I'm working on a brand new Confluence 6.2.2 instance to test a new feature that I would like to implement, to be more specific a query mapper for a custom search. Using this guide https://developer.atlassian.com/confdev/plugin-cookbook/extending-the-v2-search-api that extends V2 search (so I guess that should work on Confluence 6.2.2) I create my SimpleQuery and my SimpleQueryMapper class and added in my atlassian-plugin.xml the following
<lucene-query-mapper key="simple" class="com.my.package.confluence.SimpleQueryMapper" handles="simple"/>
When I install the plugin I can see the component on the Add-on interface, but the constructor of the SimpleQueryMapper is not called at all.
Am I missing something or what?
Thank you,
Marco
Hi!
did you figure out that problem?
I will be happy to read
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.