Fabio Grucci
Fabio Grucci
Hello, thank you for using lucene appengine. Yes you're right LAE use the datastore as much as Lucene uses filesystem to index files (and few other things). This project doesn't...
The issue is related to the [AnalyzingSuggester](https://lucene.apache.org/core/5_5_0/suggest/org/apache/lucene/search/suggest/analyzing/AnalyzingSuggester.html) that is currently _experimental_. More in depth the `AnalyzingSuggester` saves something in a file, that action cannot be done in GAE environment. Until...
You are welcome! Now I'm working to this project during my spare time, that's why I don't have a real schedule of all the things to do. By the way...
Hello, I really appreciated your interest. I think that a porting is possible, but at a high cost. I think that the right way to do that is by porting...
@jameskleeh I've done.
@graemerocher Is it ok? Do you prefer that I rebase it to 2.4.x?