summaryrefslogtreecommitdiff
path: root/inc/indexer.php
Commit message (Expand)AuthorAge
...
* 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
| * | Measure length of multi-character Asian wordsTom N Harris2010-11-14
| * | Remove unused idx_touchIndex functionTom N Harris2010-11-14
| |/
* | Indexer improvement: regex instead of arrays for linesMichael Hamann2010-11-15
* | Indexer improvement: Only write the words index when neededMichael Hamann2010-11-15
* | Indexer improvement: replace _freadline by fgetsMichael Hamann2010-11-15
* | Indexer speed improvement: joined array vs. single linesMichael Hamann2010-11-15
|/
* removed deprecated index update functionAndreas Gohr2010-10-18
* Perform quick search in title as wellAdrian Lang2010-06-16
* Limiting use of readdir in the idx_indexLengths function (v2).YoBoY2010-03-24
* first attempt to centralize all include loadingAndreas Gohr2010-01-31
* fixed file headerAndreas Gohr2010-01-31
* Emit less E_NOTICEs and E_STRICTsAdrian Lang2009-11-04
* Coding Standard CleanupAndreas Gohr2009-10-20
* Changed minimum word length for fulltext index to 2Andreas Gohr2009-01-19
* fixed indexer which was broken by miscalculation in previous optimizationAndreas Gohr2009-01-18
* minor optimizations in the fulltext indexing methodsAndreas Gohr2008-12-26
* removed some illogical path setupsAndreas Gohr2008-12-13
* Change search index min. token length to a define (IDX_MINWORDLENGTH)Chris Smith2008-12-07
* better highlighting for phrase searches FS#1193Andreas Gohr2008-02-15
* Reduce memory requirement for indexerTom N Harris2007-10-12