fixed typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@543078 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Busch 2007-05-31 07:54:29 +00:00
parent 87ba4a1258
commit 11dfdad8ab
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ Optimizations
7. LUCENE-866: Adds multi-level skip lists to the posting lists. This speeds
up most queries that use skipTo(), especially on big indexes with large posting
lists. For average AND queries the speedup is about 20%, for queries that
contain very frequence and very unique terms the speedup can be over 80%.
contain very frequent and very unique terms the speedup can be over 80%.
(Michael Busch)
Documentation