git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1450249 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-02-26 16:09:20 +00:00
parent 626b50ad9e
commit 57844edcd7
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import org.apache.lucene.util.SmallFloat;
/**
* BM25 Similarity. Introduced in Stephen E. Robertson, Steve Walker,
* Susan Jones, Micheline Hancock-Beaulieu, and Mike Gatford. Okapi at TREC-3.
* In Proceedings of the Third Text REtrieval Conference (TREC 1994).
* In Proceedings of the Third Text Retrieval Conference (TREC 1994).
* Gaithersburg, USA, November 1994.
* @lucene.experimental
*/