mirror of https://github.com/apache/lucene.git
*** empty log message ***
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150512 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
99d5aeee4a
commit
74cadb2dcf
12
CHANGES.txt
12
CHANGES.txt
|
@ -44,6 +44,18 @@ $Id$
|
|||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue