From 01fcae43206173332b018f56aecf99ea6dfe690f Mon Sep 17 00:00:00 2001 From: Grant Ingersoll Date: Tue, 10 Oct 2006 20:55:36 +0000 Subject: [PATCH] change ref to TermScorer to TermQuery git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@462558 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/scoring.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdocs/scoring.xml b/xdocs/scoring.xml index 76c242e234b..d84a9ea2152 100644 --- a/xdocs/scoring.xml +++ b/xdocs/scoring.xml @@ -114,7 +114,7 @@ This scoring formula is described in the Similarity class. Please take the time to study this formula, as it contains much of the information about how the basics of Lucene scoring work, especially the - TermScorer. + TermQuery.