Done in
https://github.com/xwiki/xwiki-platform/commit/38c7c7ad35de48619cdce0bf22f5…
Note that besides LucenePlugin and LucenePluginApi I left out of the
internal package two other classes : SearchResults and SearchResult,
which should be considered API as well since they are exposed to
scripts/templates by the plugin.
Jerome
On 11/28/2012 05:48 PM, Jerome Velociter wrote:
Hello,
Right now all code in the lucene plugin is exposed as API while almost
none of it is actual API.
I would like to move all lucene plugin classes to an internal package,
except for "LucenePluginApi". For the non API "LucenePlugin", I'm
not
sure, since moving it would break users conf (xwiki.cfg).
WDYT ?
My +1,
Jerome