Hi @svoyer, the CommonSegmentFinder seems to route a Candidate line to the Overlap port only if all of its vertices match vertices of a Base geometry. So some original lines split by the LineOnLineOverlayer may not be considered as "common segments" even if they overlaps polygon boundary. I think it's the reason why some lines weren't identified.
If your goal is to find all the lines which overlap polygon boundary, the SpatialRelator might be better, as in:

Hi @svoyer, the CommonSegmentFinder seems to route a Candidate line to the Overlap port only if all of its vertices match vertices of a Base geometry. So some original lines split by the LineOnLineOverlayer may not be considered as "common segments" even if they overlaps polygon boundary. I think it's the reason why some lines weren't identified.
If your goal is to find all the lines which overlap polygon boundary, the SpatialRelator might be better, as in:

Thank you for your answer @takashi. I thought the CommonSegmentFinder would work even if only a part of the lines overlap because it "tests to see which of the Candidate features have even one line segment in common with any Base feature". I tried your method, I tought it should work too, but only 874 lines are identified instead of 1390.

Thank you for your answer @takashi. I thought the CommonSegmentFinder would work even if only a part of the lines overlap because it "tests to see which of the Candidate features have even one line segment in common with any Base feature". I tried your method, I tought it should work too, but only 874 lines are identified instead of 1390.

Hi @svoyer I'd have to see your data to understand your latest problem. Can you send us your data and workspace via https://www.safe.com/support/report-a-problem/ ?