From 717a6e1eeb344383847d8cafd7c138453d544e45 Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Wed, 12 Aug 2009 01:33:30 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@803343 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 89791d1eaa0..e82ec20af6f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -295,7 +295,7 @@ API Changes NumericRangeQuery and its new indexing format for numeric or date values. (Uwe Schindler) -24. LUCENE-1630, LUCENE-1771: Weight is now an abstract class, andd adds +24. LUCENE-1630, LUCENE-1771: Weight is now an abstract class, and adds a scorer(IndexReader, boolean /* scoreDocsInOrder */, boolean /* topScorer */) method instead of scorer(IndexReader). IndexSearcher uses this method to obtain a scorer matching the capabilities of the Collector