Re: Feature request: include collation

2010-09-29 Thread Dirk Rothe
On Wed, 29 Sep 2010 17:49:03 +0200, Andi Vajda wrote: On Sep 29, 2010, at 8:29, Christian Heimes wrote: Am 27.09.2010 03:59, schrieb Andi Vajda: In 3.x and trunk, I've been porting ICU-dependant Lucene contrib features to use PyICU [1][2] (which depends on C++ ICU). I think that having

Re: Feature request: include collation

2010-09-29 Thread Andi Vajda
On Sep 29, 2010, at 8:29, Christian Heimes wrote: Am 27.09.2010 03:59, schrieb Andi Vajda: In 3.x and trunk, I've been porting ICU-dependant Lucene contrib features to use PyICU [1][2] (which depends on C++ ICU). I think that having PyLucene depend both on C++ ICU and Java ICU is one ICU

Re: Feature request: include collation

2010-09-29 Thread Christian Heimes
Am 27.09.2010 03:59, schrieb Andi Vajda: > In 3.x and trunk, I've been porting ICU-dependant Lucene contrib features to > use PyICU [1][2] (which depends on C++ ICU). I think that having PyLucene > depend both on C++ ICU and Java ICU is one ICU too many :-), though. > > I'm not sure at this poin

Re: Feature request: include collation

2010-09-27 Thread Christian Heimes
Am 27.09.2010 17:19, schrieb Andi Vajda: > The Normalizer2 class, referred to by this nrm2 format, was introduced > in ICU 4.4. > http://icu-project.org/apiref/icu4c/classNormalizer2.html That's it! Thanks for the hint. Christian

Re: Feature request: include collation

2010-09-27 Thread Christian Heimes
Am 27.09.2010 17:19, schrieb Andi Vajda: > The Normalizer2 class, referred to by this nrm2 format, was introduced > in ICU 4.4. > http://icu-project.org/apiref/icu4c/classNormalizer2.html That's it! Thanks for the hint. Christian

Re: Feature request: include collation

2010-09-27 Thread Andi Vajda
On Sep 27, 2010, at 7:34, Christian Heimes wrote: Am 27.09.2010 03:59, schrieb Andi Vajda: I'm not sure at this point which should remain. There are advantages to both... I'm open to arguments in favor of either. You can see examples in the 3.x tree [3]. The 3.x branch doesn't build for

Re: Feature request: include collation

2010-09-27 Thread Christian Heimes
Am 27.09.2010 03:59, schrieb Andi Vajda: > In 3.x and trunk, I've been porting ICU-dependant Lucene contrib features to > use PyICU [1][2] (which depends on C++ ICU). I think that having PyLucene > depend both on C++ ICU and Java ICU is one ICU too many :-), though. > > I'm not sure at this poin

Re: Feature request: include collation

2010-09-26 Thread Andi Vajda
On Mon, 27 Sep 2010, Christian Heimes wrote: I like to request a new feature for the next version of PyLucene. Lucene already comes with a collation library but PyLucene doesn't wrap it. Collation is required for language depending sorting of search results. [1] I've attached a working patch f

Feature request: include collation

2010-09-26 Thread Christian Heimes
Dear Andi, I like to request a new feature for the next version of PyLucene. Lucene already comes with a collation library but PyLucene doesn't wrap it. Collation is required for language depending sorting of search results. [1] I've attached a working patch for the feature request. >>> from luc