fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
profile log with a pid. remove unecessary memory information
[wolnelektury.git]
/
apps
/
search
/
views.py
diff --git
a/apps/search/views.py
b/apps/search/views.py
index
9818429
..
72852d0
100644
(file)
--- a/
apps/search/views.py
+++ b/
apps/search/views.py
@@
-168,17
+168,9
@@
def main(request):
('text', text_phrase),
('text', everywhere)]:
res.sort(reverse=True)
('text', text_phrase),
('text', everywhere)]:
res.sort(reverse=True)
- print "get snips %s, res size %d" % (field, len(res))
for r in res:
for r in res:
- print "Get snippets for %s" % r
search.get_snippets(r, query, field, 3)
search.get_snippets(r, query, field, 3)
- # for r in res:
- # for h in r.hits:
- # h['snippets'] = map(lambda s:
- # re.subn(r"(^[ \t\n]+|[ \t\n]+$)", u"",
- # re.subn(r"[ \t\n]*\n[ \t\n]*", u"\n", s)[0])[0], h['snippets'])
- # suggestion = did_you_mean(query, search.get_tokens(toks, field="SIMPLE"))
suggestion = u''
def ensure_exists(r):
suggestion = u''
def ensure_exists(r):