speedup by deferring docMap and postings until needed

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@329069 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2005-10-28 03:45:35 +00:00
parent 1bc04d2c65
commit a7ef75f3e8
1 changed files with 6 additions and 0 deletions

View File

@ -265,6 +265,12 @@ Optimizations
result in quadratic performance. Now performance is n log(n).
(Doug Cutting)
10. Speed up the creation of TermEnum for indicies with multiple
segments and deleted documents, and thus speed up PrefixQuery,
RangeQuery, WildcardQuery, FuzzyQuery, RangeFilter, DateFilter,
and sorting the first time on a field.
(Yonik Seeley, LUCENE-454)
Infrastructure
1. Lucene's source code repository has converted from CVS to