Re: Run your Lucene Applications on Google AppEngine with GAELucene

2009-09-16 Thread Kerang Lv
ning. I > think we should put this as one of component in lucene-contrib. What do you > say? Committer and owner please comment. > Regards, > Allahbaksh >    -Original Message- > From: Kerang Lv [mailto:lvkrne...@yahoo.com] Sent: Monday, September 14, 2009 > 9:34

Re: Run your Lucene Applications on Google AppEngine with GAELucene

2009-09-15 Thread Kerang Lv
ember 15, 2009 6:05:15 PM Subject: Re: Run your Lucene Applications on Google AppEngine with GAELucene This is great news! Are you happy with the the performance of the google data store? Do you plan to support in memory indexes using the memcache api? Thanks On Mon, Sep 14, 2009 at 5:04 PM, K

Re: Run your Lucene Applications on Google AppEngine with GAELucene

2009-09-15 Thread Kerang Lv
. I think we should put this as one of component in lucene-contrib. What do you say? Committer and owner please comment. Regards, Allahbaksh -Original Message- From: Kerang Lv [mailto:lvkrne...@yahoo.com] Sent: Monday, September 14, 2009 9:34 PM To: java-user@lucene.apache.org

Run your Lucene Applications on Google AppEngine with GAELucene

2009-09-14 Thread Kerang Lv
Hi Lucene users, Enlightened by the discussion "Can I run Lucene in google app engine? [http://www.nabble.com/Can-I-run-Lucene-in-google-app-engine--td23017742.html], I implemented a google datastore based Lucene component, GAELucene, which can help you to run search applications on google app

require new comment for IndexWriter.mergeFactor

2005-11-05 Thread Kerang Lv
Does the IndexWriter.mergeFactor remain the same effect on the RAM use after the introduce of IndexWriter.minMergeDocs? The minMergeDocs was introduced into IndexWriter(Revision 1.21 in cvs) in order to control the number of Documents merged in RAMDirectory independently of the mergeFactor (see ht