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? -- Bill Moseley mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
