goller 2004/09/15 09:41:26 Modified: . CHANGES.txt Log: Revision Changes Path 1.108 +13 -1 jakarta-lucene/CHANGES.txt Index: CHANGES.txt =================================================================== RCS file: /home/cvs/jakarta-lucene/CHANGES.txt,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- CHANGES.txt 14 Sep 2004 22:19:53 -0000 1.107 +++ CHANGES.txt 15 Sep 2004 16:41:26 -0000 1.108 @@ -44,6 +44,18 @@ forces you to specify the desired date resolution (e.g. month, day, second, ...) which can make RangeQuerys on those fields more efficient. (Daniel Naber) + + 9. PhraseQuery and PhrasePrefixQuery now allow the explicit specification + of relative positions. (Christoph Goller) + + 10. QueryParser changes: Fix for ArrayIndexOutOfBoundsExceptions + (patch #9110); some unused method parameters removed; The ability + to specify a minimum similarity for FuzzyQuery has been added. + (Christoph Goller) + + 11. Added support for binary stored fields (patch #29370) + (Drew Farris and Bernhard Messer via Christoph) + 1.4.1
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]