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

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

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

3 个仓库

Awesome GitHub RepositoriesMissing Value Queries

Search capabilities that find documents where a specified property is absent or has no value.

Distinct from Search Indexing: Distinct from Search Indexing: focuses on querying for absent or empty field values, not general indexing or retrieval.

Explore 3 awesome GitHub repositories matching data & databases · Missing Value Queries. Refine with filters or upvote what's useful.

Awesome Missing Value Queries GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • redisearch/redisearchRediSearch 的头像

    RediSearch/RediSearch

    6,161在 GitHub 上查看↗

    RediSearch is a Redis module that adds secondary indexing, full-text search, aggregation, and vector similarity search directly into the in-memory data store. It operates as an in-process search engine, extending the core key-value store with capabilities for indexing hash and JSON documents, enabling fast field-level lookups beyond primary key access. The module provides a full-text search engine built on inverted indexes, supporting stemming, fuzzy matching, and relevance scoring via tf-idf. It also includes a vector similarity search engine using a Hierarchical Navigable Small World graph

    Provides dedicated query functions for finding documents where a property is absent or empty.

    Cfulltextgeospatialgis
    在 GitHub 上查看↗6,161
  • tonsky/datascripttonsky 的头像

    tonsky/datascript

    5,767在 GitHub 上查看↗

    Datascript 是一个不可变的、内存中的状态存储和基于模式的三元组存储。它将应用状态作为版本化数据库进行管理,将数据存储为由实体、属性、值和事务组成的不可变事实。 该项目提供了一个用于执行 Datalog 查询的逻辑引擎,支持隐式连接、递归规则和否定。它还具有一个用于检索深度嵌套实体图和相关数据结构的声明式 pull API。 该数据库通过模式驱动的约束和属性类型强制执行数据完整性。它支持原子事务、用于持久化的可插拔存储协议,以及用于优化查找的 B 树属性索引。 该系统专为 Clojure、ClojureScript 和 JavaScript 环境设计。

    Provides specialized query predicates to identify entities that are missing specific attributes.

    Clojure
    在 GitHub 上查看↗5,767
  • ravendb/ravendbravendb 的头像

    ravendb/ravendb

    3,961在 GitHub 上查看↗

    RavenDB is a multi-model NoSQL document database designed for high-performance, ACID-compliant data storage. It persists structured information as schema-flexible JSON documents and utilizes a unit-of-work session pattern to track entity changes and batch modifications into atomic transactions. The platform is built on a distributed architecture that supports horizontal scaling through sharding and ensures high availability via multi-node, master-to-master cluster replication. The database distinguishes itself through a self-optimizing query engine that automatically creates and maintains ind

    Configures whether documents with missing fields are ignored or indexed as null values to control query results.

    C#csharpdatabasedocument-database
    在 GitHub 上查看↗3,961
  1. Home
  2. Data & Databases
  3. Search Indexing
  4. Missing Value Queries

探索子标签

  • Null Value Indexing PoliciesConfiguring whether missing fields are ignored or indexed as null values. **Distinct from Missing Value Queries:** Distinct from Missing Value Queries: focuses on the indexing policy for missing fields rather than the query-time search for them.