mirror of https://github.com/apache/lucene.git
LUCENE-2124: fix javadocs from the move, thanks Steven
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@892743 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9892d10205
commit
6e6acefb05
|
@ -66,7 +66,7 @@ Build
|
||||||
|
|
||||||
* LUCENE-2124: Moved the JDK-based collation support from contrib/collation
|
* LUCENE-2124: Moved the JDK-based collation support from contrib/collation
|
||||||
into core, and moved the ICU-based collation support into contrib/icu.
|
into core, and moved the ICU-based collation support into contrib/icu.
|
||||||
(Robert Muir)
|
(Steven Rowe, Robert Muir)
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
|
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
<code>CollationKey</code>s. <code>icu4j-collation-4.0.jar</code>,
|
<code>CollationKey</code>s. <code>icu4j-collation-4.0.jar</code>,
|
||||||
a trimmed-down version of <code>icu4j-4.0.jar</code> that contains only the
|
a trimmed-down version of <code>icu4j-4.0.jar</code> that contains only the
|
||||||
code and data needed to support collation, is included in Lucene's Subversion
|
code and data needed to support collation, is included in Lucene's Subversion
|
||||||
repository at <code>contrib/collation/lib/</code>.
|
repository at <code>contrib/icu/lib/</code>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Use Cases</h2>
|
<h2>Use Cases</h2>
|
||||||
|
|
Loading…
Reference in New Issue