Capability
Tokenization And Stemming For Text Field Processing
7 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
A query and indexing engine for Redis, providing secondary indexing, full-text search, vector similarity search and aggregations.
Unique: Applies tokenization and stemming during document indexing (not at query time), enabling efficient full-text search without per-query processing; supports configurable stemming algorithms and stopword lists at field creation time
vs others: More efficient than query-time stemming because terms are pre-processed during indexing; simpler than Elasticsearch's analyzer chains because tokenization rules are declarative