Recently, in our organization, we decided to work with the maven site plugin and maintain all the documentation about our project on the site created by maven. However, I did not find a way to add a search function, the only thing I found was that some skins provide integration with the Google search engine, but I cannot use it because we work on our own network and there is no way to make it โindexableโ from the outside.
So my question is: can anyone suggest a solution for the descent? I was thinking of developing my maven plugin that would launch lucene and index everything by itself, and then provide an API to use this search from the site, but I hope I don't need to reinvent the wheel :) So any suggestion would be welcome here
Thank you in advance
source share