mirror of https://github.com/apache/lucene.git
bump 3.3-dev to 3.4-dev
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138357 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8d61139abb
commit
4ce9d15bb4
|
@ -485,6 +485,10 @@ Bug fixes
|
|||
|
||||
======================= Lucene 3.x (not yet released) ================
|
||||
|
||||
(No changes)
|
||||
|
||||
======================= Lucene 3.3.0 =======================
|
||||
|
||||
Changes in backwards compatibility policy
|
||||
|
||||
* LUCENE-3140: IndexOutput.copyBytes now takes a DataInput (superclass
|
||||
|
|
|
@ -55,6 +55,10 @@ Bug Fixes
|
|||
|
||||
======================= Lucene 3.x (not yet released) ================
|
||||
|
||||
(No changes)
|
||||
|
||||
======================= Lucene 3.3.0 =======================
|
||||
|
||||
New Features
|
||||
|
||||
* LUCENE-152: Add KStem (light stemmer for English).
|
||||
|
|
|
@ -58,6 +58,13 @@ public enum Version {
|
|||
*/
|
||||
@Deprecated
|
||||
LUCENE_33,
|
||||
|
||||
/**
|
||||
* Match settings and bugs in Lucene's 3.4 release.
|
||||
* @deprecated (4.0) Use latest
|
||||
*/
|
||||
@Deprecated
|
||||
LUCENE_34,
|
||||
|
||||
/** Match settings and bugs in Lucene's 4.0 release.
|
||||
* <p>
|
||||
|
|
|
@ -247,6 +247,10 @@ Documentation
|
|||
|
||||
======================= 3.x (not yet released) ================
|
||||
|
||||
(No changes)
|
||||
|
||||
================== 3.3.0 ==================
|
||||
|
||||
New Features
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -17,7 +17,11 @@ $Id$
|
|||
the Solr 3.x ICUCollationKeyFilterFactory, and also supports
|
||||
Locale-sensitive range queries. (rmuir)
|
||||
|
||||
================== 3.3.0-dev ==============
|
||||
================== 3.4.0-dev ==============
|
||||
|
||||
(No Changes)
|
||||
|
||||
================== 3.3.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
|
|
|
@ -9,13 +9,13 @@ CHANGES
|
|||
$Id$
|
||||
================== Release 4.0.0-dev ==============
|
||||
|
||||
* SOLR-2448: Search results clustering updates: bisecting k-means
|
||||
clustering algorithm added, loading of Carrot2 stop words from
|
||||
<solr.home>/conf/carrot2 (SOLR-2449), using Solr's stopwords.txt
|
||||
for clustering (SOLR-2450), output of cluster scores (SOLR-2505)
|
||||
(Stanislaw Osinski, Dawid Weiss).
|
||||
(No Changes)
|
||||
|
||||
================== Release 3.3.0-dev ==============
|
||||
================== Release 3.4.0-dev ==============
|
||||
|
||||
(No Changes)
|
||||
|
||||
================== Release 3.3.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
|
|
|
@ -12,7 +12,11 @@ $Id$
|
|||
|
||||
(No Changes)
|
||||
|
||||
================== 3.3.0-dev ==============
|
||||
================== 3.4.0-dev ==============
|
||||
|
||||
(No changes)
|
||||
|
||||
================== 3.3.0 ==================
|
||||
|
||||
* SOLR-2551: Check dataimport.properties for write access (if delta-import is supported
|
||||
in DIH configuration) before starting an import (C S, shalin)
|
||||
|
|
|
@ -28,7 +28,11 @@ $Id$
|
|||
|
||||
(No Changes)
|
||||
|
||||
================== Release 3.3.0-dev ==============
|
||||
================== Release 3.4.0-dev ==============
|
||||
|
||||
(No Changes)
|
||||
|
||||
================== Release 3.3.0 ==================
|
||||
|
||||
(No Changes)
|
||||
|
||||
|
|
|
@ -23,7 +23,11 @@ $Id$
|
|||
|
||||
(No Changes)
|
||||
|
||||
================== 3.3.0-dev ==============
|
||||
================== 3.4.0-dev ==============
|
||||
|
||||
(No Changes)
|
||||
|
||||
================== 3.3.0 ==================
|
||||
|
||||
New Features
|
||||
----------------------
|
||||
|
|
Loading…
Reference in New Issue