Home
last modified time | relevance | path

Searched refs:collection (Results 1 – 15 of 15) sorted by relevance

/dokuwiki/_test/tests/Search/Collection/
H A DCollectionSearchTest.php15 $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 DCollectionSearch.php23 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 DIndexer.php401 $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 Dconcept.txt65 Usually indexes are not accessed directly but through a collection. That collection will manage whi…
84 In a fulltext collection with splitting enabled:
138collection 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 DFulltextSearch.php97 $collection = new PageFulltextCollection();
98 $search = new CollectionSearch($collection);
H A DMetadataSearch.php160 $collection = ($key === 'title') ? new PageTitleCollection() : new PageMetaCollection($key);
162 $search = new CollectionSearch($collection);
/dokuwiki/_test/tests/Search/
H A DIntegrityTest.php72 $collection = new PageFulltextCollection();
73 $max = $collection->getTokenIndexMaximum();
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPComputers.php93 $collection = new adLDAPComputerCollection($info, $this->adldap);
94 return $collection;
H A DadLDAPContacts.php174 $collection = new adLDAPContactCollection($info, $this->adldap);
175 return $collection;
H A DadLDAPGroups.php450 $collection = new adLDAPGroupCollection($info, $this->adldap);
451 return $collection;
H A DadLDAPUsers.php281 $collection = new adLDAPUserCollection($info, $this->adldap);
282 return $collection;
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A Dcomposer.lock304 …"description": "Library that provides collection, processing, and rendering functionality for PHP …
/dokuwiki/vendor/splitbrain/slika/
H A Dcomposer.lock312 …"description": "Library that provides collection, processing, and rendering functionality for PHP …
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE124 A "library" means a collection of software functions and/or data
/dokuwiki/_test/
H A Dcomposer.lock557 …"description": "Library that provides collection, processing, and rendering functionality for PHP …