The main purpose of my application is full-text search so I've chosen the 
Search API. Far as I know Datastore and Big query don't have full-text 
searching capabilities. 

Search API actually supports many types of sorting 
(https://cloud.google.com/appengine/docs/python/search/options), but I) 
think they don't apply if you search into multiple indexes and then merge 
results... Same with pagination (offsets and cursors appy to single 
indexes)...

On Friday, March 27, 2015 at 2:42:51 PM UTC+1, Kaan Soral wrote:
>
> I think you should either use the datastore or the bigquery solution
>
> Because sorting doesn't work as you imagine it to be, it's more of an 
> in-memory sorting, the actual sorting is based on the rank, and there is 
> only one document rank, so in reality, there is just one sort order with 
> the search documents, yet many filters, as far as I asses and use the search
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f76f59e2-daa5-4e0b-81bd-b10806da162a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to