Lines Matching refs:collection
165 $collection = new PageTitleCollection();
167 $collection = new PageMetaCollection($key);
170 $collection->lock()->addEntity($page, $values)->unlock();
192 $collection = new PageMetaCollection($key);
193 $collection->lock();
195 $tokenIndex = $collection->getTokenIndex();
200 $collection->unlock();
211 $freqIndex = $collection->getFrequencyIndex();
212 $reverseIndex = $collection->getReverseIndex();
240 $collection->unlock();
276 $collection = new PageFulltextCollection();
277 $search = new CollectionSearch($collection);