Hello!
I am going to use it in small personal GAE project related to chemical compounds articles search in wikipedia.
It is more convinient for me to index data locally and then somehow "transfer" index to GAE. Is it possible wth Lucene AppEngine? How should I do this? Or may be I should use another approach to deploying index on GAE?
I have expirience with Java+Lucene, but I am quite new in Google App Engine.
Thank you.