FastUrlFilter is not applying for multiple domains
up vote
0
down vote
favorite
Working on Storm Crawler 1.11 and Elastic Search 6.5.x and tried to apply the fastfilterfilter. First Filter is working fine and remaining filters are crawling only parent url. Is there anything missing in my configuration or any changes do I need to make to crawl all five urls.
My seed Url
https://www.abce.com/ghi/ seed=ghi
https://www.abce.com/jkl/ seed=jkl
https://www.abce.com/mno/ seed=mno
https://mnop.edu/ seed=mnop
https://jqkl.edu/ seed=jqkl
fasturlfilter.json
[
{
"scope":"domain:abce.com",
"patterns":[
"AllowPath /ghi/",
"AllowPath /jkl/",
"AllowPath /mno/",
"DenyPath .+"
]
},
{
"scope":"domain:mnop.edu",
"patterns":[
"AllowPath /",
"DenyPath .+"
]
},
{
"scope":"domain:jqkl.edu",
"patterns":[
"AllowPath /",
"DenyPath .+"
]
}
]
web-crawler stormcrawler
add a comment |
up vote
0
down vote
favorite
Working on Storm Crawler 1.11 and Elastic Search 6.5.x and tried to apply the fastfilterfilter. First Filter is working fine and remaining filters are crawling only parent url. Is there anything missing in my configuration or any changes do I need to make to crawl all five urls.
My seed Url
https://www.abce.com/ghi/ seed=ghi
https://www.abce.com/jkl/ seed=jkl
https://www.abce.com/mno/ seed=mno
https://mnop.edu/ seed=mnop
https://jqkl.edu/ seed=jqkl
fasturlfilter.json
[
{
"scope":"domain:abce.com",
"patterns":[
"AllowPath /ghi/",
"AllowPath /jkl/",
"AllowPath /mno/",
"DenyPath .+"
]
},
{
"scope":"domain:mnop.edu",
"patterns":[
"AllowPath /",
"DenyPath .+"
]
},
{
"scope":"domain:jqkl.edu",
"patterns":[
"AllowPath /",
"DenyPath .+"
]
}
]
web-crawler stormcrawler
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Working on Storm Crawler 1.11 and Elastic Search 6.5.x and tried to apply the fastfilterfilter. First Filter is working fine and remaining filters are crawling only parent url. Is there anything missing in my configuration or any changes do I need to make to crawl all five urls.
My seed Url
https://www.abce.com/ghi/ seed=ghi
https://www.abce.com/jkl/ seed=jkl
https://www.abce.com/mno/ seed=mno
https://mnop.edu/ seed=mnop
https://jqkl.edu/ seed=jqkl
fasturlfilter.json
[
{
"scope":"domain:abce.com",
"patterns":[
"AllowPath /ghi/",
"AllowPath /jkl/",
"AllowPath /mno/",
"DenyPath .+"
]
},
{
"scope":"domain:mnop.edu",
"patterns":[
"AllowPath /",
"DenyPath .+"
]
},
{
"scope":"domain:jqkl.edu",
"patterns":[
"AllowPath /",
"DenyPath .+"
]
}
]
web-crawler stormcrawler
Working on Storm Crawler 1.11 and Elastic Search 6.5.x and tried to apply the fastfilterfilter. First Filter is working fine and remaining filters are crawling only parent url. Is there anything missing in my configuration or any changes do I need to make to crawl all five urls.
My seed Url
https://www.abce.com/ghi/ seed=ghi
https://www.abce.com/jkl/ seed=jkl
https://www.abce.com/mno/ seed=mno
https://mnop.edu/ seed=mnop
https://jqkl.edu/ seed=jqkl
fasturlfilter.json
[
{
"scope":"domain:abce.com",
"patterns":[
"AllowPath /ghi/",
"AllowPath /jkl/",
"AllowPath /mno/",
"DenyPath .+"
]
},
{
"scope":"domain:mnop.edu",
"patterns":[
"AllowPath /",
"DenyPath .+"
]
},
{
"scope":"domain:jqkl.edu",
"patterns":[
"AllowPath /",
"DenyPath .+"
]
}
]
web-crawler stormcrawler
web-crawler stormcrawler
asked Nov 17 at 17:31
an__snatcher
488
488
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I wrote a unit test with the URLs and rules above and can't find any problem. Please check that there aren't any other filters preventing outlinks to be added.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I wrote a unit test with the URLs and rules above and can't find any problem. Please check that there aren't any other filters preventing outlinks to be added.
add a comment |
up vote
0
down vote
I wrote a unit test with the URLs and rules above and can't find any problem. Please check that there aren't any other filters preventing outlinks to be added.
add a comment |
up vote
0
down vote
up vote
0
down vote
I wrote a unit test with the URLs and rules above and can't find any problem. Please check that there aren't any other filters preventing outlinks to be added.
I wrote a unit test with the URLs and rules above and can't find any problem. Please check that there aren't any other filters preventing outlinks to be added.
answered Nov 19 at 10:21
Julien Nioche
2,96511222
2,96511222
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53353747%2ffasturlfilter-is-not-applying-for-multiple-domains%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown