text_indexing 0.3.2 text_indexing: ^0.3.2 copied to clipboard
Dart library for creating an inverted index on a collection of text documents.
0.3.2 #
- PRE-RELEASE
- Added
JSON
andJsonCollection
type aliases. - Added and implemented
TextIndexer.indexCollection
method. - Added
PostingsExtension.documents
getter. - Updated tests.
- Updated examples.
- Updated documentation.
0.3.1 #
- PRE-RELEASE
- Added
JSON
andJsonCollection
type aliases. - Added and implemented
TextIndexer.indexCollection
method. - Updated tests.
- Updated examples.
- Updated documentation.
0.3.0 #
- PRE-RELEASE, BREAKING CHANGES
- BREAKING CHANGE: Removed interface
Document
.
0.2.0 #
- PRE-RELEASE, BREAKING CHANGES
- BREAKING CHANGE: Replaced object-model class
PostingsEntry
with typedefPostingsEntry
. - BREAKING CHANGE: Replaced object-model class
DocumentPostingsEntry
with typedefDocumentPostingsEntry
. - BREAKING CHANGE: Replaced object-model class
DictionaryEntry
with typedefDictionaryEntry
. - Added
FieldPostings
,DocumentPostings
, andFieldPostingsEntry
type definitions. - Added
Ft
,Pt
,TermPositions
andDocId
type aliases. - Added interface
Document
. - Restructured and simplified the codebase.
- Updated tests.
- Updated examples.
- Updated documentation.
0.1.0 #
- PRE-RELEASE
- Updated dependencies.
- Added
ITextIndexer.indexJson
method. - Updated tests.
- Updated examples.
- Updated documentation.
0.0.2+1 #
- PRE-RELEASE
- Updated documentation.
0.0.2 #
- PRE-RELEASE
- Updated dependencies.
- Added
text_analysis
package to exports. - Updated documentation.
0.0.1+10 #
- PRE-RELEASE
- Updated dependencies.
- Updated documentation.
0.0.1+9 #
- PRE-RELEASE
- Updated documentation.
0.0.1+8 #
- PRE-RELEASE
- Updated documentation.
0.0.1+7 #
- PRE-RELEASE
- Updated documentation.
0.0.1+6 #
- PRE-RELEASE
- Updated dependencies.
- Re-worked private methods to suit changes in text_analysis package.
0.0.1+5 #
- PRE-RELEASE
- Updated dependencies.
0.0.1+4 #
- PRE-RELEASE
- Updated documentation.
0.0.1+3 #
- PRE-RELEASE
- Updated documentation.
0.0.1+2 #
- PRE-RELEASE
- Updated documentation.
0.0.1+1 #
- PRE-RELEASE
- Updated documentation.
0.0.1 #
- PRE-RELEASE, BREAKING CHANGES
- Interfaces finalized
- BREAKING CHANGES:
TextIndexerBase
. - BREAKING CHANGES:
InMemoryIndexer
. - BREAKING CHANGE:
TermDictionary
renamedDictionary
. - BREAKING CHANGE:
DocumentPostingsEntry
renamedPostings
. - BREAKING CHANGE:
PostingsMapEntry
renamedPostingsEntry
. - BREAKING CHANGE:
Term
renamedDictionaryEntry
. - BREAKING CHANGE:
TermPositions
renamedDocumentPostingsEntry
. - Added a test for [PersistedIndexer].
- Added an example for [PersistedIndexer].
- Updated documentation.
0.0.1-beta.4 #
- PRE-RELEASE
- Updated documentation.
0.0.1-beta.3 #
- PRE-RELEASE, BREAKING CHANGES
- BREAKING CHANGES:
TextIndexerBase
. - BREAKING CHANGES:
InMemoryIndexer
. - Added
PersistedIndexer
. - Updated examples.
- Updated tests.
- Updated documentation.
0.0.1-beta.2 #
- PRE-RELEASE
- Added
TextIndexerBase
. - Added
InMemoryIndexer
. - Created test of
InMemoryIndexer
. - Created example of
InMemoryIndexer
. - Updated documentation.
0.0.1-beta.1 #
- PRE-RELEASE
- Initial version.