ehatcher 2003/10/02 20:04:43 Modified: src/java/org/apache/lucene/search HitCollector.java Log: unwrap @links Revision Changes Path 1.4 +6 -6 jakarta-lucene/src/java/org/apache/lucene/search/HitCollector.java Index: HitCollector.java =================================================================== RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/search/HitCollector.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- HitCollector.java 5 Jun 2003 05:44:41 -0000 1.3 +++ HitCollector.java 3 Oct 2003 03:04:43 -0000 1.4 @@ -74,11 +74,11 @@ * </pre> * * <p>Note: This is called in an inner search loop. For good search - * performance, implementations of this method should not call [EMAIL PROTECTED] - * Searcher#doc(int)} or [EMAIL PROTECTED] - * org.apache.lucene.index.IndexReader#document(int)} on every document - * number encountered. Doing so can slow searches by an order of magnitude - * or more. + * performance, implementations of this method should not call + * [EMAIL PROTECTED] Searcher#doc(int)} or + * [EMAIL PROTECTED] org.apache.lucene.index.IndexReader#document(int)} on every + * document number encountered. Doing so can slow searches by an order + * of magnitude or more. * <p>Note: The <code>score</code> passed to this method is a raw score. * In other words, the score will not necessarily be a float whose value is * between 0 and 1.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]