From 61365086704806638e2923eaf0979fb125d2dfb3 Mon Sep 17 00:00:00 2001 From: Mark Robert Miller Date: Wed, 19 Aug 2009 16:32:21 +0000 Subject: [PATCH] to/do typo and minor formatting fix git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@805869 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 9550025ec34..7867c072585 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -417,7 +417,7 @@ Bug fixes public APIs to throw InterruptedException. (Jeremy Volkman vai Mike McCandless) -4. LUCENE-1590: Fixed stored-only Field instances to not change the +4. LUCENE-1590: Fixed stored-only Field instances do not change the value of omitNorms, omitTermFreqAndPositions in FieldInfo; when you retrieve such fields they will now have omitNorms=true and omitTermFreqAndPositions=false (though these values are unused). @@ -692,11 +692,11 @@ New features disable loading them with a new constructor switch. (Mark Miller) 33. LUCENE-1341: Added BoostingNearQuery to enable SpanNearQuery functionality - with payloads (Peter Keegan, Grant Ingersoll) + with payloads (Peter Keegan, Grant Ingersoll) 34. LUCENE-1790: Added BoostingFunctionTermQuery to enable scoring of payloads - based on the maximum payload seen for a document. - Slight refactoring of Similarity and other payload queries (Grant Ingersoll) + based on the maximum payload seen for a document. + Slight refactoring of Similarity and other payload queries (Grant Ingersoll) 36. LUCENE-1749: Addition of FieldCacheSanityChecker utility, and hooks to use it in all existing Lucene Tests. This class can