awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
lnx-search avatar

lnx-search/lnx

0
View on GitHub↗
1,443 星标·53 分支·Rust·MIT·5 次浏览lnx.rs↗

Lnx

Lnx is a high-performance search engine and indexing database designed for managing large datasets. It provides a scalable infrastructure for full-text retrieval, allowing applications to process and query structured data with consistent responsiveness.

The platform distinguishes itself through a schema-driven approach to data ingestion, which enforces structured field definitions to optimize storage and query precision. It incorporates advanced search capabilities, including fuzzy matching, spell correction, and similarity-based content recommendations, to ensure accurate results even with imprecise user input.

The system supports complex operational requirements through configurable concurrency and resource allocation, allowing administrators to tune performance for specific read and write workloads. It also includes integrated security features, utilizing token-based access control to manage permissions for administrative tasks and index access.

The software is designed for persistent operation, maintaining long-lived indexes across sessions. It features a pluggable storage abstraction that allows for flexible backend configurations across different development and production environments.

Features

  • Distributed Search Engines - Provides a scalable, high-performance infrastructure for managing and querying large-scale search indexes with configurable concurrency and resource allocation.
  • Full Text Search - Runs complex queries across large datasets using typo-tolerant fuzzy matching and similarity-based retrieval.
  • Full-Text Search Engines - Implements a high-performance engine for indexing and querying large datasets with advanced features like fuzzy matching, spell correction, and similarity-based retrieval.
  • Fuzzy Matching - Provides typo-tolerant search results using string similarity algorithms to handle imprecise user input.
  • Full-Text Inverted Indexes - Maps unique terms to document locations to enable rapid full-text retrieval across large datasets.
  • Full-Text Search Integrations - Implements fast and accurate search functionality within applications using fuzzy matching and relevance.
  • High-Performance Ingestion - Processes large volumes of documents into searchable formats while optimizing hardware resource allocation.
  • Pluggable Storage Engines - Decouples search engine logic from the underlying persistence layer to support flexible backend configurations.
  • Search Index Schemas - Enforces structured field definitions during ingestion to optimize storage layout and query precision.
  • Search Index Management - Maintains long-lived index configurations that remain available across sessions to eliminate repeated schema definitions.
  • Full Text Indexing - Offers a persistent storage solution that processes and maps structured data to enable rapid full-text search and content discovery.
  • Search and Indexing - Processes large volumes of documents into searchable formats while optimizing thread allocation for ingestion.
  • Performance Tunings - Configures concurrency levels and runtime settings to maximize data processing efficiency and throughput.
  • Thread Pools - Distributes indexing and search tasks across isolated worker threads to maximize hardware utilization.
  • Request Token Validators - Validates incoming requests using permission-based authorization tokens to ensure secure access to indexes.
  • API Access Control - Secures search infrastructure by validating incoming requests with permission-based tokens.
  • Stream Access Tokens - Validates incoming requests using permission-based authorization tokens to restrict administrative operations and index access.

Star 历史

lnx-search/lnx 的 Star 历史图表lnx-search/lnx 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Lnx 的精选搜索

收录 Lnx 的精选合集。
  • Text search engine

Lnx 的开源替代方案

相似的开源项目,按与 Lnx 的功能重合度排序。
  • huichen/wukonghuichen 的头像

    huichen/wukong

    4,481在 GitHub 上查看↗

    Wukong is a distributed full-text search engine designed for indexing and retrieving text documents. It functions as a customizable search backend that employs a BM25 relevance ranker to order search results based on term frequency and inverse document frequency. The system includes a specialized Chinese text segmenter to break continuous character strings into meaningful words for accurate indexing and retrieval. To handle large datasets and high request volumes, it utilizes a distributed search index that employs hash-based sharding to split documents across multiple nodes. The engine prov

    Go
    在 GitHub 上查看↗4,481
  • django-haystack/django-haystackdjango-haystack 的头像

    django-haystack/django-haystack

    3,739在 GitHub 上查看↗

    Django Haystack is a search abstraction layer and framework for integrating full-text search into Django applications. It provides a unified interface for defining search schemas and managing how data models are indexed and stored across different search engines. The framework acts as a modular backend wrapper, allowing applications to switch between interchangeable search providers without rewriting core search logic. It standardizes interactions with external engines through a decoupled provider layer, facilitating search engine migration by changing configuration settings. The system cove

    Python
    在 GitHub 上查看↗3,739
  • apache/lucene-solrapache 的头像

    apache/lucene-solr

    4,357在 GitHub 上查看↗

    This project is a full text search engine and enterprise search infrastructure designed for indexing and retrieving large sets of documents. It provides a comprehensive framework for information discovery using ranked results and linguistic analysis. The system integrates high-dimensional vector similarity search for semantic retrieval alongside traditional full-text capabilities. It distinguishes itself through support for geospatial data retrieval, multilingual text processing, and a search suggestion workflow that includes typo-tolerant query completion and spellchecking. The platform cov

    backendinformation-retrievaljava
    在 GitHub 上查看↗4,357
  • olivernn/lunr.jsolivernn 的头像

    olivernn/lunr.js

    9,203在 GitHub 上查看↗

    lunr.js is a JavaScript full-text search library and client-side search engine. It creates in-memory search indexes for fast keyword retrieval and ranked document matching within browser or Node.js environments. The library utilizes a JSON serializable search index, allowing the search structure to be converted to and from JSON for storage and distribution of pre-built search data. This enables search functionality for static websites by indexing content into portable files. The system supports advanced querying capabilities, including fuzzy text matching to account for typos, field-scoped i

    JavaScript
    在 GitHub 上查看↗9,203
查看 Lnx 的所有 30 个替代方案→

常见问题解答

lnx-search/lnx 是做什么的?

Lnx is a high-performance search engine and indexing database designed for managing large datasets. It provides a scalable infrastructure for full-text retrieval, allowing applications to process and query structured data with consistent responsiveness.

lnx-search/lnx 的主要功能有哪些?

lnx-search/lnx 的主要功能包括:Distributed Search Engines, Full Text Search, Full-Text Search Engines, Fuzzy Matching, Full-Text Inverted Indexes, Full-Text Search Integrations, High-Performance Ingestion, Pluggable Storage Engines。

lnx-search/lnx 有哪些开源替代品?

lnx-search/lnx 的开源替代品包括: huichen/wukong — Wukong is a distributed full-text search engine designed for indexing and retrieving text documents. It functions as a… django-haystack/django-haystack — Django Haystack is a search abstraction layer and framework for integrating full-text search into Django applications.… apache/lucene-solr — This project is a full text search engine and enterprise search infrastructure designed for indexing and retrieving… olivernn/lunr.js — lunr.js is a JavaScript full-text search library and client-side search engine. It creates in-memory search indexes… redisearch/redisearch — RediSearch is a Redis module that adds secondary indexing, full-text search, aggregation, and vector similarity search… ravendb/ravendb — RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It…