taher
taher

Reputation: 549

Index data with php crawlers to ElasticSearch

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

Answers (1)

Fedir RYKHTIK
Fedir RYKHTIK

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

Related Questions