mirror of https://github.com/apache/lucene.git
LUCENE-2691: add MIGRATE.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1022039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0056057d9a
commit
82414f13a7
|
@ -312,3 +312,7 @@ LUCENE-1458, LUCENE-2111: Flexible Indexing
|
|||
- o.a.l.analysis.ReusableAnalyzerBase -> o.a.l.analysis.util.ReusableAnalyzerBase
|
||||
- o.a.l.analysis.StopwordAnalyzerBase -> o.a.l.analysis.util.StopwordAnalyzerBase
|
||||
- o.a.l.analysis.WordListLoader -> o.a.l.analysis.util.WordListLoader
|
||||
|
||||
* LUCENE-2691: The near-real-time API has moved from IndexWriter to
|
||||
IndexReader. Instead of IndexWriter.getReader(), call
|
||||
IndexReader.open(IndexWriter) or IndexReader.reopen(IndexWriter).
|
||||
|
|
Loading…
Reference in New Issue