Before you can query a document's contents, you must add the document to an index <https://cloud.google.com/appengine/training/fts_intro/lesson2#indexing_documents>. Indexing allows the document to be searched with the Search API's query language and query options. Fees for use of the Search API are listed here <https://cloud.google.com/appengine/pricing#search_pricing>. As mentioned in the App Engine Pricing <https://cloud.google.com/appengine/pricing>, you may take a look at the Java <https://cloud.google.com/appengine/docs/standard/java/search/#Java_Search_API_quotas> and Python <https://cloud.google.com/appengine/docs/standard/python/search/#Python_Search_API_quotas> documentation for a detailed description of each type of Search call.
-- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/f980cc7f-ad22-4de0-9e5e-8d90f8cfda47%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
