Lindorm introduces a new index type called search index (SearchIndex). Search indexes are designed for complex multi-dimensional query scenarios and support tokenization, fuzzy queries, aggregation analysis, sorting, and pagination.
Search indexes provide a unified access method by integrating the capabilities of LindormTable that supports the open source HBase API and LindormSearch that supports the open source Elasticsearch API. This integration allows you to use search indexes to perform various types of queries. The standard method is to use Lindorm SQL. To accommodate more users, Lindorm also supports accessing search indexes through open source APIs.