-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL/Folder Subset #438
Comments
I am not sure if there is a workaround here but hoping fscrawler can crawl based on regex url or array of definitions. I have tried:
and
In other words, I am hoping for a way to specify more than one folder to be crawled by fscrawler. Can anyone point me in the right direction? Thanks |
It's not supported and I don't think there is a workaround. I'm leaving it opened as a feature request. |
Thank you. I have my fingers crossed for the upcoming release :) Thanks again for your hard work on the project. |
I think I implemented that with #561. I'm closing but feel free to comment or reopen if the last changes don't work for you. |
Hello,
I was hoping to run multiple instances of fscrawler on the same box (parallel) and feed into another single threaded service prior to sending to ES. Is there a way to specifiy the folder URL to include a subset of the folder. For example something similar to:
1 fscrawler instance on /tmp/es/[a-d]*
1 fscrawler instance on /tmp/es/[e-h]*
...
Thank you for this AWESOME software!
The text was updated successfully, but these errors were encountered: