Re: AW: AW: AW: AW: AW: PyLucene use JCC shared object by default

2012-05-04 Thread Andi Vajda
art the release process. Thanks ! Andi.. Thomas -Ursprüngliche Nachricht- Von: Andi Vajda [mailto:va...@apache.org] Gesendet: Donnerstag, 3. Mai 2012 20:14 An: pylucene-dev@lucene.apache.org Betreff: Re: AW: AW: AW: AW: PyLucene use JCC shared object by default ... I fixed your patch to use

AW: AW: AW: AW: AW: PyLucene use JCC shared object by default

2012-05-04 Thread Thomas Koch
> > As far as I understand > > elem0 = jArray[0] -> yields python object > > > > elem0 = arrayList.get(0) -> yields wrapped Java object > > > > Not sure if that's intended. In that case the test should be fixed ,-) > > If the array is an array of object, then objects you get, including instances o

Re: AW: AW: AW: AW: PyLucene use JCC shared object by default

2012-05-03 Thread Andi Vajda
On Thu, 3 May 2012, Thomas Koch wrote: thanks for the fixes and cleanup! I've updated from SVN and wrote the unit test. Runs withtout errors (Tracebacks etc.) now, however there may be some slight type mismatch issue still: the comparison of objects retrieved from JArray and ArrayList respect

Re: AW: AW: AW: AW: PyLucene use JCC shared object by default

2012-05-03 Thread Andi Vajda
On Thu, 3 May 2012, Thomas Koch wrote: thanks for the fixes and cleanup! I've updated from SVN and wrote the unit test. Runs withtout errors (Tracebacks etc.) now, however there may be some slight type mismatch issue still: the comparison of objects retrieved from JArray and ArrayList respect

AW: AW: AW: AW: PyLucene use JCC shared object by default

2012-05-03 Thread Thomas Koch
Andi, thanks for the fixes and cleanup! I've updated from SVN and wrote the unit test. Runs withtout errors (Tracebacks etc.) now, however there may be some slight type mismatch issue still: the comparison of objects retrieved from JArray and ArrayList respectively with the objects from the init