Skip to content

Commit

Permalink
Comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
basdenooijer committed Feb 14, 2012
1 parent c04a677 commit bf7fa1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/7.6-plugin-prefetchiterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// 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
Expand Down

0 comments on commit bf7fa1c

Please sign in to comment.