App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | Public Attributes | List of all members
google.appengine.api.search.simple_search_stub._DocumentStatistics Class Reference
Inheritance diagram for google.appengine.api.search.simple_search_stub._DocumentStatistics:

Public Member Functions

def __init__
 
def __iter__
 
def IncrementTermCount
 
def TermFrequency
 
def term_stats
 
def __eq__
 
def __hash__
 
def __repr__
 

Public Attributes

 term_stats
 

Detailed Description

Statistics about terms occuring in a document.

Member Function Documentation

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.

The documentation for this class was generated from the following file: