You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be interesting to exclude non-html page from indexing content into elasticsearch, or to create a mime/type detector to detect images or pdf documents and create dedicated sub-processing for the binary types.
For now, I just added:
iftitle=="" {
spider.Logger.Error(errors.New("not an html page"))
return
}
Cheers,
X
The text was updated successfully, but these errors were encountered:
Hi,
Hope you are all well !
It would be interesting to exclude non-html page from indexing content into elasticsearch, or to create a mime/type detector to detect images or pdf documents and create dedicated sub-processing for the binary types.
For now, I just added:
Cheers,
X
The text was updated successfully, but these errors were encountered: