What's new? | Help | Directory | Sign in
Google
grassyknoll
GrassyKnoll: a Search Engine in Python
  
  
  
  
    
Search
for
Updated Mar 10, 2008 by peter.fein
SqliteBackend  
A Sqlite Backend

The SqliteBackend provides high-speed row-oriented search using sqlite, a small, fast embeded database. It lives in backend.litesql.SqliteCollection

Searching Results

andQuery

The SqliteBackend provides andQuery method. It takes a list of arbitrary keyword arguments, and interprets them as column names and associated values. A query is constructed where all columns must equal the provided values.

See the epydocs

Metadata

This backend provides the following additional metadata about searches:

Storing Documents

The SqliteBackend uses a TableMaker to define how data should be stored. See an example.


Sign in to add a comment