text_analysis 0.0.7 text_analysis: ^0.0.7 copied to clipboard
Text analyzer that extracts tokens from text for use in full-text search queries and indexes.
0.0.1 #
- Initial version.
0.0.2 #
- Updated documentation.
0.0.3 #
- BREAKING CHANGE: stemmer removed from English configuration.
- BREAKING CHANGE: stemmer incorporated into default tokenFilter for
TextAnalyzer
.
0.0.4 #
- Added
Tokenizer
type definition.
0.0.5 #
- BREAKING CHANGE: added
position
property toToken
class.
0.0.6 #
- Added
TokenCollectionExtension
onIterable<Token>
.
0.0.7 #
- Updated documentation.