| /dokuwiki/_test/tests/Search/Collection/ |
| H A D | CollectionSearchTest.php | 15 $collection = new MockFrequencyCollection('page', 'w', 'i', 'pageword'); 16 $collection->lock(); 17 $collection->addEntity('page1', ['dokuwiki', 'dokuwiki', 'dokuwikis', 'doku', 'wiki']); 18 $collection->addEntity('page2', ['dokuwiki', 'other', 'words']); 19 $collection->unlock(); 22 $search = new CollectionSearch($collection); 42 $collection = new MockFrequencyCollection('wc_page', 'wc_w', 'wc_i', 'wc_pageword'); 43 $collection->lock(); 44 $collection->addEntity('page1', ['dokuwiki', 'dokuwiki', 'dokuwikis', 'doku', 'wiki']); 45 $collection->addEntity('page2', ['dokuwiki', 'other', 'words']); [all …]
|
| /dokuwiki/inc/Search/Collection/ |
| H A D | CollectionSearch.php | 23 protected AbstractCollection $collection; variable in dokuwiki\\Search\\Collection\\CollectionSearch 34 * @param AbstractCollection $collection 36 public function __construct(AbstractCollection $collection) argument 38 $this->collection = $collection; 69 if ($this->collection->isSplitByLength()) { 73 $this->max = $this->collection->getTokenIndexMaximum(); 107 $tokenIndex = $this->collection->getTokenIndex($group); 123 $freqs = $this->collection->resolveTokenFrequencies($group, array_keys($tokenMatches)); 138 $entityMap = $this->collection->getEntityIndex()->retrieveRows(array_keys($allEntityIds));
|
| /dokuwiki/inc/Search/ |
| H A D | Indexer.php | 401 $collection = new PageTitleCollection(); 403 $collection = new PageMetaCollection($key); 406 $collection->lock()->addEntity($page, $values)->unlock(); 428 $collection = new PageMetaCollection($key); 429 $collection->lock(); 431 $tokenIndex = $collection->getTokenIndex(); 436 $collection->unlock(); 447 $freqIndex = $collection->getFrequencyIndex(); 448 $reverseIndex = $collection->getReverseIndex(); 476 $collection->unlock(); [all …]
|
| H A D | concept.txt | 65 Usually indexes are not accessed directly but through a collection. That collection will manage whi… 84 In a fulltext collection with splitting enabled: 138 …collection describes how data is aggregated into multiple indexes to make it accessible for a spec… 140 …talking about a collection. There is no "fulltext index" - that functionality is only achieved by … 142 A collection manages up to four indexes: 149 The reverse index format depends on whether the collection uses split indexes: 155 The **collection type** determines how tokens relate to entities: 161 Independently of the collection type, a collection can use **split or non-split token indexes**. Se… 171 …ta to a collection. It replaces all previously stored tokens for the given entity. An empty token … 174 $collection = new PageFulltextCollection($pageIndex); [all …]
|
| H A D | FulltextSearch.php | 97 $collection = new PageFulltextCollection(); 98 $search = new CollectionSearch($collection);
|
| H A D | MetadataSearch.php | 160 $collection = ($key === 'title') ? new PageTitleCollection() : new PageMetaCollection($key); 162 $search = new CollectionSearch($collection);
|
| /dokuwiki/_test/tests/Search/ |
| H A D | IntegrityTest.php | 72 $collection = new PageFulltextCollection(); 73 $max = $collection->getTokenIndexMaximum();
|
| /dokuwiki/lib/plugins/authad/adLDAP/classes/ |
| H A D | adLDAPComputers.php | 93 $collection = new adLDAPComputerCollection($info, $this->adldap); 94 return $collection;
|
| H A D | adLDAPContacts.php | 174 $collection = new adLDAPContactCollection($info, $this->adldap); 175 return $collection;
|
| H A D | adLDAPGroups.php | 450 $collection = new adLDAPGroupCollection($info, $this->adldap); 451 return $collection;
|
| H A D | adLDAPUsers.php | 281 $collection = new adLDAPUserCollection($info, $this->adldap); 282 return $collection;
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A D | composer.lock | 304 …"description": "Library that provides collection, processing, and rendering functionality for PHP …
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | composer.lock | 312 …"description": "Library that provides collection, processing, and rendering functionality for PHP …
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | LICENSE | 124 A "library" means a collection of software functions and/or data
|
| /dokuwiki/_test/ |
| H A D | composer.lock | 557 …"description": "Library that provides collection, processing, and rendering functionality for PHP …
|