|
def | __init__ |
|
def | Add |
|
def | Remove |
|
def | postings |
|
def | __iter__ |
|
def | __repr__ |
|
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.
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:
- code/googleappengine-read-only/python/google/appengine/api/search/simple_search_stub.py