🕷️ Crawler Inspector

URL Lookup

Direct Parameter Lookup

Raw Queries and Responses

1. Shard Calculation

Query:
Response:
Calculated Shard: 37 (from laksa138)

2. Crawled Status Check

Query:
Response:

3. Robots.txt Check

Query:
Response:

4. Spam/Ban Check

Query:
Response:

5. Seen Status Check

ℹ️ Skipped - page is already crawled

🚫
NOT INDEXABLE
CRAWLED
11 months ago
🚫
ROBOTS BLOCKED

Page Info Filters

FilterStatusConditionDetails
HTTP statusPASSdownload_http_code = 200HTTP 200
Age cutoffFAILdownload_stamp > now() - 6 MONTH11.8 months ago
History dropFAILisNull(history_drop_reason)disallowed
Spam/banPASSfh_dont_index != 1 AND ml_spam_score = 0ml_spam_score=0
CanonicalPASSmeta_canonical IS NULL OR = '' OR = src_unparsedNot set

Page Details

PropertyValue
URLhttps://neo4j.com/docs/cypher-manual/current/clauses/unwind/
Last Crawled2025-04-25 22:24:54 (11 months ago)
First Indexed2019-05-05 17:43:20 (6 years ago)
HTTP Status Code200
Meta TitleUNWIND - Cypher Manual
Meta Description`UNWIND` expands a list into a sequence of rows.
Meta Canonicalnull
Boilerpipe Text
Using an empty list with UNWIND will produce no rows, irrespective of whether or not any rows existed beforehand, or whether or not other values are being projected. Essentially, UNWIND [] reduces the number of rows to zero, and thus causes the query to cease its execution, returning no results. This has value in cases such as UNWIND v , where v is a variable from an earlier clause that may or may not be an empty list — when it is an empty list, this will behave just as a MATCH that has no results. UNWIND [] AS empty RETURN 'literal_that_is_not_returned' Table 5. Result (empty result) Rows: 0 To avoid inadvertently using UNWIND on an empty list, CASE may be used to replace an empty list with a null : WITH [] AS list UNWIND CASE WHEN list = [] THEN [null] ELSE list END AS emptylist RETURN emptylist
Markdownnull
Readable Markdownnull
Shard37 (laksa)
Root Hash12828843287614304637
Unparsed URLcom,neo4j!/docs/cypher-manual/current/clauses/unwind/ s443