Stemming, eh? Hmmm...interesting concept. I'll research it.

Overall, the total size of my current content file (even if I add in all the html template pages) is just over a meg. This generates over 100 pages of content at my site currently.

If the content size was, say, 10 times greater, I would agree with you as searching a 10 meg file would take time. I think for the first version I will probably not stem the content...or at least not until I have a better grasp on the specifics of it. Also, by leaving things in this way, anybody using whatever db engine they wanted to use could do searches on the data, including phrase searching say like thru DBI, DBD::AnyData, and SQL::Statement. ;D

Thanks for that bit of info about stemming...I will look into it.

======================
Sean Shrum
http://www.shrum.net


In reply to Re: Re: Script generated site index db by S_Shrum
in thread Script generated site index db by S_Shrum

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.