text_indexing 0.0.1-beta.4 text_indexing: ^0.0.1-beta.4 copied to clipboard
Dart library for creating an inverted index on a collection of text documents.
0.0.1-beta.4 #
- PRE-RELEASE
- Updated documentation.
0.0.1-beta.3 #
- PRE-RELEASE, BREAKING CHANGES
- BREAKING CHANGES:
Indexer
. - BREAKING CHANGES:
InMemoryIndexer
. - Coded
PersistedIndexer
. - Updated examples.
- Updated tests.
- Updated documentation.
0.0.1-beta.2 #
- PRE-RELEASE
- Coded
Indexer
. - Coded
InMemoryIndexer
. - Created test of
InMemoryIndexer
. - Created example of
InMemoryIndexer
. - Updated documentation.
0.0.1-beta.1 #
- PRE-RELEASE
- Initial version.