Home
last modified time | relevance | path

Searched refs:tokenLength (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/Search/
H A DTokenizer.php133 return static::tokenLength($base) >= static::getMinWordLength();
146 public static function tokenLength(string $token): int function in dokuwiki\\Search\\Tokenizer
H A Dconcept.txt150 … a ''tokenLength*tokenId'' pair because the token length is needed to locate the correct split ind…
/dokuwiki/inc/Search/Collection/
H A DTerm.php53 $this->length = Tokenizer::tokenLength($this->base);
H A DAbstractCollection.php370 $group = $this->splitByLength ? Tokenizer::tokenLength($token) : 0;