Commit bf7fa1c2 authored by Bas de Nooijer's avatar Bas de Nooijer

Comment fix

parent c04a677b
......@@ -12,7 +12,7 @@ $query->setFields(array('id'));
// get a plugin instance and apply settings
$prefetch = $client->getPlugin('prefetchiterator');
$prefetch->setPrefetch(2); //fetch 5 rows per query (for real world use this can be way higher)
$prefetch->setPrefetch(2); //fetch 2 rows per query (for real world use this can be way higher)
$prefetch->setQuery($query);
// display the total number of documents found by solr
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment