mirror of https://github.com/apache/lucene.git
Fix typo in my name in the changelog.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1696423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bc6a8d9fff
commit
490fd35388
|
@ -467,7 +467,7 @@ Optimizations
|
|||
* LUCENE-6585: Flatten conjunctions and conjunction approximations into
|
||||
parent conjunctions. For example a sloppy phrase query of "foo bar"~5
|
||||
with a filter of "baz" will internally leapfrog foo,bar,baz as one
|
||||
conjunction. (Ryan Ernst, Robert Muir, Adrien Grande)
|
||||
conjunction. (Ryan Ernst, Robert Muir, Adrien Grand)
|
||||
|
||||
* LUCENE-6325: Reduce RAM usage of FieldInfos, and speed up lookup by
|
||||
number, by using an array instead of TreeMap except in very sparse
|
||||
|
|
Loading…
Reference in New Issue