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:
Adrien Grand 2015-08-18 14:13:49 +00:00
parent bc6a8d9fff
commit 490fd35388
1 changed files with 1 additions and 1 deletions

View File

@ -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