Crates.io | elipdotter |
lib.rs | elipdotter |
version | 0.3.5 |
source | src |
created_at | 2022-01-13 19:42:13.974977 |
updated_at | 2024-02-24 14:31:13.971347 |
description | Embeddable full text search engine |
homepage | |
repository | https://github.com/Icelk/elipdotter/ |
max_upload_size | |
id | 513503 |
size | 178,034 |
The forgotten daughter of Elip, inheriting it's minimalism.
Elipdotter is an embeddable, rusty full-text search
engine, with fuzzy search and rating of results. It supports complex queries
using AND
, OR
, and NOT
operators with parentheses.
Using the kvarn-search
, you can
easily use this search engine in your Kvarn web server.
See the
source of kvarn-search
for a comprehensive example.
The tests of this crate contain minimal examples.
simstr
for me
would be parsed as OR(f, me)
.next-gen
is now matched by the query nextgen
- words with hyphens
are registered as both separate words and one single.Elipdotter is licensed under the GNU LGPLv3. All contributions must also be.