mirror of https://github.com/apache/lucene.git
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:
parent
87ba4a1258
commit
11dfdad8ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue