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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add searchlight

With Flutter:

 $ flutter 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.2.2

Alternatively, your editor might support dart pub get or flutter 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
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