dijadev
dijadev
Has someone found the solution ?
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):  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 !