| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Closes #1413: Moves SearchEnglish import below SearchLanguage definition | Rob Ruana | 2014-03-06 | 1 | -1/+4 |
| | | |||||
| * | Merged in shibu/sphinx/add_stemmer (pull request #214) | Georg Brandl | 2014-03-04 | 17 | -7/+2863 |
| |\ | |||||
| | * | make stop word string unicode | Yoshiki Shibukawa | 2014-01-22 | 12 | -12/+12 |
| | | | |||||
| | * | Add development memo about stemming JS code, acceleration tips about ↵ | Yoshiki Shibukawa | 2014-01-22 | 1 | -1/+1 |
| | | | | | | | | | stemming, small bug fix | ||||
| | * | import stopwords from snowball project except en, ja, ro, tr | Yoshiki Shibukawa | 2014-01-21 | 13 | -24/+2389 |
| | | | |||||
| | * | Add html_search_* options templates to conf.py | Yoshiki Shibukawa | 2014-01-20 | 17 | -18/+52 |
| | | | | | | | | | | | Fix encode error when building Add printing search language label when building | ||||
| | * | add 14 languages search support | Yoshiki Shibukawa | 2014-01-20 | 15 | -2/+450 |
| | | | |||||
| * | | Update copyright year. | Georg Brandl | 2014-03-01 | 3 | -3/+3 |
| |/ | |||||
| * | Closes #1308: Strip HTML tags from the content of "raw" nodes before feeding ↵ | Georg Brandl | 2014-01-12 | 1 | -3/+11 |
| | | | | | it to the search indexer. | ||||
| * | Closes #603: Do not use the HTML-ized title for building the search index (that | Georg Brandl | 2014-01-10 | 1 | -2/+1 |
| | | | | | | resulted in "literal" being found on every page with a literal in the title). | ||||
| * | Fix: Can't search alphabetical words on the HTML quick search generated with ↵ | shimizukawa | 2014-01-07 | 1 | -2/+2 |
| | | | | | language='ja'. Closes #1340 | ||||
| * | Fix uppercase word is not found in search when html_search_language='ja'. ↵ | shimizukawa | 2013-02-24 | 1 | -0/+3 |
| | | | | | Closes #1111 | ||||
| * | Closes #1074: Add environment version info to the generated search index to ↵ | Jonathan Waltman | 2013-02-19 | 1 | -2/+3 |
| | | | | | avoid compatibility issues. | ||||
| * | Speed up search index generation by caching word stemming calls. | Jonathan Waltman | 2013-02-18 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Saves about 20 seconds when building the Python documentation. Here are some stats for building the Python docs on my machine with and without stem caching. Without stem caching:: % rm -fr _build % \time sphinx-build -q . _build/html 158.22user 0.87system 2:39.25elapsed 99%CPU (0avgtext+0avgdata 400800maxresident)k 104inputs+180240outputs (1major+113472minor)pagefaults 0swaps % \time sphinx-build -a -q . _build/html 91.00user 0.67system 1:31.73elapsed 99%CPU (0avgtext+0avgdata 330704maxresident)k 0inputs+69864outputs (1major+106009minor)pagefaults 0swaps With stem caching:: % rm -fr _build % \time sphinx-build -q . _build/html 137.90user 1.10system 2:20.50elapsed 98%CPU (0avgtext+0avgdata 413344maxresident)k 18896inputs+180232outputs (1major+113779minor)pagefaults 0swaps % \time sphinx-build -a -q . _build/html 70.04user 0.74system 1:10.87elapsed 99%CPU (0avgtext+0avgdata 345632maxresident)k 16inputs+69864outputs (1major+108010minor)pagefaults 0swaps | ||||
| * | Fix long lines reported by "make check". | Georg Brandl | 2013-01-13 | 1 | -1/+2 |
| | | |||||
| * | fix problems with py25,py3x for search index generation | shimizukawa | 2013-01-04 | 1 | -3/+4 |
| | | |||||
| * | Closes #1067: implement pluggable search scorer and tweak scoring to give ↵ | Georg Brandl | 2013-01-04 | 1 | -1/+8 |
| | | | | | good results. Patch by Hernan Grecco. | ||||
| * | Fix loading the existing search index. | Georg Brandl | 2013-01-03 | 1 | -1/+1 |
| | | |||||
| * | Issue #1067: in search index generation, record words in section titles in ↵ | Georg Brandl | 2013-01-03 | 1 | -26/+47 |
| | | | | | their own set | ||||
| * | Copyright update. | Georg Brandl | 2013-01-01 | 3 | -3/+3 |
| | | |||||
| * | sphinx/search/__init__.py: make stopwords array sorted | Jakub Wilk | 2012-11-09 | 1 | -1/+1 |
| | | |||||
| * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -8/+14 |
| | | |||||
| * | Fix backslashes. | Georg Brandl | 2011-01-15 | 1 | -1/+1 |
| | | |||||
| * | Make check. | Georg Brandl | 2011-01-15 | 2 | -6/+8 |
| | | |||||
| * | Determine search language in builder, and add missing method in websupport ↵ | Georg Brandl | 2011-01-04 | 1 | -6/+3 |
| | | | | | indexer implementations. | ||||
| * | #273: Add an API for adding full-text search support for languages other ↵ | Georg Brandl | 2011-01-04 | 3 | -0/+799 |
| than English. Add support for Japanese. Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/. | |||||
