oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.36k stars 748 forks source link

Please can you publish a schema for the configuration.xml file #2768

Closed msillence closed 5 years ago

msillence commented 5 years ago

Feature request

Recently I was trying to configure the suggesterConfig to reduce the allowedFields and though I'm familiar with xml beans I had to look up the source code as this isn't documented on the opengrok site. For others I imagine it might help if there were a schema published as many tools can then aid them.

vladak commented 5 years ago

I am afraid there is no such a thing. Short term, the configuration tunables should be properly documented - the suggester tunables are described in detail on https://github.com/oracle/opengrok/wiki/Suggester#configuration. Long term, we need to replace the XML format with something else (#2329).