mirror of https://github.com/apache/lucene.git
Remove mention of limitation that no longer exists.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150564 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d82e2362f4
commit
36fab121e3
|
@ -74,9 +74,7 @@ $Id$
|
||||||
still somewhat slower than FSDirectory. However it uses less
|
still somewhat slower than FSDirectory. However it uses less
|
||||||
memory per query term, since a new buffer is not allocated per
|
memory per query term, since a new buffer is not allocated per
|
||||||
term, which may help applications which use, e.g., wildcard
|
term, which may help applications which use, e.g., wildcard
|
||||||
queries. It also should, in theory, someday be faster. A
|
queries. It may also someday be faster. (cutting & Paul Elschot)
|
||||||
downside is, due to limitations of the nio APIs, this does not
|
|
||||||
work with indexes containing files larger than 2^31 bytes. (cutting)
|
|
||||||
|
|
||||||
16. Optimize the performance of certain uses of BooleanScorer,
|
16. Optimize the performance of certain uses of BooleanScorer,
|
||||||
TermScorer and IndexSearcher. In particular, a BooleanQuery
|
TermScorer and IndexSearcher. In particular, a BooleanQuery
|
||||||
|
|
Loading…
Reference in New Issue