<br>Few doubts about how CPAN search works.<br><br>1. First i want to know what are fields CPAN search indexes from yml file for searching and how?<br>Is it like, suppose if we take talloc module in CCAN, it will contain<br>
<br>&quot;talloc - tree allocator routines&quot; in _info.c. <br><br>So store &quot;tree allocator routines&quot; as whole in database and do regular expression query to db. If repository becomes huge this might affect performance or can we go with it? or extract keywords and store in db which might be good in performance but somewhat complex.<br>
<br>2. There are basically 3 items for searching modules, distribution and authors. What other items can be included here?<br><br>3. I think CPAN is not using any ranking mechanism, if it using what is its ranking mechanism?<br>
<br>Thanks,<br>Dinesh.<br>