bountyhunter 0.1.2+1 copy "bountyhunter: ^0.1.2+1" to clipboard
bountyhunter: ^0.1.2+1 copied to clipboard

outdatedDart 1 only

A text search engine

Bounty Hunter #

LOGO!

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

Simple usage #

First create an instance of cargo

Cargo storage = new Cargo(MODE: CargoMode.MEMORY);

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 #

  • 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.

Social media #

Twitter

Follow us on twitter https://twitter.com/usethedartforce

Google+

Follow us on google+

or join our G+ Community

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