Hello,

Scoring documents can be expensive in terms of billable operations and 
execution time, but it is not always the case. As it depends on the 
document and term you are searching. The reason of expensive is the extra 
processing in sorting the value as per the frequency of the search terms. 
If you turn off the match scoring then in that case, search will use the 
default order of the sort expression class which is descending 
<https://cloud.google.com/appengine/docs/python/search/options#Python_Sorting_on_multiple_keys>.
 

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3dec7b71-bc9a-4e66-8999-a5b222345b7f%40googlegroups.com.

Reply via email to