Cloudsearch - kanuku/misc GitHub Wiki

Disadvantages:

  • Client
    • Client is uses Java Future, therefore cumbersome when using it with Scala, because the Java implementation still blocks.
    • OAuth is not usable(easily) outside the aws-sdk-java library, so creating your own client only works by limiting searches from a certain IP of the machine calling the cloud-search service.
  • Does not support documents with nested json-structure.
  • Index can take up to 45 minutes, even if the total data stored sums to just a few KBytes.