Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best way to implement fulltext search for Google App Engine Java

What is the best way to implement fulltext search for Google App Engine Java?

  • Solr doesn't work out of the box
  • Lucene-based searchengine has limitation with the index size
  • the latest search is not available for Java yet (experimental or not)

So what you using for fulltext search for GAE Java now?

like image 299
Teo Choong Ping Avatar asked Oct 11 '22 08:10

Teo Choong Ping


2 Answers

You could always use an external, hosted search server solution. Be sure to measure latency and throughput from GAE servers though.

like image 188
Mauricio Scheffer Avatar answered Oct 18 '22 18:10

Mauricio Scheffer


Why don't you integrate google search itself in your app.

like image 37
Emil Avatar answered Oct 18 '22 18:10

Emil