Workout With Friends
Stay fit with a little motivation
|
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() |
|
private |
Convert search results to ids to be used in a SQLAlchemy query.
Definition at line 115 of file fulltext.py.
|
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.
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.