I'm trying to retrofit SearchLog (
http://jonathanscorner.com/etc/searchlog/ ) to use SQLalchemy
mappings.

SearchLog has at present the following major features:

* Sections, each of which may contain 0 or more documents.

* Documents, which have a complete text, a dictionary of occurrence
frequency for each word, a list of tokens, and several
get_fill_in_the_blank lookups that extract a field value, such as a
last modified or last viewed value embedded in the text.

It is heavily search oriented, and a typical search will search for
all the documents containing keywords X, Y, and Z, sorted by "last
viewed" date.

While I dig into the documentation, I was wondering what
comments/pointers you would have about retrofitting the backend: I
want most of the program and its behavior to remain the same, while
retrofitting an optimized SQLalchemy backend to make more efficient
use of resources.

--
++ Jonathan Hayward, [EMAIL PROTECTED]
** To see an award-winning website with stories, essays, artwork,
** games, and a four-dimensional maze, why not visit my home page?
** All of this is waiting for you at http://JonathansCorner.com

** If you'd like a Google Mail (gmail.com) account, please tell me!


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to