summaryrefslogtreecommitdiff
path: root/inc/indexer.php
Commit message (Expand)AuthorAge
* Force search index update after fixing the lowercasing of wordsMichael Hamann2011-06-14
* Fix lowercasing of words in the indexer FS#2270Michael Hamann2011-06-14
* Fix variable name typo in indexerAdrian Lang2011-05-23
* Add more render/cache logic to the metadata codeMichael Hamann2011-05-08
* Add a test to do=check that should detect search index corruptionMichael Hamann2011-05-02
* Add a force option to idx_addPage()Michael Hamann2011-05-02
* Add line endings at the end of the fileMichael Hamann2011-05-02
* Fix a warning in the indexer when words exist without corresponding index FS#...Michael Hamann2011-05-02
* Enable metadata rendering in the indexerMichael Hamann2011-04-20
* Merge branch 'master' of https://github.com/akate/dokuwiki into akate-masterMichael Hamann2011-04-07
|\
| * indexer fix updating the search indexKate Arzamastseva2011-04-07
* | Clarify usage of some indexer methodsTom N Harris2011-03-22
* | Change Doku_Indexer visibility from private to protected, and get rid of ugly...Tom N Harris2011-03-22
|/
* replace tokenizer_cmd with action hookAndreas Gohr2011-03-19
* Remove relation_references from the index when it is missingMichael Hamann2011-03-08
* Merge the two indexer events and use string keysMichael Hamann2011-03-06
* Fix wildcard searchTom N Harris2011-02-27
* Restrict metadata values in indexer to string; skip unnecessary testTom N Harris2011-02-25
* Reduce memory footprint of tokenizer; make returned arrays use contiguous keysTom N Harris2011-02-25
* Fix pass by reference error, always return an array in lookupKey()Michael Hamann2011-02-24
* Merge branch 'master' into indexer_rewriteMichael Hamann2011-02-24
|\
| * ignore soft-hyphens for search FS#2049Andreas Gohr2011-02-06
| * Add CJK characters to IDX_ASIAN2 - FS#2143Danny Lin2011-01-23
| * Activate the render parameter of p_get_metadataMichael Hamann2011-01-10
| * Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
* | Add minimum length option to index histogramTom N Harris2011-02-23
* | Increase version tag for new indexerTom N Harris2011-02-23
* | Fix variable name type in indexerTom N Harris2011-02-22
* | Implement histogram method of indexerTom N Harris2011-02-22
* | Indexer version tag should include plugin namesTom N Harris2011-02-22
* | Removing a page from the index deletes related metadata. Cache key names in i...Tom N Harris2011-02-22
* | Indexer::lookupKey callback receives value reference as first argTom N Harris2011-02-22
* | Special handling of title metadata indexTom N Harris2011-02-18
* | Merge remote-tracking branch 'my-fork/master' into indexer_improvementsMichael Hamann2011-02-02
|\ \
| * | Indexer Rewrite v3: wildcards in lookupKey and automatically unwrap single re...Tom N Harris2011-01-24
| * | Indexer v3 Rewrite: streamline indexing of deleted or disabled pagesTom N Harris2011-01-24
* | | Add INDEXER_VERSION_GET event so plugins can add their versionMichael Hamann2011-01-23
|/ /
* | Indexer v3 Rewrite: Use the metadata index for backlinks; add INDEXER_METADAT...Michael Hamann2011-01-23
* | Indexer v3 Rewrite: fix addMetaKeys and lockingMichael Hamann2011-01-23
* | Indexer v3 Rewrite: implement lookupKey()Michael Hamann2011-01-22
* | Indexer v3 Rewrite: _saveIndexKey now really writes on the desired lineMichael Hamann2011-01-22
* | Indexer v3 Rewrite: fix obvious typos and type errorsMichael Hamann2011-01-22
* | Indexer v3 Rewrite part two, update uses of indexerTom N Harris2010-12-29
* | Indexer v3 Rewrite part one (unstable)Tom N Harris2010-12-27
* | Merge branch 'tokenizer-rewrite' into michituxTom N Harris2010-11-20
|\ \
| * | Restore io_runcmd, use io_exec for exec with pipesTom N Harris2010-11-18
| * | Use a different indexer version when external tokenizer is enabledTom N Harris2010-11-17
| * | Use external program to split pages into wordsTom N Harris2010-11-16
| * | tokenizer was returning prematurelyTom N Harris2010-11-15
| * | Refactor tokenizer to avoid splitting multiple timesTom N Harris2010-11-14