Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The "TextProfileSignature" page has been changed by JoelNothman: http://wiki.apache.org/solr/TextProfileSignature?action=diff&rev1=1&rev2=2 Comment: fix list formatting === Tokenization and normalization === - * Tokens are contiguous alphanumeric characters + * Tokens are contiguous alphanumeric characters - * Normalized to lowercase + * Normalized to lowercase - * Discarded if shorter than `minTokenLen` + * Discarded if shorter than `minTokenLen` Tokens are then counted, tracking the frequency `maxFreq` of the most frequent token.