v.25.7Experimental Feature
Text index now supports the new split
The text index now supports the new split tokenizer. #81752 (Elmi Ahmadov).Why it matters
This feature introduces thesplit tokenizer to enhance the flexibility of text indexing by allowing text to be tokenized based on custom delimiters. It helps users to efficiently parse and index text data according to specific splitting rules, improving search accuracy and performance.How to use it
To use thesplit tokenizer, specify it in your text index settings when creating or modifying an index. Configure the tokenizer with the desired delimiter to control how text is split into tokens.