summaryrefslogtreecommitdiff
path: root/inc/indexer.php
Commit message (Expand)AuthorAge
...
| * | 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
* add page_exists function (inc/pageutils.php)Chris Smith2007-09-30
* Remove extraneous print statementTom N Harris2007-10-01
* don't use realpath() anymore (FS#1261 and others)Andreas Gohr2007-09-30
* Remove obsolete words from search indexTom N Harris2007-09-19
* spelling fix FS#1220Andreas Gohr2007-08-09
* fix asian word search FS#1188Andreas Gohr2007-07-18
* fix pass by reference problem in indexer.phpAndreas Gohr2007-03-01
* INDEXER_PAGE_ADD eventEsther Brunner2007-02-27
* soted indexer is now defaultAndreas Gohr2007-02-26
* Indexer asian language fixes and speed-upsTom N Harris2006-11-17
* bracket fix in inc/indexer.phpAndreas Gohr2006-11-14
* fixes for stricter php5 typing (bug#978)chris2006-11-13
* Word-Length IndexerTNHarris2006-11-12
* backlinks fixes (bugs #795 & #937)chris2006-11-05
* search improvementschris2006-08-31
* update wikiFN with third paramter, $cleanchris2006-08-25
* fixed stupid bug in search query parserAndreas Gohr2006-06-18
* changed all occurances of rename() to io_rename()Andreas Gohr2006-05-07
* file cleanupsAndreas Gohr2006-02-17
* fixed indexer word counts for UTF-8 words #653Osamu Higuchi2006-01-27
* Wildcardsearch added #552 #632Andreas Gohr2005-11-27
* ignore regexp failures when handling asian charsAndreas Gohr2005-10-09
* asian language support for the indexer #563Andreas Gohr2005-09-25
* backlinkfix for pages with special characters #548Andreas Gohr2005-09-21
* more efficient changelog reading for recent changesAndreas Gohr2005-09-18
* fixed stupid bug in indexerAndreas Gohr2005-09-12
* added missing ACL checks for new index based searchesAndreas Gohr2005-09-12
* try faster rename before falling back to copy in indexerAndreas Gohr2005-09-07
* indexer rename bugfix for Win32Dave Doyle2005-09-06
* new fulltext search function using the indexAndreas Gohr2005-08-28