summaryrefslogtreecommitdiff
path: root/sphinx/search
Commit message (Expand)AuthorAgeFilesLines
* Merge with stable.Georg Brandl2014-11-041-3/+2
|\
| * Fix #1610: Sphinx cause AttributeError when MeCab search option is enabled an...shimizukawa2014-10-291-3/+2
* | remove with_statement feature for py25.shimizukawa2014-09-261-2/+0
* | merge with stableshimizukawa2014-09-2617-24/+2889
|\ \ | |/ |/|
| * * fix over 80 chars line and remove unused import.shimizukawa2014-06-151-3/+6
| * wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-301-2/+2
| * remove 'six' name except importing line.shimizukawa2014-04-301-4/+3
| * use six privided text_type() to replace with unicode() to support py2/py3 in ...shimizukawa2014-04-291-2/+2
| * use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-292-9/+12
| * use six privided functions/classes to support py2/py3 in one source. refs #1350.shimizukawa2014-04-291-3/+4
| * Closes #1413: Moves SearchEnglish import below SearchLanguage definitionRob Ruana2014-03-061-1/+4
| * Merged in shibu/sphinx/add_stemmer (pull request #214)Georg Brandl2014-03-0417-7/+2863
| |\
| | * make stop word string unicodeYoshiki Shibukawa2014-01-2212-12/+12
| | * Add development memo about stemming JS code, acceleration tips about stemming...Yoshiki Shibukawa2014-01-221-1/+1
| | * import stopwords from snowball project except en, ja, ro, trYoshiki Shibukawa2014-01-2113-24/+2389
| | * Add html_search_* options templates to conf.pyYoshiki Shibukawa2014-01-2017-18/+52
| | * add 14 languages search supportYoshiki Shibukawa2014-01-2015-2/+450
* | | Test for subclasses of docutils node types when screening searchindexNathan Goldbaum2014-09-121-4/+5
|/ /
* | Update copyright year.Georg Brandl2014-03-013-3/+3
|/
* Closes #1308: Strip HTML tags from the content of "raw" nodes before feeding ...Georg Brandl2014-01-121-3/+11
* Closes #603: Do not use the HTML-ized title for building the search index (thatGeorg Brandl2014-01-101-2/+1
* Fix: Can't search alphabetical words on the HTML quick search generated with ...shimizukawa2014-01-071-2/+2
* Fix uppercase word is not found in search when html_search_language='ja'. Clo...shimizukawa2013-02-241-0/+3
* Closes #1074: Add environment version info to the generated search index to a...Jonathan Waltman2013-02-191-2/+3
* Speed up search index generation by caching word stemming calls.Jonathan Waltman2013-02-181-1/+9
* Fix long lines reported by "make check".Georg Brandl2013-01-131-1/+2
* fix problems with py25,py3x for search index generationshimizukawa2013-01-041-3/+4
* Closes #1067: implement pluggable search scorer and tweak scoring to give goo...Georg Brandl2013-01-041-1/+8
* Fix loading the existing search index.Georg Brandl2013-01-031-1/+1
* Issue #1067: in search index generation, record words in section titles in th...Georg Brandl2013-01-031-26/+47
* Copyright update.Georg Brandl2013-01-013-3/+3
* sphinx/search/__init__.py: make stopwords array sortedJakub Wilk2012-11-091-1/+1
* Merge with 1.0Georg Brandl2011-09-231-8/+14
* Fix backslashes.Georg Brandl2011-01-151-1/+1
* Make check.Georg Brandl2011-01-152-6/+8
* Determine search language in builder, and add missing method in websupport in...Georg Brandl2011-01-041-6/+3
* #273: Add an API for adding full-text search support for languages other than...Georg Brandl2011-01-043-0/+799