Hi all,
I want to eliminate navigation_id while crawling.So i have set the following
filters in regex-normalize.xml
<regex>
<pattern>(\?|\&|\&amp;)navigation_id=(.*)</pattern>
<substitution></substitution>
</regex>
<regex>
<pattern>(\?|\&|\&amp;)navigation_id=[0-9]{5}</pattern>
<substitution></substitution>
</regex>
Its eliminating all the navigation_id except the line below :
http://www.example.com/mall_ctrl.do?merchant_id=1234&special=9585navigation_id=17245
Can you tell me how to eliminate above line as well .
Awaiting for your valuable inputs.
Thanks in advance,
Cheers,
cha
--
View this message in context:
http://www.nabble.com/can%27t-remove-navigation_id-while-crawling-tf3473972.html#a9695349
Sent from the Nutch - User mailing list archive at Nabble.com.