Re: port application using solr to Android device

2010-04-11 Thread Lance Norskog
A lot of Lucene is optional for Solr. If you trim down the number of analyzers etc., it's not very many. There are a few tiny servlet engines intended to be embeddable. Embedded Solr is just a big library. Google may have ported their OpenGSE thing. On 4/11/10, Jon Baer wrote: > How large is

Re: port application using solr to Android device

2010-04-11 Thread Jon Baer
How large is the index? There is probably alot of work in getting Solr and dependencies (for example Lucene / RMI from what I have read) ... Interestingly enough there is a Jetty container for it ... http://code.google.com/p/i-jetty/ I think Solr itself would be OK to port to Dalvik just the L