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.RamInvertedIndex Class Reference
Inheritance diagram for google.appengine.api.search.simple_search_stub.RamInvertedIndex:

Public Member Functions

def __init__
 
def document_count
 
def GetDocumentStats
 
def AddDocument
 
def RemoveDocument
 
def GetPostingsForToken
 
def GetSchema
 
def __repr__
 

Detailed Description

A simple RAM-resident inverted file over documents.

Member Function Documentation

def google.appengine.api.search.simple_search_stub.RamInvertedIndex.AddDocument (   self,
  doc_id,
  document 
)
Adds a document into the index.
def google.appengine.api.search.simple_search_stub.RamInvertedIndex.GetDocumentStats (   self,
  document 
)
Gets statistics about occurrences of terms in document.
def google.appengine.api.search.simple_search_stub.RamInvertedIndex.GetPostingsForToken (   self,
  token 
)
Returns all document postings which for the token.
def google.appengine.api.search.simple_search_stub.RamInvertedIndex.GetSchema (   self)
Returns the schema for the index.
def google.appengine.api.search.simple_search_stub.RamInvertedIndex.RemoveDocument (   self,
  document 
)
Removes a document from the index.

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