Bill Moseley wrote:
At 01:20 PM 03/25/02 +0800, Stas Bekman wrote:

That changes means searching for "Registry" won't find "Apache::Registry".
Play with that and see if you like it better.

hmm, can we teach swish-e some special logics? e.g. can we tell swish-e to take any perl module that it sees (i.e. a::b) and split it into words but still search for parts and whole module names?


So Apache::Registry would get indexed as these three words?
 1 apache::registry
 2 apache
 3 registry

Of course we can, it's open source, after all ;)

My guess is it would be easier to do in perl.  SwishProgParameters.pl has
HTML::TreeBuilder code -- I suppose once the new documents are created
could traverse the HTML tree and use a regular expression to match module
names and add additional content by splitting on /::/.

What do you think?

Sounds good to me, but before we talk about feasibility. Will this give good intuitive results? I think the :: special case will help a lot for the perl related code.


__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to