Lines Matching refs:collection
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();
512 $collection = new PageFulltextCollection();
513 $search = new CollectionSearch($collection);