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
{{ message }}
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.
where URLs are ["http://fess.codelibs.org/"] and include_urls are ["http://fess.codelibs.org/11.2/install/."], in my understanding crawler, should start to its work from http://fess.codelibs.org/ and indexes results which matched with http://fess.codelibs.org/11.2/install/. pattern. However, I get no results.
I checked the source, the pages are presented.
Please advise, what I do wrong.
The text was updated successfully, but these errors were encountered:
Hi guys,
I have next config for crawler:
{ _index: ".river_web", _type: "config", _id: "http-fesscodelibsorg_web", _version: 1, found: true, _source: { index: "http-fesscodelibsorg", type: "http-fesscodelibsorg_web", urls: [ "http://fess.codelibs.org/" ], include_urls: [ "http://fess.codelibs.org/11.2/install/.*" ], max_depth: 10, max_access_count: 10, num_of_thread: 5, interval: 1000, robots_txt: true, target: [ { pattern: { url: "http://fess.codelibs.org/.*", mimeType: "text/html" }, properties: { title: { text: "title" }, body: { text: "body" } } } ] } }
where URLs are ["http://fess.codelibs.org/"] and include_urls are ["http://fess.codelibs.org/11.2/install/."], in my understanding crawler, should start to its work from http://fess.codelibs.org/ and indexes results which matched with http://fess.codelibs.org/11.2/install/. pattern. However, I get no results.
I checked the source, the pages are presented.
Please advise, what I do wrong.
The text was updated successfully, but these errors were encountered: