bountyhunter 0.0.1 copy "bountyhunter: ^0.0.1" to clipboard
bountyhunter: ^0.0.1 copied to clipboard

outdatedDart 1 only

A text search engine

Cargo #

A full text search engine of unstructured documents. It is base upon a reversed index.

Simple usage #

Construct an instance of Hunter.

Hunter hunter = new Hunter( cargo );

Feed document into the system so it can be indexed.

hunter.feedDoc( "hello world", "This is a hello world document ... fix");

Search for a document and retrieve the documents containing these words.

hunter.search( "document fix" );

Todo #

  • Ranking system.
  • Possibility to add words that can be ignored, like stop words
  • Stemming

Contributing #

If you found a bug, just create a new issue or even better fork and issue a pull request with you fix.

0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A text search engine

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cargo, logging

More

Packages that depend on bountyhunter