mirror of https://github.com/apache/lucene.git
LUCENE-1371: added entry in CHANGES for API change
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@691559 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4ae5fcbf53
commit
01fada8d1d
|
@ -130,7 +130,7 @@ API Changes
|
|||
subclasses can create their own subclasses of each Query type.
|
||||
(John Wang via Mike McCandless)
|
||||
|
||||
20. LUCENE-753: Added new Directory implementation
|
||||
21. LUCENE-753: Added new Directory implementation
|
||||
org.apache.lucene.store.NIOFSDirectory, which uses java.nio's
|
||||
FileChannel to do file reads. On most non-Windows platforms, with
|
||||
many threads sharing a single searcher, this may yield sizable
|
||||
|
@ -138,6 +138,9 @@ API Changes
|
|||
which only allows a single thread to read from an open file at a
|
||||
time. (Jason Rutherglen via Mike McCandless)
|
||||
|
||||
22. LUCENE-1371: Added convenience method TopDocs Searcher.search(Query query, int n).
|
||||
(Mike McCandless)
|
||||
|
||||
Bug fixes
|
||||
|
||||
1. LUCENE-1134: Fixed BooleanQuery.rewrite to only optimize a single
|
||||
|
|
Loading…
Reference in New Issue