mirror of https://github.com/apache/lucene.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1450249 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
626b50ad9e
commit
57844edcd7
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue