dijadev

Results 4 comments of dijadev

Hello everyone ! As @dwj1324 said the CrawlSpider do a response type check in _requests_to_follow function. So I've juste overridden this function to avoid escaping SplashJsonResponse(s): ![image](https://user-images.githubusercontent.com/22493282/34981400-4dea1ffc-fa9f-11e7-8a05-f119884f0b5d.png) hope this helps...

Thank you @saimaz for replying. Unfortunately i can't use another version since my elasticsearch version is 2.4 . Edit: Actully I figured out that the problem was not in the...

@hieu-n Yah it's exactly what I was looking for, but finally I defined the mapping in elasticsearch directly as described in elasticseach doc.. Thanks everyone !