We have done this two years ago, for Lucene 1.2.
The major challenge was the Floating points and a few classes.
(We used this pack http://mywebpages.comcast.net/ohommes/MathFP/)
As u said J2ME has a very limited API for data structures.

I'm not sure there is need for all the classes of Lucene to be ported to
J2ME. There will be quite a bit of an unnecessary overhead to the mobile
device.

Murat

> On Sat, 2006-05-06 at 08:55 -0700, Otis Gospodnetic wrote:
>> I doubt we'd be able to get much juice out of move
>> unsynchronized Java Collections
>
> I might be the only one here that counts every wasted tick? :)
>
> But it is not the synchronization I think is the big thief. A LinkedList
> could do the job more efficient when the collection is used only for
> iteration.
>
> Some what off topic, but I've started looking in to porting Lucene to
> J2ME (that leaves me with only pre-JCF collections and no floats). I
> have absolutely no idea what to use it for, but imagine something in the
> lines of distributed collaborate filtering could be fun.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to