| /dokuwiki/_test/tests/inc/ |
| H A D | indexer_indexing.test.php | 17 $indexer = idx_get_indexer(); 19 …array('baz' => array('testpage' => 1), 'foo' => array('testpage' => 1)), $indexer->lookup($query)); 23 $indexer = idx_get_indexer(); 24 $indexer->addPageWords('testpage', '0x1 002'); 25 $indexer->addPageWords('notfound', '0x2'); 27 …$this->assertEquals(array('001' => array(), '002' => array('testpage' => 1)), $indexer->lookup($qu… 31 $indexer = idx_get_indexer(); 32 $indexer->addMetaKeys('testpage', 'testkey', 'testvalue'); 33 $indexer->addMetaKeys('notfound', 'testkey', 'notvalue'); 35 $this->assertEquals(array('testpage'), $indexer->lookupKey('testkey', $query)); [all …]
|
| H A D | indexer_rename.test.php | 7 private $indexer; variable in indexer_rename_test 13 $this->indexer = idx_get_indexer(); 14 $this->indexer->clear(); 23 $oldpid = $this->indexer->getPID($this->old_id); 25 …$this->assertTrue($this->indexer->renamePage($this->old_id, $newid), 'Renaming the page to a new i… 28 …$this->assertNotEquals($this->indexer->getPID($this->old_id), $oldpid, 'PID for the old page uncha… 29 … $this->assertEquals($this->indexer->getPID($newid), $oldpid, 'New page has not the old pid.'); 31 …$this->assertEquals(array('old' => array($newid => 1)), $this->indexer->lookup($query), '"Old" doe… 39 $oldpid = $this->indexer->getPID($this->old_id); 40 $existingpid = $this->indexer->getPID($newid); [all …]
|
| H A D | indexer_histogram.test.php | 9 $indexer = idx_get_indexer(); 10 $indexer->addMetaKeys('histo1', 'testkey', array('foo', 'bar', 'foobar')); 11 $indexer->addMetaKeys('histo2', 'testkey', array('bar', 'testing')); 12 $indexer->addMetaKeys('histo3', 'testkey', array('foo', 'foobar')); 13 $histogram4 = $indexer->histogram(1, 0, 4, 'testkey'); 15 $histogram2 = $indexer->histogram(1, 0, 2, 'testkey');
|
| H A D | indexer_pid.test.php | 9 $indexer = idx_get_indexer(); 10 $syntaxPID = $indexer->getPID('wiki:syntax'); 11 …$this->assertEquals('wiki:syntax', $indexer->getPageFromPID($syntaxPID), 'getPageFromPID(getPID(\'… 12 $dokuwikiPID = $indexer->getPID('wiki:dokuwiki'); 13 …$this->assertEquals('wiki:syntax', $indexer->getPageFromPID($syntaxPID), 'getPageFromPID(getPID(\'… 14 …$this->assertEquals($syntaxPID, $indexer->getPID('wiki:syntax'), 'getPID(\'wiki:syntax\') didn\'t …
|
| /dokuwiki/inc/lang/el/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|
| /dokuwiki/inc/lang/et/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|
| /dokuwiki/inc/lang/ar/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|
| /dokuwiki/inc/lang/cy/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|
| /dokuwiki/inc/lang/id/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|
| /dokuwiki/inc/lang/nl/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|
| /dokuwiki/inc/lang/en/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|
| /dokuwiki/inc/lang/fa/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|
| /dokuwiki/inc/lang/sq/ |
| H A D | stopwords.txt | 1 # Kjo është një listë e fjalëve që indexer-i injoron, një fjalë për rresht
|
| /dokuwiki/inc/lang/ca-valencia/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|
| /dokuwiki/inc/lang/az/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|
| /dokuwiki/inc/lang/da/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|
| /dokuwiki/inc/lang/fo/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|
| /dokuwiki/inc/lang/de-informal/ |
| H A D | stopwords.txt | 1 # This is a list of words the indexer ignores, one word per line
|