Searched refs:histogram (Results 1 – 2 of 2) sorted by relevance
13 $histogram4 = $indexer->histogram(1, 0, 4, 'testkey');15 $histogram2 = $indexer->histogram(1, 0, 2, 'testkey');
884 public function histogram($min = 1, $max = 0, $minlen = 3, $key = null) function in dokuwiki\\Search\\Indexer