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

Public Member Functions

def __init__
 
def Add
 
def Remove
 
def postings
 
def __iter__
 
def __repr__
 

Detailed Description

Represents ordered positions of some token in document.

A PostingList consists of a document id and a sequence of positions
that the same token occurs in the document.

Member Function Documentation

def google.appengine.api.search.simple_search_stub.PostingList.Add (   self,
  doc_id,
  position 
)
Adds the token position for the given doc_id.
def google.appengine.api.search.simple_search_stub.PostingList.Remove (   self,
  doc_id,
  position 
)
Removes the token position for the given doc_id.

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