Description of problem: API doc for package search functions refers to non-existent page with Lucene Query Parser syntax. Version-Release number of selected component (if applicable): spacewalk-java-1.6.68-1.el5 How reproducible: always Steps to Reproduce: 1. https://<fqdn>/rhn/apidoc/handlers/PackagesSearchHandler.jsp 2. Check references from documentation of advanced, advancedWithActKey and advancedWithChannel Actual results: Link "here" points to http://lucene.apache.org/java/2_3_2/queryparsersyntax.html but IMO should be http://lucene.apache.org/java/2_9_1/queryparsersyntax.html or better some more general stuff. Expected results: Referenced documentation should exist. Additional info: # locate \*lucene\* /usr/share/nutch/lib/lucene-core-2.3.0.jar /usr/share/nutch/lib/lucene-misc-2.3.0.jar /usr/share/nutch/plugins/lib-lucene-analyzers /usr/share/nutch/plugins/summary-lucene /usr/share/nutch/plugins/lib-lucene-analyzers/lucene-analyzers-2.3.0.jar /usr/share/nutch/plugins/lib-lucene-analyzers/plugin.xml /usr/share/nutch/plugins/summary-lucene/lucene-highlighter-2.3.0.jar /usr/share/nutch/plugins/summary-lucene/plugin.xml /usr/share/nutch/plugins/summary-lucene/summary-lucene.jar /usr/share/rhn/search/lib/lucene-analyzers-2.3.2.jar /usr/share/rhn/search/lib/lucene-core-2.3.2.jar
Fixed in Spacewalk master, c755cf7bfa16dcf8f866d0a791781fd9a6e003d3. We now point to http://lucene.apache.org/java/3_5_0/queryparsersyntax.html.
Spacewalk 1.6 has been released.