Page MenuHomePhabricator

Make Ferret indexing more robust (UTF8, exception handling)
ClosedPublic

Authored by epriestley on Aug 28 2017, 10:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 27, 8:22 PM
Unknown Object (File)
Sun, Feb 9, 9:48 PM
Unknown Object (File)
Jan 30 2025, 2:45 AM
Unknown Object (File)
Jan 29 2025, 12:52 AM
Unknown Object (File)
Jan 26 2025, 9:24 PM
Unknown Object (File)
Jan 21 2025, 10:24 AM
Unknown Object (File)
Jan 12 2025, 4:14 AM
Unknown Object (File)
Dec 29 2024, 4:59 PM
Subscribers
None

Details

Summary

Ref T12819. Two minor improvements from live data:

  • Tokenize in a UTF8-aware way.
  • When one document fails to index, kill the transaction explicitly (rather than leaving it hanging) so we don't cause other failures later.
Test Plan

Created some UTF8 documents locally, indexed them, got clean results.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 28 2017, 10:49 PM
This revision was automatically updated to reflect the committed changes.