Hi all,

I want to eliminate navigation_id while crawling.So i have set the following
filters in regex-normalize.xml

<regex>
  <pattern>(\?|\&amp;|\&amp;amp;)navigation_id=(.*)</pattern>
  <substitution></substitution>
</regex>

<regex>
  <pattern>(\?|\&amp;|\&amp;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&amp;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.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to