Workout With Friends
Stay fit with a little motivation
 All Classes Namespaces Files Functions Variables Properties
Classes | Functions | Variables
wowf.lib.fulltext Namespace Reference

Classes

class  WhooshSchema
 Very generic indexing schema. More...
class  FulltextBase
 Adds support for fulltext searching to SQLAlchemy's Base object. More...

Functions

def initialize_fulltext
def _search
 Perform a search of the given type using the terms.
def _results_to_ids
 Convert search results to ids to be used in a SQLAlchemy query.

Variables

 index = None
 parser = QueryParser
tuple analyzer = StandardAnalyzer()

Function Documentation

def wowf.lib.fulltext._results_to_ids (   results,
  index_type 
)
private

Convert search results to ids to be used in a SQLAlchemy query.

Definition at line 115 of file fulltext.py.

def wowf.lib.fulltext._search (   terms,
  index_type 
)
private

Perform a search of the given type using the terms.

Return all ids which match.

Definition at line 103 of file fulltext.py.

def wowf.lib.fulltext.initialize_fulltext (   settings)

Definition at line 20 of file fulltext.py.

Variable Documentation

tuple wowf.lib.fulltext.analyzer = StandardAnalyzer()

Definition at line 17 of file fulltext.py.

wowf.lib.fulltext.index = None

Definition at line 15 of file fulltext.py.

wowf.lib.fulltext.parser = QueryParser

Definition at line 16 of file fulltext.py.