first search demo
authorMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Thu, 24 Nov 2011 16:08:36 +0000 (17:08 +0100)
committerMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Thu, 24 Nov 2011 16:08:36 +0000 (17:08 +0100)
commit0e8fc93b7943f9a8ebe4cf3f9b609ea14685ed65
treebc9112132af7317f488c379e088e19facf05cdfb
parent180fe27d469608a6f3cdd5249311f93a5bc437b5
first search demo
reusable index. first attempt at rich search query
async indexing, fixes
multisearch fails to see joined queries -> will try to use one toplevel
store contents in index for highlighting fragments
aggregate & display results
fixed multithreading bug with attaching to jvm
log parallel job exceptions
don't index tags from db.
paralell indexing
.gitignore
apps/catalogue/models.py
apps/search/__init__.py
apps/search/index.py
apps/search/urls.py [new file with mode: 0644]
apps/search/views.py [new file with mode: 0644]
requirements.txt
wolnelektury/settings.py
wolnelektury/templates/newsearch/search.html [new file with mode: 0644]
wolnelektury/urls.py