Workout With Friends
Stay fit with a little motivation
|
Go to the source code of this file.
Classes | |
class | wowf.lib.fulltext.WhooshSchema |
Very generic indexing schema. More... | |
class | wowf.lib.fulltext.FulltextBase |
Adds support for fulltext searching to SQLAlchemy's Base object. More... |
Namespaces | |
namespace | wowf.lib.fulltext |
Functions | |
def | wowf.lib.fulltext.initialize_fulltext |
def | wowf.lib.fulltext._search |
Perform a search of the given type using the terms. | |
def | wowf.lib.fulltext._results_to_ids |
Convert search results to ids to be used in a SQLAlchemy query. |
Variables | |
wowf.lib.fulltext.index = None | |
wowf.lib.fulltext.parser = QueryParser | |
tuple | wowf.lib.fulltext.analyzer = StandardAnalyzer() |