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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add searchlight

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  searchlight: ^0.1.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:searchlight/searchlight.dart';
0
likes
0
points
150
downloads

Documentation

Documentation

Publisher

verified publisherjasonholtdigital.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

Topics

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

License

unknown (license)

Dependencies

cbor, geobase, meta, r_tree, snowball_stemmer, unorm_dart

More

Packages that depend on searchlight