From 881ab33b81808461364c033dfbc1de1207ef7844 Mon Sep 17 00:00:00 2001 From: Grant Ingersoll Date: Sun, 11 Feb 2007 18:12:17 +0000 Subject: [PATCH] Forgot changes.txt updates for 762 git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@506083 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 0551d4b2426..b239f365a0a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -109,6 +109,10 @@ New features flushRamSegments()) to flush all pending updates (held in RAM), to the Directory. (Ning Li via Mike McCandless) +14. LUCENE-762: Added in SIZE and SIZE_AND_BREAK FieldSelectorResult options + which allow one to retrieve the size of a field without retrieving the actual field. + (Chuck Williams via Grant Ingersoll) + API Changes 1. LUCENE-438: Remove "final" from Token, implement Cloneable, allow