searchlight 0.2.2 copy "searchlight: ^0.2.2" to clipboard
searchlight: ^0.2.2 copied to clipboard

Pure Dart full-text search for structured records with filtering, facets, tokenizer configuration, and persisted indexes.

Changelog #

All notable changes to this project will be documented in this file.

[Unreleased] #

0.2.2 - 2026-03-30 #

Changed #

  • Removed a final round of extraneous README wording for the package-family documentation refresh.

0.2.1 - 2026-03-30 #

Changed #

  • Simplified the README package-role guidance and removed extraneous companion package wording.

0.2.0 - 2026-03-30 #

Changed #

  • Moved highlighting and excerpt generation guidance to the companion package searchlight_highlight.
  • Expanded companion-package documentation for highlight and parsedoc package discovery.

Removed #

  • Built-in highlighting helpers from the core searchlight package API.

0.1.0 - 2026-03-30 #

Added #

  • Initial public release of the Searchlight core package.
  • Schema-based full-text indexing, filtering, sorting, grouping, and facets.
  • JSON and CBOR persistence APIs plus file-backed storage helpers.
  • SearchlightPlugin extension hooks and component replacement support.
  • Standalone text highlighting helpers and a Flutter validation example app.

Changed #

  • Tightened persisted-index restore and locale-aware sorting behavior to better match Orama core semantics.
  • Removed the internal DocumentAdapter abstraction from the public API surface.
  • Polished package docs for publish readiness, including clearer pure Dart positioning and app-integration guidance.
0
likes
160
points
92
downloads

Documentation

Documentation
API reference

Publisher

verified publisherjasonholtdigital.com

Weekly Downloads

Pure Dart full-text search for structured records with filtering, facets, tokenizer configuration, and persisted indexes.

Repository (GitHub)
View/report issues

Topics

#search #full-text-search #indexing #tokenization

License

Apache-2.0 (license)

Dependencies

cbor, geobase, meta, r_tree, snowball_stemmer, unorm_dart

More

Packages that depend on searchlight