![]() |
App Engine Python SDK
v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
|
Public Member Functions | |
def | __init__ |
def | __iter__ |
def | IncrementTermCount |
def | TermFrequency |
def | term_stats |
def | __eq__ |
def | __hash__ |
def | __repr__ |
Public Attributes | |
term_stats | |
Statistics about terms occuring in a document.
def google.appengine.api.search.simple_search_stub._DocumentStatistics.IncrementTermCount | ( | self, | |
term | |||
) |
Adds an occurrence of the term to the stats for the document.
def google.appengine.api.search.simple_search_stub._DocumentStatistics.term_stats | ( | self | ) |
Returns the collection of term frequencies in the document.
def google.appengine.api.search.simple_search_stub._DocumentStatistics.TermFrequency | ( | self, | |
term | |||
) |
Returns the term frequency in the document.