You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by bu...@apache.org on 2004/07/28 12:06:55 UTC

DO NOT REPLY [Bug 30360] New: - Javadocs for Scorer.java and TermScorer.java

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30360>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30360

Javadocs for Scorer.java and TermScorer.java

           Summary: Javadocs for Scorer.java and TermScorer.java
           Product: Lucene
           Version: CVS Nightly - Specify date in submission
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Search
        AssignedTo: lucene-dev@jakarta.apache.org
        ReportedBy: paul.elschot@xs4all.nl


Javadocs for Scorer.java and TermScorer.java 
Also changed build.xml to use package access for the 
javadocs target. That caused some minor error javadoc messages 
in CompoundFileReader.java and FieldInfos.java, which are also fixed. 
 
The patch posted earlier for Weight.java 
(a broken javadoc link) is also included. 
 
The attached patch is for all 5 files against the CVS top directory 
of 28 July 2004. The only dependency is that package access 
is needed for TermScorer.java. 
 
This might be changed by declaring TermScorer as a public class, 
but I preferred to use javadoc package access in build.xml 
over changing java code. 
 
Using package access for javadocs shows some more undocumented 
classes, eg. in the doc page of the search package. This might 
encourage folks to write more javadocs... 
 
Regards, 
Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-dev-help@jakarta.apache.org