5

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?

Teo Choong Ping
  • 12,512
  • 18
  • 64
  • 91

2 Answers2

3

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

Community
  • 1
  • 1
Mauricio Scheffer
  • 98,863
  • 23
  • 192
  • 275
1

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

Emil
  • 13,577
  • 18
  • 69
  • 108