Reputation: 549
I want to index crawled websites to ElasticSearch but i don't know can i index crawled information to ElasticSearch with php crawler. I know that Apache nutch can index crawled websites to ElasticSearch but i don't know anything about php crawlers!
Is there any php crawler that it's performance good and can index crawled websites to ElasticSearch?
Help me to choose php crawler for my project that i can integrate it with ElasticSearch.
Can i use Apache nutch with php web application?
Upvotes: 3
Views: 834
Reputation: 9994
Check it out :
I suppose, the best it's to use PHP crawler, as You could control index private content and detect modifications more precisely.
Upvotes: 2