[
https://issues.apache.org/jira/browse/LUCENE-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793074#action_12793074
]
Steven Rowe commented on LUCENE-2124:
-------------------------------------
Robert, I noticed something you missed in the move - here's a trivial patch:
{code}
Index: contrib/icu/src/java/overview.html
===================================================================
--- contrib/icu/src/java/overview.html (revision 892657)
+++ contrib/icu/src/java/overview.html (working copy)
@@ -34,7 +34,7 @@
<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
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>
<h2>Use Cases</h2>
{code}
> move JDK collation to core, ICU collation to ICU contrib
> --------------------------------------------------------
>
> Key: LUCENE-2124
> URL: https://issues.apache.org/jira/browse/LUCENE-2124
> Project: Lucene - Java
> Issue Type: Task
> Components: contrib/*, Search
> Reporter: Robert Muir
> Assignee: Robert Muir
> Priority: Minor
> Fix For: 3.1
>
> Attachments: LUCENE-2124.patch, LUCENE-2124.patch
>
>
> As mentioned on the list, I propose we move the JDK-based
> CollationKeyFilter/CollationKeyAnalyzer, currently located in
> contrib/collation into core for collation support (language-sensitive sorting)
> These are not much code (the heavy duty stuff is already in core,
> IndexableBinaryString).
> And I would also like to move the
> ICUCollationKeyFilter/ICUCollationKeyAnalyzer (along with the jar file they
> depend on) also currently located in contrib/collation into a contrib/icu.
> This way, we can start looking at integrating other functionality from ICU
> into a fully-fleshed out icu contrib.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]