this is not a typo! it is TREC

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1450253 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2013-02-26 16:19:00 +00:00
parent 57844edcd7
commit 75305179e9
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, * BM25 Similarity. Introduced in Stephen E. Robertson, Steve Walker,
* Susan Jones, Micheline Hancock-Beaulieu, and Mike Gatford. Okapi at TREC-3. * 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. * Gaithersburg, USA, November 1994.
* @lucene.experimental * @lucene.experimental
*/ */