Bug 750475

Summary: API doc for package search functions refers to non-existent page with Lucene Query Parser syntax
Product: [Community] Spacewalk Reporter: Jan Hutař <jhutar>
Component: DocumentationAssignee: Jan Pazdziora (Red Hat) <jpazdziora>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: low Docs Contact:
Priority: unspecified    
Version: 1.6CC: jpazdziora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: spacewalk-java-1.6.88-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-22 16:47:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 723481    

Description Jan Hutař 2011-11-01 09:15:50 UTC
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

Comment 1 Jan Pazdziora (Red Hat) 2011-12-09 14:44:11 UTC
Fixed in Spacewalk master, c755cf7bfa16dcf8f866d0a791781fd9a6e003d3. We now point to http://lucene.apache.org/java/3_5_0/queryparsersyntax.html.

Comment 2 Milan Zázrivec 2011-12-22 16:47:10 UTC
Spacewalk 1.6 has been released.