dnaber 2004/08/15 04:37:37 Modified: src/java/org/apache/lucene/search Similarity.java Log: fix a link in the API doc and avoid an Eclipse warning Revision Changes Path 1.13 +2 -2 jakarta-lucene/src/java/org/apache/lucene/search/Similarity.java Index: Similarity.java =================================================================== RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/search/Similarity.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Similarity.java 29 Mar 2004 22:48:04 -0000 1.12 +++ Similarity.java 15 Aug 2004 11:37:36 -0000 1.13 @@ -112,8 +112,8 @@ * and larger values when <code>numTokens</code> is small. * * <p>That these values are computed under [EMAIL PROTECTED] - * IndexWriter#addDocument(Document)} and stored then using - * {#encodeNorm(float)}. Thus they have limited precision, and documents + * IndexWriter#addDocument(org.apache.lucene.document.Document)} and stored then using + * [EMAIL PROTECTED] #encodeNorm(float)}. Thus they have limited precision, and documents * must be re-indexed if this method is altered. * * @param fieldName the name of the field
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]