Hi
I want ot use swish-e for indexing the help pages for search. The output returns me the name of the file that contains the keyword when search on kewords in the comment tag.Config Information : In config file I am indexing the comments & usnig ReplaceRules to prepend www.baazee.com/static/html to the result file name.
How can we get the output pointing to the specific part of the result page using anchor tag ( for eg : www.baazee.com/static/html/Tour.html#bid ).
=======================================================================================================
For Eg.: This is my sample file.
<html>
<head>
<title> Buyers Help Page</title>
<Meta name="BuyersMeta" contents="Buyers ">
</head>
<body>
<table width="160" border="0" cellpadding="0" cellspacing="0">
<!-- Buy Register -->
<tr>
<td align="center" height="22"><a href="#Buy">How do i buy?</td>
<td>blah blah blah buy blah blah blah </td>
</tr>
<!-- Sell -->
<tr>
<td align="center" height="22"><a href="#Sell">How do i Sell?</td>
<td>blah blah blah sell blah blah blah</td>
</tr>
<!-- Auction Monitor Auction Watch -->
<tr>
<td align="center" height="22"><a href="#AuctionMonitor">What is Auction Watch (Auction Monitor)?</td>
<td>"My Auction Watch" blah blah blah buy blah blah blah</td>
</tr>
</table>
</body>
</html>
So if I search for "Auction Watch" or "Auction Monitor" it should return me www.baazee.com/static/html/Tour.html#AuctionMonitor & so on. Is there any directive in config file which can do this for me?
====================================================================================================
Thanks
Tushar
Received on Mon May 13 12:25:58 2002